I just wanted to check and make sure I am not doing something silly before
filing a ticket.

1.  I downloaded todays copy of Gnoga, the gprbuild tools on the Gnoga
site, and TDM_GCC.

2.  I installed TDM_GCC (with GNAT) and made sure it was set in my PATH
variable.

3.  Unzipped the gprbuild tools and copied them to the indicated TDM bin
directory.

4.  I unzipped gnoga, did "make all" which worked, but then followed with
my standard "make install".  This normally works fine, but here it failed.

I am running Windows 7 64 bit with the following versions of
GCC/GNAT/GPRBUILD:

Jere@Jere-PC ~/gnoga-code-2015_12_14
$ gcc --version
gcc.exe (tdm-1) 5.1.0
Copyright (C) 2015 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.


Jere@Jere-PC ~/gnoga-code-2015_12_14
$ gnat --version
GNAT 5.1.0
Copyright (C) 1996-2015, 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.


Jere@Jere-PC ~/gnoga-code-2015_12_14
$ gprbuild --version
GPRBUILD GPL 2015 (20150428) (i686-pc-mingw32)
Copyright (C) 2004-2015, 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.

The error given was this:
Jere@Jere-PC ~/gnoga-code-2015_12_14
$ make install
make -C src
make[1]: Entering directory `/home/Jere/gnoga-code-2015_12_14/src'
make[1]: `gnoga-application.adb' is up to date.
make[1]: Leaving directory `/home/Jere/gnoga-code-2015_12_14/src'
cd src && gprbuild --target=mingw32 -p -Pgnoga.gpr -XPRJ_BUILD=Release
-XPRJ_TARGET=Windows -XAtomic
_Access=GCC-long-offsets
"libgnoga.a" up to date
cd lib && attrib -R
cd src && gprbuild --target=mingw32 -p -Pgnoga.gpr -XPRJ_TARGET=Windows
-XAtomic_Access=GCC-long-off
sets
"libgnoga.a" up to date
cd deps/simple_components && ar rc ../../lib/libgnoga.a *.o
cd deps/simple_components/xpm && ar rc ../../../lib/libgnoga.a *.o
rm include/*.ad?
cp src/*.ad[sb] include
cp src/gnoga-server-model-table.adb include
cp deps/simple_components/*.ads include
cp deps/simple_components/*.ali lib
cp deps/simple_components/xpm/*.ads include
cp deps/simple_components/xpm/*.ali lib
cd lib && attrib +R
cd tools && gprbuild --target=mingw32 -p -Ptools.gpr -XPRJ_TARGET=Windows
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -gnatW8 -g -gnata -gnatq -gnatQ
gnoga_make-main.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -gnatW8 -g -gnata -gnatq -gnatQ
gnoga_doc-main.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -gnatW8 -g -gnata -gnatq -gnatQ
gnoga_make.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -gnatW8 -g -gnata -gnatq -gnatQ
gnoga_doc.adb
gcc -c -gnaty3abcdefhiklmnOprsStu -gnat2012 -gnatW8 -g -gnata -gnatq -gnatQ
gnoga_doc-token.adb
gprbind gnoga_make-main.bexch
gnatbind gnoga_make-main.ali
gcc -c b__gnoga_make-main.adb
gprbind gnoga_doc-main.bexch
gnatbind gnoga_doc-main.ali
gcc -c b__gnoga_doc-main.adb
gcc gnoga_make-main.o -o gnoga_make.exe
gcc gnoga_doc-main.o -o gnoga_doc.exe
touch deps/simple_components/strings_edit-text_edit.o
cd src && gprinstall -f --prefix=/c/TDM-GCC-32/bin/.. -p gnoga.gpr
-XPRJ_BUILD=Release
Install project Gnoga
cd tools && gprinstall -f --prefix=/c/TDM-GCC-32/bin/.. -p --mode=usage
--install-name=tools tools.g
pr
Install project Tools
file C:\MinGW\msys\1.0\home\Jere\gnoga-code-2015_12_14\bin\gnoga_make does
not exist, build may not
be complete
make: *** [install] Error 1

I checked and the file is there at that location, though it has a ".exe"
extension:  gnoga_make.exe

Am I doing everything legit, or am I forgetting something simple?  Should I
file a ticket?
------------------------------------------------------------------------------
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to