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:
- qmake
- make
- sudo make install
- qmake
- make
- sudo make install
To copy to clipboard, switch view to plain text mode
This is the error message I get:
ufechner@uwe-ssd:~/00Software/qwtpolar-1.0.0$ qmake
ufechner@uwe-ssd:~/00Software/qwtpolar-1.0.0$ make
cd src/ && make -f Makefile
make[1]: Betrete Verzeichnis '/home/ufechner/00Software/qwtpolar-1.0.0/src'
compiling qwt_polar_fitter.cpp
In file included from qwt_polar_fitter.cpp:9:0:
qwt_polar_fitter.h:13:30: fatal error: qwt_curve_fitter.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
make[1]: *** [obj/qwt_polar_fitter.o] Fehler 1
make[1]: Verlasse Verzeichnis '/home/ufechner/00Software/qwtpolar-1.0.0/src'
make: *** [sub-src-make_default-ordered] Fehler 2
ufechner@uwe-ssd:~/00Software/qwtpolar-1.0.0$
ufechner@uwe-ssd:~/00Software/qwtpolar-1.0.0$ qmake
ufechner@uwe-ssd:~/00Software/qwtpolar-1.0.0$ make
cd src/ && make -f Makefile
make[1]: Betrete Verzeichnis '/home/ufechner/00Software/qwtpolar-1.0.0/src'
compiling qwt_polar_fitter.cpp
In file included from qwt_polar_fitter.cpp:9:0:
qwt_polar_fitter.h:13:30: fatal error: qwt_curve_fitter.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
make[1]: *** [obj/qwt_polar_fitter.o] Fehler 1
make[1]: Verlasse Verzeichnis '/home/ufechner/00Software/qwtpolar-1.0.0/src'
make: *** [sub-src-make_default-ordered] Fehler 2
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:
INCLUDEPATH += /usr/local/qwt-6.0.1/include/
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
Bookmarks