On 11/01/2017 09:13 PM, Pascal via Gnoga-list wrote:
> You're right version 1.1 and 1.2 are on branch master then checkout is not 
> needed after git pull.
> If you think it's easier then branch dev_1.3 could be merged with master.
> But it would be more complex to make changes on 1.2.
> Though there weren't any changes on 1.1.
> What do you think?

It does seem to me that master should continue to be the current version.

> Thus, either you can get GNAT GPL or xmlada lib from libre AdaCore web site 
> or deactivate zbtest build with Gnoga Makefile change:
>
>  # Zanyblue with DEBUG on
>  zanyblue:
> -     cd deps/zanyblue/src && $(MAKE) BUILD=Debug
> +     cd deps/zanyblue/src && $(MAKE) BUILD=Debug APPDIRS="zbmcompile zbinfo"
>       cd deps/zanyblue/src && $(MAKE) INSTALL_DIR=$(CWD)/build install
>
> Please let's know how it goes.

With that change, "make all" fails when building Snake with

Bind
   [gprbind]      snake-main.bexch
   [Ada]          snake-main.ali
error: "gnat-sockets-connection_state_machine.adb" must be compiled
error: 
("/home/jrcarter/Code/gnoga/lib/gnat-sockets-connection_state_machine.ali" is 
obsolete and read-only)
error: "gnat-sockets-server.adb" must be compiled
error: ("/home/jrcarter/Code/gnoga/lib/gnat-sockets-server.ali" is obsolete and 
read-only)
error: "gnat-sockets-connection_state_machine-http_server.adb" must be compiled
error: 
("/home/jrcarter/Code/gnoga/lib/gnat-sockets-connection_state_machine-http_server.ali"
 is obsolete and read-only)
error: "gnat-sockets-connection_state_machine-big_endian.ads" must be compiled
error: 
("/home/jrcarter/Code/gnoga/lib/gnat-sockets-connection_state_machine-big_endian.ali"
 is obsolete and read-only)
error: "gnat-sockets-connection_state_machine-big_endian-unsigneds.adb" must be 
compiled
error: 
("/home/jrcarter/Code/gnoga/lib/gnat-sockets-connection_state_machine-big_endian-unsigneds.ali"
 is obsolete and read-only)
error: "gnat-sockets-connection_state_machine-expected_sequence.adb" must be 
compiled
error: 
("/home/jrcarter/Code/gnoga/lib/gnat-sockets-connection_state_machine-expected_sequence.ali"
 is obsolete and read-only)
error: "gnat-sockets-connection_state_machine-terminated_strings.adb" must be 
compiled
error: 
("/home/jrcarter/Code/gnoga/lib/gnat-sockets-connection_state_machine-terminated_strings.ali"
 is obsolete and read-only)
gprbind: invocation of gnatbind failed
gprbuild: unable to bind snake-main.adb
Makefile:232: recipe for target 'snake' failed
make: *** [snake] Error 4

Presuming I don't need Snake built to use Gnoga, I tried to build an existing 
application and got

gnoga.gpr:2:06: unknown project file: "lib_components.gpr"
gnoga.gpr:2:06: imported by "/home/jrcarter/Code/gnoga/src/gnoga.gpr"
gnoga.gpr:2:06: imported by "/home/jrcarter/Code/Devil/devil.gpr"
gprbuild: "devil" processing failed

-- 
Jeff Carter
"Monsieur Arthur King, who has the brain of a duck, you know."
Monty Python & the Holy Grail
09



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to