octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8
Date: Fri, 11 Nov 2022 09:20:58 -0500 (EST)

Follow-up Comment #12, bug #62648 (project octave):

I was already at the limit of my Perl, so I solved it as follows:

* I made two version of the Perl script, one for Texinfo 6 and one for Texinfo
7. They are named qthelp_Texinfo6.pl and qthelp_Texinfo7.pl, both attached.
These include the safer loops from gabriele.

* I deleted mk-qthelp.pl.

* I ran the following shell commands to make a symlink named mk-qthelp.pl to
the correct script:

TEXINFO_VERSION=`info --version | head -n 1 | awk '{print int($NF)}'`

ln -s qthelp_Texinfo$TEXINFO_VERSION.pl mk-qthelp.pl


Then everything builds properly.

Please verify and adapt as needed.

(file #53945, file #53946)

    _______________________________________________________

Additional Item Attachment:

File name: qthelp_Texinfo6.pl             Size:5 KB
    <https://file.savannah.gnu.org/file/qthelp_Texinfo6.pl?file_id=53945>

File name: qthelp_Texinfo7.pl             Size:5 KB
    <https://file.savannah.gnu.org/file/qthelp_Texinfo7.pl?file_id=53946>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62648>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]