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

    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

  2. #2
    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.