[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnustep-make with ObjC++
From: |
Nicola Pero |
Subject: |
Re: gnustep-make with ObjC++ |
Date: |
Mon, 13 Mar 2006 12:33:47 +0000 (GMT) |
> I use Apple's GCC and Apples runtimes, not GNUstep.
> I only use gnustep-make instead of xcode.
> And xcode works fine for PopplerKit.
> Therefore, the problem should be the internal setting of gnustep-make,
> or I miss something in the GNUmakefile.
>
> But I try _OBJCC_FILES (see GNUmakefile below)
> but gnustep-make simply ignore it.
> _OBJC_FILES works file.
> I have gnustep-make 1.11.2 (lastest release).
>
> Thanx.
>
> Yen-Ju
>
> GNUmakefile:
>
> include $(GNUSTEP_MAKEFILES)/common.make
>
> CC=${CXX}
Works for me on Linux, but I don't understand why you add CC=${CXX}
Any special reason for that ? What happens if you remove it ?
Can you do 'make messages=yes' and report exactly the error messages that
you are getting ?
Thanks