PDA

View Full Version : Installation Problem



gokceng
11th July 2011, 15:05
I read nearly 100 posts about installation problems of QWT but I couldn't find any solution for my problem. I know I have a basic problem but I couldn't manage to solve it.

I'm using Ubuntu 10.04, Qt 4.6.2. I have downloaded Qwt 6.0 to desktop(/home/ME/Desktop). I've edited qwtconfig.pri file as it says in INSTALL(QWT_INSTALL_PREFIX = /home/ME/Desktop/qwt-$$QWT_VERSION). But not qwtbuild.pri file, I couldn't find any appropriate place to update(Is it ok?).

I don't have good knowledge about unix environments so I couldn't do ldconfig thing and I think it must be the problem. Anyway, when I call qmake, no response from console(I hope it is normal) and then I call make and I'm getting these scary responses:

http://pastebin.com/9UvTWq9G

Is that whole message about ldconfig? If not what else I should try?

Uwe
11th July 2011, 16:02
Qwt 6.x needs Qt >= 4.4 and you are trying to build it with a Qt3 version.

Adjust your PATH variable to use qmake from your qt4 installation ( "type qmake" tells you if it will find the right one ).

Uwe

gokceng
11th July 2011, 21:35
I'll check this out immediately. Thanks. By the way I'm reading about ldconfig, somewhere I'll need it, I think.

gokceng
18th July 2011, 16:06
Yes that was the problem. Thanks