makepanda libpanda.dll mistmatch error while building

Getting a weird error when I try to build the latest source off of CVS. Seems two dll’s don’t match up version wise. I’m using Win 7 and VS 2008 if that’s an issue. anyone got any ideas? Thanks

~Andrew

Here’s the output:

[size=9]1>[ 27%] Building Interrogate object built/tmp/libpanda_module.obj
1>Referencing Library libaudio
1>Referencing Library libchan
1>Referencing Library libchar
1>Referencing Library libcollide
1>Referencing Library libdevice
1>Referencing Library libdgraph
1>Referencing Library libdisplay
1>Referencing Library libevent
1>Referencing Library libgobj
1>Referencing Library libgrutil
1>Referencing Library libgsgbase
1>Referencing Library liblerp
1>Referencing Library liblinmath
1>Referencing Library libmathutil
1>Referencing Library libmovies
1>Referencing Library libnativenet
1>Referencing Library libnet
1>Referencing Library libparametrics
1>Referencing Library libpgraph
1>Referencing Library libpgraphnodes
1>Referencing Library libpgui
1>Referencing Library libpipeline
1>Referencing Library libpnmimage
1>Referencing Library libpnmtext
1>Referencing Library libpstatclient
1>Referencing Library libputil
1>Referencing Library librecorder
1>Referencing Library libtext
1>Referencing Library libtform
1>Referencing Library libvrpn
1>libpanda_module.cxx
1>[ 27%] Linking dynamic library built/bin/libpanda.dll
1>fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207'
1>LINK : fatal error LNK1257: code generation failed[/size]

I’ve had this issue before, too. You need to update your version of VS 2008 (I think you need the SP1), that’s the only way I found to resolve this. After upgrading you will need to delete your “built” directory to rebuild from scratch.

microsoft.com/downloads/deta … laylang=en