>>> It doesn't work >>> [...] >>> test.c:1:19: warning: mysql.h: No such file or directory >>> [...] >> >> Something is going wrong here - it was supposed to be compiling >> test.m here, not test.c ;-) > > This is a bug in GNUstep Make which I've encountered before. It is > due to the convoluted way in which it builds dependency chains.
If you encounter bugs, please report them - thanks :-) I never thought anyone would care about file.c vs file.m, but if that's a problem, let's fix it :-) > Possibly a better solution would be for the .o files to be > named .c.o, .m.o, .cpp.o and so on, and the dependency rules > constructed to match. I like the idea. I implemented it in trunk. Please give it a go. Thanks _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
