Standard MSVC++ 6.0 setup, last known to work: Thursday.  Updated with 
completely clean tree, built with defaults (as I always do) and here's how 
it went:

C:\projects\parrot\parrot>perl Configure.pl
Parrot Version 0.0.6 Configure 2.0
Copyright (C) 2001-2002 Yet Another Society

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.
Checking for --miniparrot...done.
Loading platform hints file...done.
Determining what C compiler and linker to use...done.
Determining what types Parrot should use...done.
Determining what opcode files should be compiled in...done.
Setting up experimental systems...done.
Probing for C headers...done.
Determining some sizes...done.
Computing native byteorder for Parrot's wordsize...done.
Figuring out how to pack() Parrot's types...done.
Figuring out what formats should be used for sprintf...done.
Determining if your C compiler is actually gcc...done.
Determining architecture, OS and JIT capability...done.
Verifying that the compiler supports function pointer casts...done.
Determining if your compiler supports computed goto...done.
Generating config.h...done.
Writing Parrot::Config module...done.
Generating Makefiles...done.
Moving platform files into place...done.
Okay, we're done!

You can now use `make' (or your platform's equivalent to `make') to build your
Parrot. After that, you can use `make test' to run the test suite.

Happy Hacking,
         The Parrot Team


C:\projects\parrot\parrot>nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

         C:\Perl\bin\perl.exe vtable_h.pl
         C:\Perl\bin\perl.exe make_vtable_ops.pl > vtable.ops
         C:\Perl\bin\perl.exe ops2c.pl C core.ops debug.ops io.ops rx.ops 
vtable.ops
         C:\Perl\bin\perl.exe ops2c.pl CPrederef core.ops debug.ops io.ops 
rx.ops vtable.ops
         cl -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE 
-DNO_STRICT    -I./include  -DHAS_JIT -DI386
-Fotest_main.obj -c test_main.c
test_main.c
         cl -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE 
-DNO_STRICT    -I./include  -DHAS_JIT -DI386
-Foexceptions.obj -c exceptions.c
exceptions.c
../include\parrot/parrot.h(66) : fatal error C1083: Cannot open include 
file: 'arpa/inet.h': No such
file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

C:\projects\parrot\parrot>

Reply via email to