Hi all! I recompiled gcc(4.2.4), all GNUstep (gnustep-make 2.0.5, base 1.14.2, objc 1.6.0, gui 0.12.1 and backend 0.12.1) and it work's. All day is gone, but I am very lucky. Thank's Nicola, Marko, David. Finally I can learn to program in GNUstep. Regards
> ------------ Původní zpráva ------------ > Od: Nicola Pero <[EMAIL PROTECTED]> > Předmět: Re: Howto write GNUmakefile.preamble with using C API > Datum: 22.7.2008 12:51:25 > ---------------------------------------- > > >>> 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 > > > _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
