Stephen Leake <[email protected]> writes: > I'm having problems compiling the ada-mode test files with GNAT GPL > 2016. > > In build/wisi/Makefile, the compile-ada target gives: > > ada_mode.adb:3:04: warning: subunit "Ada_Mode.Separate_Protected_Body" > in file "ada_mode-separate_protected_body.adb" not found > > > I tried to work around that by adding "subdir" to ada_mode.gpr > Source_Files, and using ada_mode.gpr as the project file. That works > until I get: > > ada_mode-nominal-separate_package_1.adb:41:04: warning: subunit > "Ada_Mode.Nominal.Separate_Package_1.Separate_Procedure_1" in file > "ada_mode-nominal-separate_package_1-separate_procedure_1.adb" not > found
Fixed this; there really is a missing file, that previous versions of GNAT did not report. The first error above is still mysterious. -- -- Stephe _______________________________________________ Emacs-ada-mode mailing list [email protected] http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org
