PDA

View Full Version : Problems with nmake: vc90.pdb header file incorrect



deville75
22nd July 2009, 00:30
I'm getting the following error when running 'nmake':


... io\qfilesystemwatcher.cpp : error C2859: c:\qt\4.4.0\src\corelib\vc90.pdb is not
the pdb file that was used when this precompiled header was created, recreate the precompiled header.

Maybe I ran this before and it corrupted the file? Any idea how I can fix it?

Thank You!

franz
28th July 2009, 22:00
You may already have the issue fixed, but I've had this (or at least a similar) issue when mixing up compiling with the 8.0 and 9.0 versions of the vc++ compiler. Generally a clean build and making sure you use the same compiler every time should fix it, ergo rebuild your Qt with the currently used compiler.