ps2dev / ps2toolchain

This program will automatically build and install a compiler and other tools used in the creation of homebrew software for the Sony PlayStation® 2 videogame system.
BSD 2-Clause "Simplified" License
236 stars 71 forks source link

Recognizes newer makeinfo version #76

Closed 7dog123 closed 3 years ago

7dog123 commented 4 years ago

Even if you have makeinfo/texinfo installed, it may not recognize newer versions.

fjtrujy commented 3 years ago

Hello @7dog123 , we are using latest version of makeinfo/textedit in the docker and ubuntu and MacOS, and so far it always compiles. I what scenario did it fail? Thanks

7dog123 commented 3 years ago

It may not recognize newer version's of makeinfo when compiling newlib-1.14.0 when it compiles it come up with

WARNING:makeinfo' is missing on your system. You should only need it if you modified a .texi' or.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy make' (AIX, DU, IRIX). You might want to install theTexinfo' package or the GNU make' package. Grab either from any GNU archive site.

but it still compiles

fjtrujy commented 3 years ago

Hello @7dog123 , this PR can no be longer applied here. If you still want to integrate it, please make the PR the next repos (if it is needed) Just have in mind that the idea now is: to stop using patches and to use specific forks for binutils, gcc and newlib.

https://github.com/ps2dev/ps2toolchain-dvp https://github.com/ps2dev/ps2toolchain-iop https://github.com/ps2dev/ps2toolchain-ee

Thanks