Results 1 to 2 of 2

Thread: Problems with nmake: vc90.pdb header file incorrect

  1. #1
    Join Date
    Jul 2009
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Problems with nmake: vc90.pdb header file incorrect

    I'm getting the following error when running 'nmake':

    Qt Code:
    1. ... io\qfilesystemwatcher.cpp : error C2859: c:\qt\4.4.0\src\corelib\vc90.pdb is not
    2. the pdb file that was used when this precompiled header was created, recreate the precompiled header.
    To copy to clipboard, switch view to plain text mode 

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

    Thank You!

  2. #2
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problems with nmake: vc90.pdb header file incorrect

    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.

Similar Threads

  1. Problems writing to file
    By DiamonDogX in forum Qt Programming
    Replies: 3
    Last Post: 24th April 2009, 17:01
  2. AVOIDING mutiple inclusion of header file???
    By pratik in forum General Programming
    Replies: 4
    Last Post: 10th July 2007, 15:09
  3. [Win32/VC++ 8.0] Strange problems with qrc_*.cpp files
    By mloskot in forum Installation and Deployment
    Replies: 6
    Last Post: 6th March 2006, 11:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.