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

RE: [plt-scheme] 200alpha19



At Wed, 22 May 2002 01:14:55 -0400, "Daniel Silva" wrote:
> 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

I'm not sure we can do anything about Microsoft's internal compiler
errors.

Also, for VC 7, there's a problem with the assembly code in MzScheme.
I'll upgrade one of my machines to VC 7 soon and see if I can make it
work. Meanwhile, I guess you're stuck using the pre-built binaries.

Matthew