Hello Jeremiah, sorry for the delay, thanks for reporting the issue.

Actually, zbtest, testing part of Zanyblue, requires XMLAda and also AUnit.
They are present in GNAT GPL edition so I don't have the issue.
Well, zbtest is not needed in Gnoga so it can be suppress of the build.
A makefile patch would be:
 zanyblue:
-       cd deps/zanyblue && make -C src BUILD=Debug
+       cd deps/zanyblue && make -C src BUILD=Debug setup library zbmcompile

I'll push on SF since it is ok on your side.

Concerning ticket 32, could you please be more specific about "errors related 
to end of line terminators" or send the fix you apply.
The error issue with cloning PragmaArc has been solved in previous commit on 
2016-04-06.

Concerning Jeff, I don't see what is the error reported by gnat in:
> zanyblue-text-codecs.adb:260:14: "Encode_UTF8" called at line 277
> zanyblue-text-codecs.adb:260:14: "Find_Codecs" called at line 320

Was it the whole gnat prints?

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


> Le 10 avr. 2016 à 21:03, Jeremiah Breeden <jeremiah.bree...@gmail.com> a 
> écrit :
> 
> I initially built it for GNAT GPL which worked (aside from the line 
> terminator issue in the ticket I submitted a couple months ago [1]...but I do 
> a workaround for that).  I wonder if that got me past that step since GNAT 
> GPL comes with xmlada?
> 
> [1] https://sourceforge.net/p/gnoga/tickets/32/
> 
> On Sun, Apr 10, 2016 at 2:32 PM, Jeffrey R. Carter <jrcar...@acm.org> wrote:
> On 04/10/2016 10:54 AM, Jeremiah Breeden wrote:
>> gnatbind -x 
>> D:\Program_Files\MinGW\msys\1.0\home\Jere\gnoga-code-2016_04_09\deps\zanyblue\src\obj\zbmcompile-main.ali
>> gnatlink 
>> D:\Program_Files\MinGW\msys\1.0\home\Jere\gnoga-code-2016_04_09\deps\zanyblue\src\obj\zbmcompile-main.ali
>>  -g 
>> D:\Program_Files\MinGW\msys\1.0\home\Jere\gnoga-code-2016_04_09\deps\zanyblue\lib\zanyblue\libzanyblue.a
>>  -o 
>> D:\Program_Files\MinGW\msys\1.0\home\Jere\gnoga-code-2016_04_09\deps\zanyblue\bin\zbmcompile.exe
>> make[2]: Leaving directory 
>> `/home/Jere/gnoga-code-2016_04_09/deps/zanyblue/src/zbmcompile'
>> make -C zbtest
>> make[2]: Entering directory 
>> `/home/Jere/gnoga-code-2016_04_09/deps/zanyblue/src/zbtest'
>> gnatmake -p -XOS=Windows_NT -XTYPE=static -XBUILD=Debug -aP../../lib/gnat 
>> -aP../../src -P zbtest
>> warning: gnatmake -P is obsolete and will not be available in the next 
>> release; use gprbuild instead
>> zbtest.gpr:36:06: unknown project file: "xmlada"
>> gnatmake: "zbtest" processing failed
> I get a different error:
> 
> $ git pull
> Already up-to-date.
> $ make
> ...
> cd deps/zanyblue && make -C src BUILD=Debug
> make[1]: Entering directory '/home/jrcarter/Code/gnoga/deps/zanyblue/src'
> gnatmake -p -XOS=unix -XTYPE=static -XBUILD=Debug -aP../lib/gnat -aP../src -P 
> zblib.gpr
> gcc-4.9 -c -gnat12 -gnatW8 -g -gnatf -gnato -gnatwale -gnatygO -gnatyo 
> -fstack-check -I- -gnatA 
> /home/jrcarter/Code/gnoga/deps/zanyblue/src/text/zanyblue-text-codecs.adb
> zanyblue-text-codecs.adb:260:14: "Encode_UTF8" called at line 277
> zanyblue-text-codecs.adb:260:14: "Find_Codecs" called at line 320
> gnatmake: 
> "/home/jrcarter/Code/gnoga/deps/zanyblue/src/text/zanyblue-text-codecs.adb" 
> compilation error
> Makefile:75: recipe for target 'library' failed
> make[1]: *** [library] Error 4
> make[1]: Leaving directory '/home/jrcarter/Code/gnoga/deps/zanyblue/src'
> Makefile:180: recipe for target 'zanyblue' failed
>  make: *** [zanyblue] Error 2
> jrcarter@jcarter-singo-laptop:~/Code/gnoga$
>  
> -- 
> Jeff Carter
> "My mind is a raging torrent, flooded with rivulets of
> thought, cascading into a waterfall of creative alternatives."
> Blazing Saddles
> 89
> 


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to