Sujet : Re: compilation or linking error
De : bertus.dries (at) *nospam* planet.nl (ldries46)
Groupes : comp.lang.adaDate : 03. Dec 2024, 12:43:34
Autres entêtes
Organisation : KPN B.V.
Message-ID : <nnd$06e20628$3fd458e7@8fd68094565feb50>
References : 1
User-Agent : Mozilla Thunderbird
I just run the Compile command and get:
[2024-12-03 12:28:45] Could not determine the project for file: D:\ada\project\Sudoku\Sudoku_main.gpr
[2024-12-03 12:28:45] Could not expand argument in command line: %fp
[2024-12-03 12:28:45] Build command not launched.Op 30-11-2024 om 9:22 schreef ldries46:
Using the 25.w0 compiler system on Windows 11 in a program using gtkada I got the following error messages using the "Compile File"in the
>
[2024-11-30 08:42:53] Could not expand argument in command line: %rbt
[2024-11-30 08:42:53] Could not expand argument in command line: %rd
[2024-11-30 08:42:53] Build command not launched.
>
As said in the last line I cannot run the program. Also missing the chance to debug. This message contains the group file I use. Possibly there is an error inside. I did control but the program is indeed not running and not even the first line did not run shows that code is not the problem. I included the used .gpr file and the base file of the program. All the source files are in the directory /base./src while the .gpr file is positioned in /base.
Using the Check Syntax, Check Semantic and Compile File Show No Errors. Run & debug show only some runtime failures message but never reaches the start of the code :
>
Num Type Disp Enb Address What
1 breakpoint keep y 0x00000000004015a8 in sudoku_main at D:\ada\project\Sudoku\src\sudoku_main.adb:44
>
What did I do wrong?
>
>