|
From: lstern <ls...@dr...> - 2001-02-25 21:13:35
|
I downloaded the code and tried to build it using vc++ 6 and Avtive =
State perl. After building the make file=20
perl Makefile.pl I ran nmake.
I am doing this on a win98 box.=20
Here is my output - Any idea what I did wrong??
Leon
perl makefile.pl
INC =3D> -ID:\PROGRA~1\WX2\include -ID:\PROGRA~1\WX2/contrib/include =
-ID:\PROGRA~1\WX2/src/png -ID:\PROGRA~1\WX2/src/zlib =
-ID:\PROGRA~1\WX2/src/jpeg -ID:\PROGRA~1\WX2/src/tiff=20
CCFLAGS =3D> -TP -c -W3 -nologo /O1 /GX=20
DEFINE =3D> -DWXP_VERSION=3D5006 -DWIN32 -D__WIN32__ -D_WINDOWS =
-DWINVER=3D0x0400 /D__WIN95__ /D__WXMSW__ /DWXUSINGDLL=3D1 /D__WINDOWS__ =
LIBS =3D> D:\PROGRA~1\WX2\lib\wx22_5.lib=20
LDFROM =3D> $(OBJECT) Wx.res
Note (probably harmless): No library found for =
'D:/PROGRA~1/WX2/lib/wx22_5.lib'
Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck] =
[-nolinenumbers] [-nooptimize] [-noinout] [-noargtypes] [-s pattern] =
[-typemap typemap]... file.xs
Writing Makefile for Wx
D:\wx_perl_sources\Wx-0.03>nmake
nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl.exe -c -ID:\PROGRA~1\WX2\include -ID:\PROGRA~1\WX2/contrib/include =
-ID:\PROGRA~1\WX2/src/png -ID:\PROGRA~1\WX2/src/zlib =
-ID:\PROGRA~1\WX2/src/jpeg -ID:\PROGRA~1\WX2/src/tiff -TP -c -W3 -nologo =
/O1 /GX -O1 -MD -DNDEBUG -DVERSION=3D\"0.03\" =
-DXS_VERSION=3D\"0.03\" -ID:\Perl\lib\CORE -DWXP_VERSION=3D5006 -DWIN32 =
-D__WIN32__ -D_WINDOWS -DWINVER=3D0x0400 /D__WIN95__ /D__WXMSW__ =
/DWXUSINGDLL=3D1 /D__WINDOWS__ Wx.c
Wx.c
cpp/app.h(61) : warning C4518: '__declspec(dllimport ) ' : storage-class =
or type specifier(s) unexpected here; ignored
XS/App.xs(81) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)=20
Please choose the Technical Support command on the Visual C++=20
Help menu, or open the Technical Support help file for more =
information
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~6\VC98\BIN\cl.exe' : =
return code '0x2'
Stop.
D:\wx_perl_sources\Wx-0.03>
|