Deutsch English Français Italiano |
<nnd$1682f6ed$629f42f0@c0392ba3e5f0a93a> View for Bookmarking (what is this?) Look up another Usenet article |
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: <nnd$2d8761ed$18289870@193d7deef487bb18> <nnd$06e20628$3fd458e7@8fd68094565feb50> <vind36$6e5b$1@dont-email.me> Content-Language: nl, en-GB From: ldries46 <bertus.dries@planet.nl> In-Reply-To: <vind36$6e5b$1@dont-email.me> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <nnd$1682f6ed$629f42f0@c0392ba3e5f0a93a> Organization: KPN B.V. Path: ...!news.roellig-ltd.de!open-news-network.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 Lines: 20 Injection-Date: Wed, 04 Dec 2024 10:18:16 +0100 Injection-Info: news.kpn.nl; mail-complaints-to="abuse@kpn.com" Bytes: 1780 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