> Le 22 oct. 2018 à 12:16, Wayne Bullaughey <[email protected]> a écrit : > > I'm trying to install gnoga-1.4. I'm using GNAT GPL 2017 (20170515-63). I'm > running on a MacBook pro with macOS Mojave version 10.14. > make release worked fine. Doing make install I get: > gprbuild -p --target=x86_64-apple-darwin14.5.0 -P src/gnoga.gpr > -XPRJ_BUILD=Release -XPRJ_TARGET=OSX > gprbuild -p --target=x86_64-apple-darwin14.5.0 -P tools/tools.gpr > -XPRJ_TARGET=OSX > Bind > [gprbind] gnoga_make-main.bexch > [Ada] gnoga_make-main.ali > [gprbind] gnoga_doc-main.bexch > [Ada] gnoga_doc-main.ali > Link > [link] gnoga_make-main.adb > collect2: fatal error: /usr/local/bin/gnm returned 1 exit status > compilation terminated. > gprbuild: link of gnoga_make-main.adb failed > make: *** [gnoga_tools] Error 4
Hello Wayne, I got no error on macOS HS with GNAT Community 2018: gprbuild -p --target=x86_64-apple-darwin16.7.0 -P src/gnoga.gpr -XPRJ_BUILD=Release -XPRJ_TARGET=OSX gprbuild -p --target=x86_64-apple-darwin16.7.0 -P tools/tools.gpr -XPRJ_TARGET=OSX Bind [gprbind] gnoga_make-main.bexch [Ada] gnoga_make-main.ali [gprbind] gnoga_doc-main.bexch [Ada] gnoga_doc-main.ali Link [link] gnoga_make-main.adb [link] gnoga_doc-main.adb You can easily disable or delete this line 208 in Makefile. I don't know about GNAT GPL 2017 on Mojave, you can ask on MacAda list: http://hermes.gwu.edu/archives/gnat-osx.html But IMHO you should upgrade to GNAT Community 2018. HTH, Pascal. http://blady.pagesperso-orange.fr _______________________________________________ Gnoga-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gnoga-list
