On Sat, Dec 20, 2008 at 6:56 AM, Ronald Blaschke via RT < parrotbug-follo...@parrotcode.org> wrote:
> > ..\..\parrot.exe > > ..\..\runtime\parrot\library\PGE\Perl6Grammar.pir > > --ouput=PGE\builtins_gen.pir PGE\builtins.pg > > MAKE : fatal error U1077: '..\..\parrot.exe' : return code > > '0xc0000005' > > top. > > MAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2' > > top. > > What version of Parrot is this? Are you passing any options to 'perl > Configure.pl'? Please also add the Configure output. > Version is 0.8.2 Here is output of Configure: C:\parrot>perl configure.pl Parrot Version 0.8.2 Configure 2.0 Copyright (C) 2001-2008, The Perl Foundation. 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 I'll prompt you for a few pieces of info. Since you're running this program, you obviously have Perl 5--I'll be pulling some defaults from its configuration. init::manifest - Check MANIFEST.....................................done. init::defaults - Set Configure's default values.....................done. init::install - Set up installation paths..........................done. init::hints - Load platform and local hints files................done. init::headers - Find header files distributed with Parrot..........done. inter::progs - Determine what C compiler and linker to use........done. inter::make - Is make installed...................................yes. inter::lex - Is lex installed................................skipped. inter::yacc - Is yacc installed...............................skipped. auto::gcc - Is your C compiler actually gcc......................no. auto::glibc - Is GNU libc installed................................no. auto::backtrace - Does libc have the backtrace* functions..............no. auto::fink - Determine Fink location on Darwin...............skipped. auto::macports - Determine Macports location on Darwin...........skipped. auto::msvc - Is your C compiler actually Visual C++........yes, 14.0. auto::attributes - Detect compiler attributes.........................done. auto::warnings - Detect supported compiler warnings..............skipped. init::optimize - Enable optimization..................................no. inter::shlibs - Determine flags for building shared libraries......done. inter::libparrot - Should parrot link against a shared library.........yes. inter::charset - Which charset files should be compiled in..........done. inter::encoding - Which encoding files should be compiled in.........done. inter::types - What types should Parrot use.......................done. auto::ops - Which opcode files should be compiled in...........done. auto::pmc - Which pmc files should be compiled in..............done. auto::alignptrs - Determine your minimum pointer alignment........ 1 byte. auto::headers - Probe for C headers................................done. auto::sizes - Determine some sizes...............................done. auto::byteorder - Compute native byteorder for wordsize.....little-endian. auto::va_ptr - Test the type of va_ptr...........................stack. auto::format - What formats should be used for sprintf............done. auto::isreg - Does your C library have a working S_ISREG...........no. auto::arch - Determine CPU architecture and OS..................done. auto::jit - Determine JIT capability...Can't spawn ".\test_2816.exe": Bad file descriptor at lib/Parrot/Configure/Utils.pm line 85. .........................yes. auto::cpu - Generate CPU specific stuff...Can't spawn ".\test_2816.exe ": Bad file descriptor at lib/Parrot/Configure/Utils.pm line 85. Can't spawn ".\test_2816.exe": Bad file descriptor at lib/Parrot/Configure/Utils .pm line 85. .....................done. auto::funcptr - Does compiler support function pointer casts........yes. auto::cgoto - Does your compiler support computed goto.............no. auto::inline - Does your compiler support inline...................yes. auto::gc - Determine allocator to use.........................done. auto::memalign - Does your C library support memalign.................no. auto::signal - Determine some signal stuff........................done. auto::socklen_t - Determine whether there is socklen_t.................no. auto::env - Does your C library have setenv / unsetenv.....unsetenv. auto::gmp - Does your platform support GMP.......................no. auto::readline - Does your platform support readline..................no. auto::gdbm - Does your platform support gdbm......................no. auto::pcre - Does your platform support pcre......................no. auto::opengl - Does your platform support OpenGL....................no. auto::crypto - Does your platform support crypto....................no. auto::gettext - Does your configuration include gettext..............no. auto::snprintf - Test snprintf......................................done. auto::perldoc - Is perldoc installed................................yes. auto::ctags - Is (exuberant) ctags installed.......................no. auto::revision - Determine Parrot's revision......................r34099. auto::icu - Is ICU installed..........................no icu-config. gen::config_h - Generate C headers.................................done. gen::core_pmcs - Generate core pmc list.............................done. gen::crypto - Generate Digest PMC files.......................skipped. gen::parrot_include - Generate runtime/parrot/include....................done. gen::opengl - Generating OpenGL bindings......................skipped. gen::call_list - Generate NCI signature list........................done. gen::languages - Configure languages................................done. gen::makefiles - Generate makefiles and other build files...........done. gen::platform - Move platform files into place.....................done. gen::config_pm - Record configuration data for later retrieval......done. Okay, we're done! You can now use `nmake' to build your Parrot. After that, you can use `nmake test' to run the test suite. Happy Hacking, The Parrot Team