PDA

View Full Version : qtmaind.lib(qtmain_win.obj) : warning LNK4099: PDB 'vc_ib_1.pdb' was not found



paie
24th September 2011, 07:34
Here is the whole warning message.



qtmaind.lib(qtmain_win.obj) : warning LNK4099: PDB 'vc_ib_1.pdb' was not found with 'c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\lib\qtmaind.li b' or at 'C:\Code\Projects\bitsdir\bits-build\debug\vc_ib_1.pdb'; linking object as if no debug info


Everything seems to compile and run fine, and I can single step the code and see variable values changing as I step the code, but I would like to have clean builds.

Any ideas?

pfg23
15th November 2011, 18:01
I'm running into the same warning. I'm able to step through the code also, so, contrary to the message text, debug information seems to be there. However, I'm not getting output from qDebug(). Not sure if that's related, but it seems suspicious.

dvez43
16th November 2011, 22:26
I too am running into the same problem on windows... Any solution yet?