From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 5 Dec 2024 09:21:13 +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!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feed.abavia.com!abe007.abavia.com!abp002.abavia.com!news.kpn.nl!not-for-mail Injection-Date: Thu, 05 Dec 2024 09:21:12 +0100 Injection-Info: news.kpn.nl; mail-complaints-to="abuse@kpn.com" Xref: news.eternal-september.org comp.lang.ada:66475 List-Id: I think we do not understand each other. I an using the compiler 25.0 of he community. In this compiler that includes an editor you are asked which .gpr file you want to use. As a result all files that are mentioned in the .gpr file can be reached by the editor as belonging to the project. If you open another file it is not mentioned as a file beloning to the project. The compiler just compiles only the files belonging to the project. uses the .gpr file only as a guideline howe to create an .exe file. In the program I have a BUILD command which has sub commands (CHECK SYNTAX, CHECK SEMANTIC, COMPILE FILE, PROJECT, CLEAN, RUN, SETTINGS) of which PROJECT is split into BUILD & RUN, BUID & DEBUG. I have tried CHECK SYNTAX, CHECK CHECK SEMANTIC, which are all without error, COMPILE, PROJECT/.. create errors   So what do exactly do wrong.