That prevents it dying from adablog and allows it to build the remaining demos 
and the tutorials. Tutorial 11 also dies because it uses Sqlite; putting a '-' 
before the call to build tutorials (line 286?) also makes that not fatal. Those 
would be good changes to have.

--Jeff Carter"Now go away or I shall taunt you a second time."Monty Python and 
the Holy Gral 

    On Saturday, August 31, 2019, 7:24:43 PM UTC, Pascal 
<blady-...@users.sf.net> wrote:  
 
 
> Le 30 août 2019 à 17:41, J Carter via Gnoga-list 
> <gnoga-list@lists.sourceforge.net> a écrit :
> 
> The error is in building a demo; Sqlite is not needed to build Gnoga. As I 
> don't use Sqlite, I don't want to install or build it just so a demo will 
> build. It should, therefore, be expected that this demo might fail, and its 
> failure should not result in the overall build failing.

Hello Jeff,

You can prevent make stopping on error with a dash before a command.
Can you try this on Makefile line 244?
    - $(BUILDER) -P demo/demo_agg.gpr $@-main $(GN_OPTIONS)

Maybe some other lines need it like tutorials...
Tell me if it is ok then I will commit the fix.

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

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

Reply via email to