I've had success with this now. Perhaps it will encourage others to try? Step by step instructions based on Stefan's work plus my run through trying to follow it :
1. Download icu4c-4_6-src.zip It has to be that exact version, and it has to be the zip file, not the tgz 2. Apply Stefan's patch (copy attached) using the command 'patch -p1 -i icu4c-4_6-mingw-gnustep.diff' inside the icu/ dir. 3. In the icu/source dir, run './configure --prefix=/mingw --libdir=/mingw/bin --disable-strict' then run 'make' and 'make install' 4. Get the latest base from svn-trunk, and configure/make/install it ... this should just work.
icu4c-4_6-mingw-gnustep.diff
Description: Binary data
_______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
