From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 3 Dec 2024 12:43:34 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: compilation or linking error Newsgroups: comp.lang.ada References: Content-Language: nl, en-GB From: ldries46 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: Organization: KPN B.V. Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.swapon.de!news.in-chemnitz.de!3.eu.feeder.erje.net!feeder.erje.net!feeder2.feed.ams11.usenet.farm!feed.usenet.farm!feed.abavia.com!abe006.abavia.com!abp003.abavia.com!news.kpn.nl!not-for-mail Injection-Date: Tue, 03 Dec 2024 12:43:34 +0100 Injection-Info: news.kpn.nl; mail-complaints-to="abuse@kpn.com" Xref: news.eternal-september.org comp.lang.ada:66471 List-Id: 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? > >