[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnustep-make with ObjC++
From: |
Yen-Ju Chen |
Subject: |
Re: gnustep-make with ObjC++ |
Date: |
Mon, 13 Mar 2006 09:15:40 -0800 |
On 3/13/06, Nicola Pero <nicola.pero@operatelecom.com> wrote:
>
> > 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 ?
Sorry, my bad.
I update to lastest GNUstep-make again
and it works this time.
I guess something wrong on my system before.
Thanx a lot.
I will try to see whether it work for PopplerKit,
which is a real example of mixing C++ and ObjC.
Yen-Ju
>
> Thanks
>
>