On 25 Sep 2009, at 17:06, Vincent R. wrote:

On Fri, 25 Sep 2009 16:59:41 +0100, David Chisnall <[email protected]>
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...

You can try just tweaking it to match on mingw32ce too, but I don't think anyone else has tested it on a Wince machine, so you may need to do some tweaking to make it work if you get any errors.

David


_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to