gnustep-dev
[Top][All Lists]
Advanced

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

Re: cross compiling gnustep on embedded device (wince)


From: Vincent R.
Subject: Re: cross compiling gnustep on embedded device (wince)
Date: Fri, 25 Sep 2009 18:06:40 +0200
User-agent: RoundCube Webmail/0.2

On Fri, 25 Sep 2009 16:59:41 +0100, David Chisnall <address@hidden>
wrote:
> On 25 Sep 2009, at 16:57, Vincent R. wrote:
> 
>> Why is it compiling subproject unix ?
> 
> This will have been set by the configure script.  Did you set target  
> triple when you ran ./configure?
> 
> David

I found why I think :

ifeq ($(GNUSTEP_TARGET_OS), mingw32)
libgnustep-base_SUBPROJECTS+=win32
else
libgnustep-base_SUBPROJECTS+=unix
endif


and since I am using mingw32ce it's not matched...





reply via email to

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