I tried your makefile change but it didn't work.  I did what Jeff Carter
suggested and got through that step but now I am failing on:

---------------------------------------------------------------------------------------------------------
cmd.exe /c "mkdir \home\Jere\gnoga-code-2017_11_02\build\lib\gnat"
A subdirectory or file \home\Jere\gnoga-code-2017_11_02\build\lib\gnat
already exists.
make[1]: *** [../src/mkfile/install.mk:93:
/home/Jere/gnoga-code-2017_11_02/build/lib/gnat/zanyblue.gpr] Error 1
make[1]: Leaving directory
'/home/Jere/gnoga-code-2017_11_02/deps/zanyblue/src'
make: *** [Makefile:145: zanyblue] Error 2
---------------------------------------------------------------------------------------------------------

I had similar errors for
\home\Jere\gnoga-code-2017_11_02\build\lib\zanyblue
and
\home\Jere\gnoga-code-2017_11_02\build\include\zanyblue

Adding the directories for those last two seemed to placate the make
(though counter intuitive since the directories didn't exist), however that
last one does not go away.  Did something change in Zanyblue?  These type
of errors are new to me.

Just trying the command:   cmd.exe /c "mkdir
\home\Jere\gnoga-code-2017_11_02\build\lib\gnat"

manually leads to the same error.  I think it is a poorly formed command
for windows (the \ is probably interpreted as an escape)?  The directory
isn't actually there but it thinks it is for some reason.

Using unix style slashes makes the command work (manually) in mingw64.  I
have no clue how it works in cygwin.  I don't, however, know how to fix the
zanyblue compilation to use unix slashes instead.

So right now I am dead in the water for building until I can figure this
part out.  Still looking around though.


On Sat, Nov 4, 2017 at 5:50 AM, Pascal via Gnoga-list <
gnoga-list@lists.sourceforge.net> wrote:

> Thanks Jeremiah for reporting.
>
> See some answers below.
> But in a general case,I need more information on what happened, can you
> send attached full log?
>
> Regards, Pascal.
> http://blady.pagesperso-orange.fr
>
>
> > Le 3 nov. 2017 à 01:02, Jeremiah Breeden <jeremiah.bree...@gmail.com> a
> écrit :
> >
> > 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:
> > <SNIP>
>
> >
> > 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.
>
> XMLAda lib is a default lib for GNAT GPL. I missed that. As zbtest is not
> required for you, you can omit it:
> 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
>
>
>
------------------------------------------------------------------------------
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