From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 4 Dec 2024 10:18:17 +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!weretis.net!feeder8.news.weretis.net!3.eu.feeder.erje.net!feeder.erje.net!feeder1.feed.ams11.usenet.farm!feed.usenet.farm!feed.abavia.com!abe004.abavia.com!abp002.abavia.com!news.kpn.nl!not-for-mail Injection-Date: Wed, 04 Dec 2024 10:18:16 +0100 Injection-Info: news.kpn.nl; mail-complaints-to="abuse@kpn.com" Xref: news.eternal-september.org comp.lang.ada:66473 List-Id: In the .gpr file in clearly stated that main: "for Main use ("Sudoku_main.adb"); and "for Source_Dirs use ("./src", ...etc" which means that according to the .gpr  file the compilation is for the program that is presented in the .src directory. As I think the problem is somewhere in the compilation,  Linker or Builder parts used in the.gpr file Op 3-12-2024 om 17:53 schreef Max Reznik: > It seems you are trying to compile a `.gpr` file. > This is not what you need. You can compile only `.adb` (sometimes > `.ads`). Instead of compiling `.gpr` file run "Build project" > > 03.12.2024 13:43, ldries46: >> 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