Results 1 to 8 of 8

Thread: Installing qwtpolar 1.0 on Linux

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2011
    Location
    Delft, Netherlands
    Posts
    11
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Installing qwtpolar 1.0 on Linux

    Hello,

    I am trying to install qwtpolar 1.0 on Linux.

    I downloaded it, unpacked it in the folder ~/00Software and than tried
    to do:
    Qt Code:
    1. - qmake
    2. - make
    3. - sudo make install
    To copy to clipboard, switch view to plain text mode 

    This is the error message I get:

    Qt Code:
    1. ufechner@uwe-ssd:~/00Software/qwtpolar-1.0.0$ qmake
    2. ufechner@uwe-ssd:~/00Software/qwtpolar-1.0.0$ make
    3. cd src/ && make -f Makefile
    4. make[1]: Betrete Verzeichnis '/home/ufechner/00Software/qwtpolar-1.0.0/src'
    5. compiling qwt_polar_fitter.cpp
    6. In file included from qwt_polar_fitter.cpp:9:0:
    7. qwt_polar_fitter.h:13:30: fatal error: qwt_curve_fitter.h: Datei oder Verzeichnis nicht gefunden
    8. compilation terminated.
    9. make[1]: *** [obj/qwt_polar_fitter.o] Fehler 1
    10. make[1]: Verlasse Verzeichnis '/home/ufechner/00Software/qwtpolar-1.0.0/src'
    11. make: *** [sub-src-make_default-ordered] Fehler 2
    12. ufechner@uwe-ssd:~/00Software/qwtpolar-1.0.0$
    To copy to clipboard, switch view to plain text mode 

    I tried to copy all header files from qwt into the src directory. This works, but there must
    be a better way. Any idea, how to tell qwtpolar that it can find the qwt header files in
    /usr/local/qwt-6.0.1/include/ ?

    I tried to add:
    Qt Code:
    1. INCLUDEPATH += /usr/local/qwt-6.0.1/include/
    To copy to clipboard, switch view to plain text mode 

    to qwtpolar.pro, but this didn't help.

    I am using Ubuntu 11.04.

    Best regards:

    Uwe Fechner
    Last edited by ufechner; 8th December 2011 at 23:13.

Similar Threads

  1. Installing Qt SDK 1.1 on Linux Cent OS 5.5
    By ThomasKennedy in forum Installation and Deployment
    Replies: 1
    Last Post: 2nd November 2012, 21:28
  2. Replies: 6
    Last Post: 29th September 2011, 15:10
  3. problem installing qwt 5.1.1 on linux for ARM
    By raman_31181 in forum Qwt
    Replies: 4
    Last Post: 18th August 2010, 14:51
  4. problem Qt installing in Linux
    By addu in forum Qt Programming
    Replies: 10
    Last Post: 21st October 2009, 14:02
  5. Installing on Linux with gcc
    By BSchow in forum Installation and Deployment
    Replies: 2
    Last Post: 26th August 2008, 20:27

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.