On Fri, 18 Sep 2009 09:26:52 +0100, Dave Korn <dave.korn.cyg...@googlemail.com> wrote: > Danny Backx wrote: > >> Seriously : I've not looked into objc at all. Does it have porting >> issues like the rest of gcc/g++/libg++ or does it sit quietly on top of >> gcc ? > > Generally speaking, it "just works": if C works, ObjC works, and if C++ > works, Obj-C++ works. I've never had to patch either of them in any way, > just > --enable-languages them and they always get good test results. > > cheers, > DaveK
>From my first experiment it shouldn't be difficult to make it work. I have downloaded and decompressed gcc-objc-4.4.0.tar.bz2 and I had to add the following changes in gcc/libobjc/Object.m to reflect the fact errno doesn't exist on wince. + #ifndef __MINGW32CE__ #include <errno.h> + #endif Now need some testing. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel