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 It's as if gprbuild forgets about "subdir" being in the source path!? Is anyone else seeing this? I'm on Windows 8.1; I could try Debian. maybe the project files need a real Compiler package or something? -- -- Stephe _______________________________________________ Emacs-ada-mode mailing list [email protected] http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org
