Thanks to all.

Marc

--========----

1.  What version of GNAT are you using?
~$ gnat

GNAT 7.3.0
Copyright 1996-2017, Free Software Foundation, Inc.

List of available commands

gnat bind               gnatbind-7
gnat chop               gnatchop-7
gnat clean              gnatclean-7
gnat compile            gnatmake-7 -f -u -c
gnat check              gnatcheck-7
gnat elim               gnatelim-7
gnat find               gnatfind-7
gnat krunch             gnatkr-7
gnat link               gnatlink-7
gnat list               gnatls-7
gnat make               gnatmake-7
gnat metric             gnatmetric-7
gnat name               gnatname-7
gnat preprocess         gnatprep-7
gnat pretty             gnatpp-7
gnat stack              gnatstack-7
gnat stub               gnatstub-7
gnat test               gnattest-7
gnat xref               gnatxref-7

2.  What version of GPRBUILD do you have and why are you using gnatmake instead of gprbuild?
~$ gprbuild --version
GPRBUILD GPL 2017 (20170515) (x86_64-pc-linux-gnu)
Copyright (C) 2004-2017, 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.

-I ignored it could run directly with gprbuild.
gnatmake has an option to use directly gpr file, it's easy tu put all parameters in a gpr file, so..
-What's the difference between the 2, please?

3.  What is the absolute path of the gnoga source directory and the settings.gpr file?

@PC:/media/4To/Donnees/Courrier/020-Ada$ ls
Install_trial  M-Sources  O-Projets  P-Exec  X-Bibliotheque Y-Outillage  Z-Doc

@PC:/media/4To/Donnees/Courrier/020-Ada/M-Sources$

@PC:/media/4To/Donnees/Courrier/020-Ada/O-Projets$


Le 28/04/2019 à 02:51, Jeremiah Breeden a écrit :
I would guess it is either your version of GNAT and GPRBUILD or your folder structure (this is more likely given your error).  The GPR file uses relative paths for source and settings.  The path you showed is different than the original gnoga path, so I don't know if you have all the other files correctly located or not.  If you still need help, please answer the following questions:

1.  What version of GNAT are you using?
2.  What version of GPRBUILD do you have and why are you using gnatmake instead of gprbuild? 3.  What is the absolute path of the gnoga source directory and the settings.gpr file?

Please answer in full!  Thanks!
Jeremiah

On Sat, Apr 27, 2019 at 8:03 AM Dubois <[email protected] <mailto:[email protected]>> wrote:

    Hi Jeremiah,
       it's a strange case, it doesn't work with the 1st option below
    (compilation1) but it works correctly (release) with the 2d one & 
    i have no any idea why !
       Your help is welcomed.
    Thks you
    Regards
    Marc
    Ps : Full original file in attached piece.
    I guess it's a problem with gpr file

    _______________________________________________
    Gnoga-list mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.sourceforge.net/lists/listinfo/gnoga-list



_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to