> I tried using objective c++ precompiled header using > XXX_OBJCC_PRECOMPILED_HEADERS = XXX_Prefix.h But it failed with error. > > make[1]: *** No rule to make target > `obj/PrecompiledHeaders/ObjCC/XXX_Prefix.h.gch', needed by > `internal-precompile-headers'. Stop. > make: *** [XXX.all.app.variables] Error 2
It works for me, but I'm using a more recent version of gnustep-make. > I have no problem using objective c precompiled header with > XXX_OBJC_PRECOMPILED_HEADERS = XXX_Prefix.h > (gnustep-make 2.2.0) I would suggest trying with gnustep-make 2.4.0 (the last stable release). If it doesn't work with gnustep-make 2.4.0, please submit a bug report including the GNUmakefile that you are using. ;-) Thanks _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
