Hi Kevin, Thanks for trying to help. Try this in gps.gpr:
package Compiler is for Default_Switches ("Ada") use ... (do not change) for Switches ("gvd-canvas.adb") use ("-g", "-O0"); end Compiler; and do debian/rules gnat-gps again. This should not recompile everything, just the offending file with the options specified. I don't know which options you should change or remove. Removing -g will definitely get the file to compile but without debugging information. PS. This is a bug in gnat-4.1. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]