Hello Jeff,

It comes you've probably let some old ali files in read-only mode in your 
working directory.
You should have them deleted before.

Missing lib_components.gpr is more suspicious.

I remember you wrote that you made git pull.
That does not clean unused files that are obsolete.
I suggest you to start from a fresh new directory and then do a git clone and 
then a git checkout before make all.

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


> Le 1 nov. 2017 à 22:26, Jeffrey R. Carter <jrcar...@acm.org> a écrit :
> 
> 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