> Le 12 juin 2016 à 22:30, Jeffrey R. Carter <jrcar...@acm.org> a écrit :
> 
> On 06/12/2016 12:39 PM, Pascal wrote:
>> What about gnatmake?
>> Can you modify Makefile to force gnatmake instead gprbuild as a workaround?
>> (suppress or comment the second line of Makefile, the one begining with 
>> GPRCHECK)
> I modified gnoga/Makefile so that it begins
> 
> PREFIX=$(shell echo $(dir $(shell which gnatls)) | sed 
> "s:/cygdrive/\\(.\\):\\1\\::" )..
> #GPRCHECK=$(shell gprbuild --version)
> TARGET=$(shell gcc -dumpmachine)
> 
> 
...
> This gets me further, but gprbuild is still invoked later on:
> 
> cd deps/zanyblue && make -C src BUILD=Debug setup library zbmcompile.app
> make[1]: Entering directory `/home/jrcarter/Code/gnoga/deps/zanyblue/src'
> mkdir -p ../include/zanyblue
> cp -p ../src/root/zanyblue.ads ../include/zanyblue/zanyblue.ads
> ...
> cp -p ../src/utils/zanyblue-utils.adb ../include/zanyblue/zanyblue-utils.adb
> gprbuild -p -XOS=unix -XTYPE=static -XBUILD=Debug -XV_MAJOR=1 -XV_MINOR=3 
> -XV_PATCH=0 -XV_STATUS=Beta -aP../lib/gnat -aP../src -P zblib.gpr
> object directory "/home/jrcarter/Code/gnoga/deps/zanyblue/src/./obj" created
> library directory 
> "/home/jrcarter/Code/gnoga/deps/zanyblue/src/../lib/zanyblue" created for 
> project zblib
> zblib.gpr:38:09: warning: no compiler specified for language "Ada", ignoring 
> all its sources
> zblib.gpr:55:28: warning: libraries are not supported on this platform
> gprbuild: no sources to compile

Well, not so bad but the error is also concerning Zanyblue.
Thus, you have to change to gnatmake as well in 
"deps/zanyblue/src/mkfile/conf.mk".
Change line "GPRBUILD=gprbuild" to "GPRBUILD=gnatmake".
Not tested but it will a priori do the job.

Regards, Pascal.
http://blady.pagesperso-orange.fr



------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to