[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [plt-scheme] 200alpha19



Visual Studio 7 under Windows XP didn't like it very much...
Had drscheme 200 alpha 12 installed in program files/plt, then did a cvs
checkout to the plt dir, then an update, then went into plt/src/worksp
and ran rebuild.bat.
After nmake churned for a while and spit out a ton of stuff, it halted
around here:


        cl.exe /nologo /MT /W3 /Zi /O2 /I "..\..\mzscheme\gc" /I
"..\..\wxwindow\include\base" /I "..\..\wxwindow\include\msw" /I
":..\..\wxwindow\src\base" /I "..\..\wxwindow\src\msw" /I
"..\..\wxwindow\contrib\wxxpm\libxpm.34b\lib" /I
"..\..\wxWindow\contrib\fafa" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D
"__WINDOWS__" /D "GC_DLL" /Fo".\Release\\" /Fd".\Release\\" /FD /c
..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Parse.c
Parse.c
c:\program
files\plt\src\wxwindow\contrib\wxxpm\libxpm.34b\lib\parse.c(229) : fatal
error C1001: INTERNAL COMPILER ERROR
                (compiler file
'f:\vs70builds\9466\vc\Compiler\Utc\src\P2\main.c', line 146)
 Please choose the Technical Support command on the Visual C++
 Help menu, or open the Technical Support help file for more information
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
.NET\VC7\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
.NET\VC7\BIN\nmake.exe"' : return code '0x2'
Stop.

Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation.  All rights reserved.

No configuration specified. Defaulting to MzStart - Win32 Release.
Warning: cannot find "mzstart.dep"
        if not exist ".\Release/" mkdir ".\Release"
        cl.exe /nologo /ML /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D
"_CONSOLE" /D "MZSTART" /Fp".\Release\mzstart.pch" /YX /Fo".\Release\\"
/Fd".\Release\\" /FD /c ..\..\mzscheme\dynsrc\start.c
start.c
        rc.exe /l 0x409 /fo".\Release\start.res" /i "..\starters" /d
"NDEBUG" /d "MZSTART" .\..\starters\start.rc
        link.exe @C:\DOCUME~1\Daniel\LOCALS~1\Temp\nmCF1.tmp

Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation.  All rights reserved.

No configuration specified. Defaulting to MrStart - Win32 Release.
Warning: cannot find "mrstart.dep"
        if not exist ".\Release/" mkdir ".\Release"
        cl.exe /nologo /ML /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D
"_WINDOWS" /D "MRSTART" /Fp".\Release\mrstart.pch" /YX /Fo".\Release\\"
/Fd".\Release\\" /FD /c .\..\..\mzscheme\dynsrc\start.c
start.c
        rc.exe /l 0x409 /fo".\Release\start.res" /i "..\starters" /d
"NDEBUG" /d "MRSTART" .\..\starters\start.rc
        link.exe @C:\DOCUME~1\Daniel\LOCALS~1\Temp\nmCF4.tmp
'mzscheme.exe' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\PLT\src>



-----------------------------------
Daniel Silva
dsilva@ccs.neu.edu
 

-----Original Message-----
From: owner-plt-scheme@fast.cs.utah.edu
[mailto:owner-plt-scheme@fast.cs.utah.edu] On Behalf Of Matthew Flatt
Sent: Tuesday, May 21, 2002 8:20 PM
To: plt-scheme@fast.cs.utah.edu
Subject: [plt-scheme] 200alpha19

The exp-tagged code in CVS for MzScheme and MrEd is now version
200alpha19.

It's mostly accumulated bug fixes, but there's also one new function:
`subprocess-kill'.

Matthew