[egenix-users] mxDateTime_d.pyd , mxDateTime_d.dll

Keith Moore keithmoore1 at adelphia.net
Thu Oct 14 11:04:55 CEST 2004


Hi All,

I am attempting to build a debug version of the mxDateTime_d.pyd and
mxDateTime_d.dll.

C:\Python23\egenix-mx-base-2.0.5>python setup.py build --debug install


This is my output: (What am I doing wrong?)

running build
running mx_autoconf
C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Ox /MD
/W3 /GX /DNDEBUG /O2 /Gf /GB /GD /Ob2 -D_GNU_SOURCE=1 -I
C:\Python23\include /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(4) : error C2065: 'strptime' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Ox /MD
/W3 /GX /DNDEBUG /O2 /Gf /GB /GD /Ob2 -D_GNU_SOURCE=1 -I
C:\Python23\include /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(4) : error C2065: 'timegm' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Ox /MD
/W3 /GX /DNDEBUG /O2 /Gf /GB /GD /Ob2 -D_GNU_SOURCE=1 -I
C:\Python23\include -IC:\Python23\include /Tc_configtest.c
/Fo_configtest.obj
_configtest.c
_configtest.c(5) : error C2133: 'mxarray' : unknown size
failure.
removing: _configtest.c _configtest.obj
running build_ext
building 'mx.DateTime.mxDateTime.mxDateTime' extension
C:\Program Files\Microsoft Visual Studio\VC98\BIN\link.exe /DLL /nologo
/INCREMENTAL:no /pdb:None /DEBUG /LIBPATH:C:\Python23\libs /
LIBPATH:C:\Python23\PCBuild /LIBPATH:C:\Python23\lib /EXPORT:initmxDateTime
build\temp.win32-2.3\Debug\mx\DateTime\mxDateTime\mxDate
Time\mx/DateTime/mxDateTime/mxDateTime.obj
/OUT:build\lib.win32-2.3\mx\DateTime\mxDateTime\mxDateTime_d.pyd
/IMPLIB:build\temp.win32
-2.3\Debug\mx\DateTime\mxDateTime\mxDateTime\mx/DateTime/mxDateTime\mxDateTi
me_d.lib
LINK : fatal error LNK1104: cannot open file "python23_d.lib"
error: command '"C:\Program Files\Microsoft Visual
Studio\VC98\BIN\link.exe"' failed with exit status 1104

C:\Python23\egenix-mx-base-2.0.5>



More information about the egenix-users mailing list