Results 1 to 7 of 7

Thread: Problem building Qwt 5.2.0 with MinGW

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2010
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem building Qwt 5.2.0 with MinGW

    Hi! I have exactly the same problem compiling Qwt 5.2 on windows with MinGW. I don't quite understand how to actually get the bugfix version mentioned - how do I "svn co https://qwt.svn.sourceforge.net/svnroot/qwt/branches/qwt-5.2" ? Sorry to be a dope - would really like to try Qwt out it looks like exactly what I'm looking for.

  2. #2
    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: Problem building Qwt 5.2.0 with MinGW

    svn is the command line interface of Subversion. A hint about using the Subversion repository of Qwt means, that it is already fixed, but there is no release yet.

    Uwe

  3. #3
    Join Date
    Mar 2010
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Smile Re: Problem building Qwt 5.2.0 with MinGW

    That worked (managed to work out how to use svn from within Netbeans). However I did find one little problem - when I tried to build the designer plugin I got a wierd error about not being able to find binrcc.exe. After much searching I discovered that there is no such thing as binrcc.exe and that the problem lay in the makefiles generated by qmake - the files Makefile.Debug and Makefile.Release generated by qmake both contain the line:
    Qt Code:
    1. @echo rcc qwt_designer_plugin.qrc && C:/Qt/2010.02.1/qt/bin\rcc.exe -name
    To copy to clipboard, switch view to plain text mode 

    Note the final slash before rcc.exe - this somehow gets misread as binrcc.exe. I edit the two files to switch the '\' for a '/' and the plugin compiled fine. Thanks for your help!

Similar Threads

  1. Building PythonQt with MinGW
    By givemeaname in forum Qt Programming
    Replies: 6
    Last Post: 9th March 2010, 08:20
  2. Replies: 1
    Last Post: 23rd February 2010, 00:01
  3. Building Qt with MinGW - strange dependencies
    By gluke in forum Installation and Deployment
    Replies: 2
    Last Post: 20th October 2008, 11:50
  4. Building Qt 4.3.4 on Win Vista & MinGW
    By Sirow in forum Installation and Deployment
    Replies: 2
    Last Post: 28th April 2008, 18:27
  5. Failure when building QT on Windows with MinGW
    By sharon in forum Installation and Deployment
    Replies: 2
    Last Post: 23rd August 2007, 13:38

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.