<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<div><br></div><div>I want to compile my sip module in debug but the linker fails as I don't have python debug installed locally. </div><div><br></div><div><div> link /NOLOGO /DLL /MANIFEST /MANIFESTFILE:sipy.pyd.manifest /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Micro</div><div>soft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /DEBUG /OU</div><div>T:sipy.pyd @C:\Users\belzilm\AppData\Local\Temp\nm6BE.tmp</div><div>LINK : fatal error LNK1104: cannot open file 'python26_d.lib'</div><div>NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\link.EXE"' : return code '0x450'</div><div>Stop.</div></div><div><br></div><div>How can I tell sipconfig.py to not link with python_d.lib ? I just want to debug my module not python itself.</div><div><br></div><div>I tried removing the code in sipconfig.py where python_d.lib is generated but I still get the error.</div><div><br></div><div>thanks</div><div>-mab<br><br></div> </body>
</html>