I have a copy of XP Pro: I just installed ActiveState Perl, Visual C+ + Toolkit 2003, the MS SDK and the .NET SDK (On my Virtual PC installation on my mac, btw. Only took about 10 hours, on and off =-) trying to build parrot using the toolkit command prompt, I get:

Y:\>perl Configure.pl --nomanicheck
Parrot Version 0.3.0 Configure 2.0
Copyright (C) 2001-2005 The Perl Foundation.  All Rights Reserved.

Hello, I'm Configure. My job is to poke and prod your system to figure out how to build Parrot. The process is completely automated, unless you passed in the `--ask' flag on the command line, in which case it'll prompt you for a few
pieces of info.

Since you're running this script, you obviously have Perl 5--I'll be pulling
some defaults from its configuration.

Checking MANIFEST.....................................................done. Setting up Configure's data structures................................done. Tweaking settings for miniparrot......................................done. Loading platform and local hints files................................done. Determining nongenerated header files.................................done. Determining what C compiler and linker to use.........................done. Determining whether lex is installed...............................skipped. Determining whether yacc is installed..............................skipped. Determining if your C compiler is actually gcc......Linker failed (see test.ldo)
 at lib/Parrot/Configure/Step.pm line 361
Parrot::Configure::Step::cc_build() called at config/auto/ gcc.pl line 30

Configure::Step::runstep('undef', 'undef') called at lib/ Parrot/Configur
e/RunSteps.pm line 124
Parrot::Configure::RunSteps::runsteps ('Parrot::Configure::RunSteps', 'no
manicheck', 1, 'debugging', 1) called at Configure.pl line 402


Y:\>type test.ldo
LINK : fatal error LNK1104: cannot open file 'user32.lib'
-nodefaultlib'
cl : Command line warning D4002 : ignoring unknown option '-debug'
cl : Command line warning D4002 : ignoring unknown option '-machine:x86'
LINK : fatal error LNK1104: cannot open file 'ut:test.exe'

Suggestions?

Reply via email to