Menu

#81 Building Launchy from source in Win7 using VS2010.

open
nobody
None
5
2010-10-14
2010-10-14
Anonymous
No

Hello, I'm trying to build Launchy in a 32-bit Windows 7 machine with Visual Studio 2010. First I tried using the static version of the libraries of Qt and then using the dynamic one; same output every time I try. I left the output of a build cycle attached and here: http://pastie.org/1220972

What could be the problem?

Discussion

  • Nobody/Anonymous

    Compilation cycle output.

     
  • Alon Barkan

    Alon Barkan - 2011-06-22

    Had the same problem, this is how I solved it:
    In each '.pro' files, find all the lines that look like this:
    -INCLUDEPATH += c:/boost/
    And remove the trailing slash. qmake doesn't handle the trailing slash correctly.
    You can read all about it here:
    http://developer.qt.nokia.com/forums/viewthread/6909

    Let me know if this works for you.

     

Log in to post a comment.