Responses below
On Sun, Nov 5, 2017 at 1:07 PM, Pascal via Gnoga-list <
gnoga-list@lists.sourceforge.net> wrote:
> Hello Jeremiah,
>
> What is your GNAT version?
>
FSF GNAT 7.2 for mingw64
mingw64 output:
$ GNAT --version
GNAT 7.2.0
Copyright (C) 1996-2017, Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Target machine:
$ GCC -dumpmachine
x86_64-w64-mingw32
> Could be a system detection issue in GPRBuild?
>
>
I don't know, but I don't feel like it is. It works well with all other
ada projects. It is originally targetted for i686-pc-mingw32 but I created
a configuration file (per the gprbuild documentation) and now it retargets
x86_64-w64-mingw32. If it were a system detection issue inside of
GPRBuild, I would expect all of my ada projects to fail to install or
build. It only fails when trying to install tools without the exe
extension, but it builds and installs libraries just fine. That doesn't
rule out a GPRBuild issue, but I don't think it is system detection in
particular.
> HTH, Pascal.
> http://blady.pagesperso-orange.fr
>
>
> > Le 4 nov. 2017 à 21:28, Jeremiah Breeden <jeremiah.bree...@gmail.com> a
> écrit :
> >
> > Forgot to add. So now "make all" works with all the changes I have gone
> through. The command "make install" still fails as I described in a
> separate email chain a while back (couple of months maybe?).
> >
> > In particular, to get "make install" to work, I have to modify
> tools/tools.gpr and add ".exe" to both executable names:
> >
> > package Builder is
> > for Executable ("gnoga_make-main.adb") use "gnoga_make.exe";
> > for Executable ("gnoga_doc-main.adb") use "gnoga_doc.exe";
> > end Builder;
> >
> > Otherwise make install fails with
> > ---------------------------------------------------------------
> > Install project Tools
> > file D:\Program_Files\msys64\home\Jere\gnoga-code-2017_11_02\bin\gnoga_make
> does not exist, build may not be complete
> > make: *** [Makefile:202: install] Error 1
> > ---------------------------------------------------------------
> >
> > and a similar error for gnoga_doc
> >
>
------------------------------------------------------------------------------
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