Build environment:
mingw64/msys2 x86_64 GNAT 7.2 FSF on Windows 10

I cloned the 1.4 branch and tried to make a build.  I started with a "make
all" command and after a bit it erred on:

*******************************************************
make[2]: Leaving directory
'/home/Jere/gnoga-code-2018_05_01/components/pixi'
make -C mnmenu install
make[2]: Entering directory
'/home/Jere/gnoga-code-2018_05_01/components/mnmenu'
cp -p css/*.* ../../css
cp -p html/*.* ../../html
cp -p img/*.* ../../img
cp -p js/*.* ../../js
make[2]: Leaving directory
'/home/Jere/gnoga-code-2018_05_01/components/mnmenu'
make[1]: Leaving directory '/home/Jere/gnoga-code-2018_05_01/components'
gprbuild -p --target=x86_64-w64-mingw32 -P src/gnoga.gpr
-XPRJ_TARGET=Windows
gnoga.gpr:2:06: unknown project file: "lib_components.gpr"
gprbuild: "src/gnoga.gpr" processing failed
make: *** [Makefile:188: gnoga] Error 4

*******************************************************

I remebered that we needed to set the GPR_PROJECT_PATH, so I did a make
help:
*******************************************************
$ make help
-----------------------------------------------------------------------------
--
--
-- make <entry>
--
--
--
-- <entry> ::= help        -- print this message
--
--         | all           -- build gnoga and all dependencies (debug
mode)--
--         | release       -- build gnoga in release mode
--
--         | install       -- install gnoga release mode
--
--         | install_debug -- install gnoga debug mode
--
--         | uninstall     -- uninstall gnoga
--
--         | demo          -- build all demos
--
--         | tutorials     -- build all tutorials
--
--         | gnoga_tools   -- build all tools
--
--         | tests         -- build all tests
--
--         | clean         -- clean build files
--
--         | clean_all     -- clean build files and deps
--
--         | rm-docs       -- build reference manual
--
--         | html-docs     -- build html docs
--
--         | gps           -- launch GPS with gnoga environnement
--
--         | check_rules   -- check gnoga with AdaControl
--
--
--
--         PREFIX           =
/home/Jere/gnoga-code-2018_05_01/inst_folder
--
--         GPRCHECK         = GPRBUILD GPL 2016 (20160515)
(i686-pc-mingw32) Copyright (C) 2004-2016, AdaCore 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           =
x86_64-w64-mingw32                                    --
--         GPR_PROJECT_PATH =
/home/Jere/gnoga-code-2018_05_01/build/share/gpr;/home/Jere/gnoga-code-2018_05_01/build/lib/gnat
--
--         ATOMIC_ACCESS    = GCC-long-offsets
--
--         BUILDER          = gprbuild -p
--target=x86_64-w64-mingw32                                   --
--         PRJ_TARGET       = Windows                                --
--         BUILD_OS         = UnixLike                                  --
--
--
-----------------------------------------------------------------------------

*******************************************************

when I tried to set the GPR_PROJECT_PATH using that value, I got:

$ set
GPR_PROJECT_PATH=/home/Jere/gnoga-code-2018_05_01/build/share/gpr;/home/Jere/gnoga-code-2018_05_01/build/lib/gnat
bash: /home/Jere/gnoga-code-2018_05_01/build/lib/gnat: No such file or
directory

anyone know where I go from here?
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to