Right now there are a lot of issues compiling with the following setup:

Windows 10 64 bit
mingw64 (GCC 7.2)
"make all" command

Issues so far:
1.  fails to compile because it cannot make the ./lib directory.  When I
looked at the directory structure there existed a file named "lib" with no
extension.  Windows cannot have both a file and a directory named lib.  I
deleted the file to continue

2.  zbcom fails to build due to warnings treated as errors.  I removed the
-g switch from zbcom.gpr to continue

3.  zbcomile fails because it cannot create the bin folder in zanyblue.  I
manually added the binf file to continue

4.  zbtest failed to compile due to no xmlada library.  I stopped here.
Prior to 1.3 I was able to do make all with this setup no problem.  I'm
guessing xmlada is a new dependency?  Or perhaps the make file used to
ignore?  not sure what to do here.

Right now, using Gnoga with FSF GNAT on windows has a lot of speed bumps.
For now I am reverting back to 1.2 until I can figure it out.

Anyone else having similar problems?


On Wed, Nov 1, 2017 at 6:40 AM, Pascal via Gnoga-list <
gnoga-list@lists.sourceforge.net> wrote:

> Hello,
>
> Version 1.3a has been released on SF GIT dev_1.3 branch.
> https://sourceforge.net/p/gnoga/code/ci/dev_1.3/tree/
>
> See HISTORY for details.
>
> This branch is now the default one.
>
> Source code has been zipped (gnoga-1.3a.zip) available on:
> https://sourceforge.net/projects/gnoga/files/
>
> Then new branch dev_1.4 has been created to collect new developments, see
> TODO:
> https://sourceforge.net/p/gnoga/code/ci/dev_1.3/tree/TODO
>
> Feel free to report detailed issues on this list or create tickets on SF:
> https://sourceforge.net/p/gnoga/mailman/
> https://sourceforge.net/p/gnoga/tickets/
>
> Regards, Pascal.
> http://blady.pagesperso-orange.fr
>
>
>
> ------------------------------------------------------------
> ------------------
> 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
>
------------------------------------------------------------------------------
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