I have a main program crypt.adb I have a seperate project randproj.ads
and randproj.adb crypt has a line "with randproj" but when I compile
crypt either directly with gnat or with alr it does not find randproj.
crypt.adb, randproj.ads, and randproj.adb are all in the same directory.
I have the feeling I'm missing something easy to do.
How do I get crypt.adb to find randproj.ads?
søndag 17. september 2023 kl. 19:27:12 UTC+2 skrev richardthiebaud:
I have a main program crypt.adb I have a seperate project randproj.ads
and randproj.adb crypt has a line "with randproj" but when I compile
crypt either directly with gnat or with alr it does not find randproj.
crypt.adb, randproj.ads, and randproj.adb are all in the same directory.
I have the feeling I'm missing something easy to do.
How do I get crypt.adb to find randproj.ads?
In the gpr file, have you: for Source_Dirs use ("src", ...
?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 44:37:01 |
Calls: | 8,141 |
Calls today: | 4 |
Files: | 13,085 |
Messages: | 5,858,054 |