Hello David,

Well the Unix like syntax is problematic, I wonder about the make tool you are 
using: mingw32-make.

Could other Windows users give the make tools they are using?

On MacOS it is:
$ make -v
GNU Make 3.81

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


> Le 31 août 2016 à 00:10, David Gressett <dgress...@amli-denton.com> a écrit :
> 
> ... snip ...
> 
>> Well, seems that Unix like patterns are not supported, then replace '[ab]' 
>> by '?' in Makefile (twice).
> 
> ... snip ...
> 
> That worked, but the build then proceeded to another problem.
> It finished with the snake demo program and the  the mine detector demo and 
> then started on
> connect_four and immediately crashed:
> 
> cd demo/mine_detector && gprbuild --target=mingw32 -Pmine_detector.gpr 
> -XPRJ_TARGET=Windows
> gcc -c mine_detector.adb
> gcc -c user_if.adb
> gcc -c field.ads
> gcc -c field-operations.adb
> gprbind mine_detector.bexch
> gnatbind mine_detector.ali
> gcc -c b__mine_detector.adb
> gcc mine_detector.o -o mine_detector.exe
> cd demo/connect_four && ../../deps/zanyblue/bin/zbmcompile -i -v -G strings 
> connectfour_messages connectfour
> '..' is not recognized as an internal or external command,
> operable program or batch file.
> Makefile:229: recipe for target 'connect_four' failed
> mingw32-make: *** [connect_four] Error 1
> 
> At this point, the bin directory contains executables for gnoga_doc, 
> gnoga_make, mine_detector, and snake.
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list


------------------------------------------------------------------------------
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to