Results 1 to 6 of 6

Thread: Fail to build debug libraries in QT4.3.2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2007
    Posts
    32
    Thanks
    3
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Fail to build debug libraries in QT4.3.2

    Thanks!

    After I remove the environment variable LIB, INCLUDE, I could build the debug libraries.

  2. The following user says thank you to SamT for this useful post:

    BrainB0ne (30th November 2007)

  3. #2
    Join Date
    Jan 2006
    Location
    Netherlands
    Posts
    56
    Thanks
    10
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: Fail to build debug libraries in QT4.3.2

    Quote Originally Posted by SamT View Post
    Thanks!

    After I remove the environment variable LIB, INCLUDE, I could build the debug libraries.
    Thanks dude! I was struggling with the same problem a long time!
    ..:: Still Standing Strong ::..

  4. #3

    Default Re: Fail to build debug libraries in QT4.3.2

    Unfortunately, I dont have these two variables set and have never installed MSVS... but I was getting bugged with the "multiple target patterns" error. I'm using cygwin with Wascana. I found the answer on this thread: http://dev.eclipse.org/newslists/new.../msg11764.html

    which essentially is this: When you specify your include path (or in your case the path to a lib), don't use C:/ use /cygdrive/c instead.

    Solved my problem

  5. #4
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Fail to build debug libraries in QT4.3.2

    Quote Originally Posted by zehawk View Post
    When you specify your include path (or in your case the path to a lib), don't use C:/ use /cygdrive/c instead.
    Or even better: Throw out cygwin and msys of your PATH - you don't need it to compile Qt

Similar Threads

  1. QWT fails in debug build
    By steg90 in forum Qwt
    Replies: 1
    Last Post: 11th November 2011, 06:53
  2. Adding custom defines when on debug build
    By chus in forum Qt Programming
    Replies: 2
    Last Post: 2nd March 2007, 11:38
  3. Replies: 11
    Last Post: 22nd March 2006, 19:06

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
  •  
Qt is a trademark of The Qt Company.