Results 1 to 6 of 6

Thread: qwt-5.0.2 + qt-4.3.1 with mingw compilation fails

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 879 Times in 827 Posts

    Default Re: qwt-5.0.2 + qt-4.3.1 with mingw compilation fails

    The problem are the wrong (back-)slashes in the path to the moc executable: "C:\Qt\4.3.1\bin/moc.exe".

    With Qt 4.3.0 the support for qmake in the MSYS-shell has been added - but was buggy. (in the meantime set to fixed in the Qt Task Tracker). The workaround is to do a "qmake -r" in the qwt root directory.

    I haven't tried it myself with Qt 4.3.1, but for problems like this, the reason is always because of qmake called from the MSYS-shell and a simple workaround is not to use the MSYS shell.

    HTH,
    Uwe

  2. #2
    Join Date
    Aug 2007
    Location
    Frankfurt / Germany
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qwt-5.0.2 + qt-4.3.1 with mingw compilation fails

    I tried it wit qmake -r but it still failes

    any other ideas???

    otherwise i have to go back to qt-4.3.0.....

    greetings,
    nando

  3. #3
    Join Date
    Aug 2007
    Location
    Frankfurt / Germany
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qwt-5.0.2 + qt-4.3.1 with mingw compilation fails

    i tried it with qt-4.3.0, but the same error!
    maybe the problem is in qwt-5.0.2 ???????????

  4. #4
    Join Date
    Aug 2007
    Posts
    275
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    28
    Thanked 2 Times in 2 Posts

    Default Re: qwt-5.0.2 + qt-4.3.1 with mingw compilation fails

    qwt-5.0.2 won't compile with free Qt you have to have the commercial version of Qt

  5. #5
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 879 Times in 827 Posts

    Default Re: qwt-5.0.2 + qt-4.3.1 with mingw compilation fails

    Quote Originally Posted by baray98 View Post
    qwt-5.0.2 won't compile with free Qt you have to have the commercial version of Qt
    Nonsense, Qwt doesn't need a commercial Qt.
    Please don't post, if you have no idea about what you are talking.

    Uwe

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.