Just thought I'd see if anyone had a quick fix, before I go chasing
through the link flags, etc. I do hate M$. I know it's using
conflicting libraries, and I need to speak firmly to the linker. I
just wondered if someone had dealt with this already.
I'm trying to build wxPython and wxWindows debug versions, (or at
least the hybrid versions). I'm following the instructions at: http://www.wxpython.org/BUILD.win32.txt
Non-debug builds OK; both the hybrid and debug versions fail like this:
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; us
e /NODEFAULTLIB:library
LINK : fatal error LNK1201: error writing to program database "C:\PJH\CODING\WXW
IND~1\lib\wx22_5d.pdb"; check for insufficient disk space
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\link.exe' : return cod
e '0x4b1'
Stop.
NMAKE : fatal error U1077: '"C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\BIN\N
MAKE.exe"' : return code '0x2'
Just thought I'd see if anyone had a quick fix, before I go chasing
through the link flags, etc. I do hate M$. I know it's using
conflicting libraries, and I need to speak firmly to the linker. I
just wondered if someone had dealt with this already.
I'm trying to build wxPython and wxWindows debug versions, (or at
least the hybrid versions). I'm following the instructions at: http://www.wxpython.org/BUILD.win32.txt
Non-debug builds OK; both the hybrid and debug versions fail like this:
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other
libs; us
e /NODEFAULTLIB:library
Something you are linking with was compiled with /MD and you are trying to
use /MDd, (or the other way around...) What are the exact command lines you
are using for building wxWindows and for wxPython? What versions of Python,
wxWindows and wxPython are involved?
ยทยทยท
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!