discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Howto write GNUmakefile.preamble with using C API


From: Jaroslav Joska
Subject: Re: Howto write GNUmakefile.preamble with using C API
Date: Tue, 22 Jul 2008 22:06:28 +0200 (CEST)

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 <nicola.pero@meta-innovation.com>
> 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
> Discuss-gnustep@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]