Results 1 to 2 of 2

Thread: Compile error on QwtPolar (MinGw)

  1. #1
    Join Date
    Nov 2015
    Posts
    2
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Compile error on QwtPolar (MinGw)

    Hello,

    I try to compile QwtPolar 1.1.1 for a project.

    I use Qt 5.5 and Qwt 6.1.2 on Windows 8.

    I get sources from here: http://qwtpolar.sourceforge.net/. After that, I use MinGw console (Qt 5.5 for Desktop) to compile the project.

    No problem when doing "qmake" but when I try to compile with mingw32-make, I have an error: qwt_curve_fitter not found!

    I understand it's because QwtPolar cannot found Qwt but I don't know why? QWT_ROOT is defined and add to path. I add Qwt directory into qwtpolar.pro but nothing was changed.

    Can you help me, please?

    Okami Ryuu

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

    Default Re: Compile error on QwtPolar (MinGw)

    Quote Originally Posted by OkamiRyuu View Post
    QWT_ROOT is defined and add to path. I add Qwt directory into qwtpolar.pro but nothing was changed.
    a) Install Qwt properly

    qmake + make + make install.

    b) Configure qmake to find qwt.prf

    See http://qwt.sourceforge.net/qwtinstal...PILEANDLINKAPP

    c) Install QwtPolar properly

    qmake + make + make install

    Uwe

Similar Threads

  1. compile errors qwtpolar 1.1.1 msvc 2012
    By TonyInSoMD in forum Qwt
    Replies: 2
    Last Post: 25th October 2016, 10:29
  2. Replies: 11
    Last Post: 29th October 2013, 09:13
  3. Compile error in Qt 4.7.3 with mingw
    By zither in forum Installation and Deployment
    Replies: 0
    Last Post: 4th June 2011, 21:13
  4. compile / link error mingw-make release
    By jm in forum Installation and Deployment
    Replies: 8
    Last Post: 30th June 2010, 16:07
  5. QtNetwork error by compile MingW qt4.2
    By patrik08 in forum Qt Programming
    Replies: 2
    Last Post: 26th October 2006, 16:09

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.