Results 1 to 2 of 2

Thread: Issues building QWT on Windows 64 bits with MSVC 2008

  1. #1
    Join Date
    Jul 2011
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Issues building QWT on Windows 64 bits with MSVC 2008

    Hi,
    I am encounting some issues building QWT on my Windows 7 machine in 64 bits with Visual Studio 2008.

    I checked out the 6.0 version of QWT. Then with the 64 bits command prompt of MSVC I do the following command in my QWT directory:
    qmake qwt.pro
    nmake

    And here I got a long list of warning on each .obj file that says :
    "warning LNK4049: locally defined symbol..." (sometimes it's LNK4217)

    Finally it crashes like that :
    "..\lib\qwtd.dll : fatal error LNK1120: 32 unresolved externals
    NMAKE : fatal error U1077: 'echo' : return code '0x460'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop."

    Thanks for your help.

  2. #2
    Join Date
    Jul 2011
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Issues building QWT on Windows 64 bits with MSVC 2008

    I found it ^^
    I compiled Qt using the "-static" option and I forgot to disable the line : QWT_CONFIG += QwtDll
    Seems to work fine now.

Similar Threads

  1. Build issues on Windows 7 with VS 2008
    By drewpt in forum Installation and Deployment
    Replies: 1
    Last Post: 15th July 2011, 18:35
  2. VirtualBox Win7 QT Setup with Visual Studio 2008 Pro 32/64 bits
    By SteZZz in forum Installation and Deployment
    Replies: 2
    Last Post: 10th March 2011, 16:17
  3. Building Qt 4.6 on Windows (msvs 2008)
    By Iskander in forum Installation and Deployment
    Replies: 13
    Last Post: 27th August 2009, 13:19
  4. Building a sqldriver (QIBASE) in windows msvc++2008
    By ProTonS in forum Installation and Deployment
    Replies: 1
    Last Post: 16th July 2009, 16:39
  5. Building 4.5 / Vista x64 / MSVC 2008
    By Starfox in forum Installation and Deployment
    Replies: 1
    Last Post: 31st March 2009, 06:07

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.