Toolchain build fails due to too new texinfo

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
User avatar
bogglez
Moderator
Moderator
Posts: 578
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Sun Apr 20, 2014 9:45 am
Has thanked: 0
Been thanked: 0

Toolchain build fails due to too new texinfo

Post by bogglez »

While building the toolchain on Debian testing I get an error in the gcc .texi documentation files, because my texinfo is too new. I'm not sure why I didn't have this issue before.

Suggested fix by somebody else: https://gcc.gnu.org/ml/gcc-patches/2013 ... 02100.html
Would it be safe to replace the following pattern in all files using a patch to be compatible with newer texinfo?

Code: Select all

-@tex press@@gnu.org @end tex
+@email{press@@gnu.org}
Wiki & tutorials: http://dcemulation.org/?title=Development
Wiki feedback: viewtopic.php?f=29&t=103940
My libgl playground (not for production): https://bitbucket.org/bogglez/libgl15
My lxdream fork (with small fixes): https://bitbucket.org/bogglez/lxdream
Post Reply