dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]Project proposal for the backburner: DotGNUstep


From: Gopal V
Subject: Re: [DotGNU]Project proposal for the backburner: DotGNUstep
Date: Wed, 25 Sep 2002 18:27:58 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, Robert Puyol wrote:
> Maybe adding Objective-C language to DotGNU could be a proposal for the 
> "frontburner" ? I see a very strong link between GNUstep and 
> Objective-C.

Well after our FrontBurner C language plugin for CSCC works out fine.
Objective-C ,Managed C++ etc are possibilities .... once all the complex
pointer & function pointer details are worked out for C , the rest should
be easier (but not trivial).

> BTW, I have an issue with the C compiler under Mac OS X and, I guess, 
> its use of the precompiler. Setting CPP to "/usr/bin/cpp 
> -no-cpp-precomp " (or -traditional-cpp for pre GCC 3) to invoke the GNU 
> pre-processor help, but the result of configure in pnetC is still this 
> one:

Move the -no-cpp-precomp to CPPFLAGS please ... IMHO that is the only
possible solution I have ...

I reproduced your error by doing an export CPP= "/usr/bin/cpp -nostdinc"...
The "-nostdinc" when moved to CPPFLAGS solves this error .

> checking for C compiler default output... configure: error: C compiler 
> cannot create executables

You may have to edit configure.in to set CPPFLAGS, as it seems to be
hardcoded rather than obtained from the shell exports .

So, edit configure.in, ./auto_gen.sh , ./configure ....

Hope that helps,

Gopal
-- 
The difference between insanity and genius is measured by success


reply via email to

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