Re: Win32 with ICU files build problem

2005-04-14 Thread Ron Blaschke
jerry gay wrote: > On Apr 12, 2005 12:06 PM, Solinski, Mark <[EMAIL PROTECTED]> wrote: >> > Has anyone successfully built Parrot on Win32 (MSVC 13.10.3077) >> > recently? > parrot builds fine on win32--vc-7.1-perl-5.8.6 for me, without icu. i have > been building this way for some time now. > co

Re: Win32 with ICU files build problem

2005-04-12 Thread jerry gay
On Apr 12, 2005 12:06 PM, Solinski, Mark <[EMAIL PROTECTED]> wrote: > > > Has anyone successfully built Parrot on Win32 (MSVC 13.10.3077) > > recently? parrot builds fine on win32--vc-7.1-perl-5.8.6 for me, without icu. i have been building this way for some time now. configure.pl --without-i

Re: Win32 with ICU files build problem

2005-04-12 Thread wi
I succeeded using the mingw32 setup. I counldn't get the Visual Studio.Net or free VC++ compilers to work, and ran out of energy. On Apr 12, 2005 12:06 PM, Solinski, Mark <[EMAIL PROTECTED]> wrote: > I'm sorry if this is a repeat... I posted this accidentally to > perl6-language... > > > Followin

Re: Win32 with ICU files build problem

2005-04-12 Thread Jens Rieks
On Tuesday 12 April 2005 21:06, Solinski, Mark wrote: > > Following the instructions in README.Win32 (which has been successful > > for me in the past), no longer works successfully. First, I cannot > > run Configure.pl successfully; it complains about --icudatadir not > > being defined (again not

Re: Win32 with ICU files build problem

2005-04-12 Thread Matt Diephouse
Solinski, Mark <[EMAIL PROTECTED]> wrote: > Following the instructions in README.Win32 (which has been successful > for me in the past), no longer works successfully. First, I cannot run > Configure.pl successfully; it complains about --icudatadir not being > defined (again not one of the --icu* o

Re: Win32 with ICU files build problem

2005-04-12 Thread Christian Sporer
Hi Mark, I was able to compile parrot yesterday night. I compiled icu and copied the contents of the directory icu/include (two directories) manually to parrot/src. After that the compiler didn't complain anymore and I got a working parrot.exe. The --icudatadir I pointed to the out directory in my