At 11:03 05/04/2005 +0200, you wrote:
Please verify the build on Windows platforms,
$ perl Configure.pl -cc=gcc --without-icu
$ mingw32-make
Build OK with MinGW.
Francois
thanks
leo
Leopold Toetsch wrote:
> 5) if you move $parrot/icu e.g. to $parrot/_icu you can run
>$ perl Configure.pl --nomanicheck
> Please verify the build on Windows platforms,
> thanks
Looks good on Windows XP, VC++ 7.1. F complains,
quite expectedly.
Ron
1) a hint, if you want to verify a config step:
$ perl Configure.pl --verbose-step=ICU
2) verify that you link against the correct libicu
$ nm -u parrot | grep isdigit
u_isdigit_3_2
3) we could probably lift the restriction that we link with c++
I replaced LINK = c++ with LINK = cc in the Mak