Sujet : Re: compilation or linking error
De : bertus.dries (at) *nospam* planet.nl (ldries46)
Groupes : comp.lang.adaDate : 05. Dec 2024, 09:21:13
Autres entêtes
Organisation : KPN B.V.
Message-ID : <nnd$0c77a74a$7903d583@d25fd620e9918bf1>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
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.