#196: Configure failure in ActivePerl/MSVC
-----------------------+----------------------------------------------------
 Reporter:  allison    |       Owner:     
     Type:  bug        |      Status:  new
 Priority:  normal     |   Milestone:     
Component:  configure  |     Version:     
 Severity:  fatal      |    Keywords:     
     Lang:             |       Patch:     
 Platform:  win32      |  
-----------------------+----------------------------------------------------
 When attempting to compile Parrot using ActivePerl 5.10.0 and MSVC9 (2008
 Express Edition), I get the following error in the configure process:

 ------
 inter::progs -        Determine what C compiler and linker to use...
  ccflags: -nologo -GF -W4 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
 -DUSE_
 SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC
 cl -nologo -GF -W4 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
 -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC    -I./include -c test_2852.c
 test_2852.c
 link -nologo -nodefaultlib -debug    Files\ActivePerl\lib\CORE"
 -machine:x86 test_2852.obj  -out:test_2852.exe  kernel32.lib ws2_32.lib
 msvcrt.lib oldnames.lib

 LINK : fatal error LNK1104: cannot open file 'Files\ActivePerl\lib\CORE
 -machine:x86 test_2852.obj  -out:test_2852.exe  kernel32.lib ws2_32.lib
 msvcrt.lib oldnames.lib'
 Compilation failed with 'cl'
 ------

 Does anyone with more experience on the Windows platform, and particularly
 on compiling with ActivePerl have a suggestion on possible cause/solution?

 Allison

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/196>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to