Results 1 to 5 of 5

Thread: qwtpolar

  1. #1
    Join Date
    Sep 2013
    Location
    Bratislava, Slovakia
    Posts
    8
    Thanks
    1
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default qwtpolar

    Hi, I have a bit of a problem installing QwtPolar library into my Qt 4.8.1(mingw). When I'm trying to make qwtpolar.pro with mingw32, it throws an error like:
    In file included from qwt_polar_fitter.cpp9: qwt_polar_fitter.h:13:30: error qwt _curve_fitter.h: No such file or directory ....
    I know that I have to somehow include path to the qwt library, but I have no clue on how to do it, nothing works for me what I found on an internet. Can anybody help me how to do it?
    Any help appreciate.
    Thanks

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

    Default Re: qwtpolar

    The project files of the qwtpolar package contain the line "CONFIG += qwt", what adds the correct include path to the Qwt headers - when Qwt had been installed properly.
    See http://qwt.sourceforge.net/qwtinstall.html

    Uwe

  3. #3
    Join Date
    Sep 2013
    Location
    Bratislava, Slovakia
    Posts
    8
    Thanks
    1
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: qwtpolar

    Thank you very much. Now it works well.
    For some unknown reason I had wrong written PATH environment variable.

  4. #4
    Join Date
    Oct 2012
    Location
    France
    Posts
    29
    Thanks
    1
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: qwtpolar

    Hello Uwe (or anyone else),

    I'm really sorry, but I seem to have the same error as Henrich, but I can't manage to solve it.

    I thoroughly followed the QWT build and install procedure (several times), and I setted the QMAKEFEATURES env variable to the qwt feature folder.
    I still get serveral error about qwt.h files not found; the frst error beeing exactly the one Henrich wrote about in his first post.

    Do you have an idea ?

    If it helps : After the command 'qmake qwtpolar.pro', All "qwt lines" I can see in the Makefile contains :qwtconfig, qwtfunctions and qwt.prf (in the rule named 'Makefile')

  5. #5
    Join Date
    Oct 2012
    Location
    France
    Posts
    29
    Thanks
    1
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: qwtpolar

    Hello again,

    After re-installing QWT from scratch and setting QMAKEFEATURES env variable to $QWT_ROOT/features, I don't get these includes errors.

    My bad.

Similar Threads

  1. QwtPolar 1.0.1
    By Uwe in forum Qt-based Software
    Replies: 0
    Last Post: 15th June 2012, 14:36
  2. [ANN] QwtPolar 1.0.0
    By Uwe in forum Qt-based Software
    Replies: 0
    Last Post: 8th August 2011, 15:30
  3. QwtPolar picker
    By slux in forum Qwt
    Replies: 5
    Last Post: 11th May 2011, 10:37
  4. QwtPolar 0.1.0
    By Uwe in forum Qt-based Software
    Replies: 1
    Last Post: 12th October 2009, 09:40
  5. QwtPolar 0.0.1
    By Uwe in forum Qt-based Software
    Replies: 0
    Last Post: 1st May 2008, 16:46

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.