PDA

View Full Version : Qwt Installation on Solaris



jomarin
22nd September 2008, 12:10
Hello,

I have installed qt 4.4.1 (./configure, qmake, make) in my local directory (I don't have root acces).

Now I want to compile the last qwt version from the svn repository. When typing qmake I get :

Could not find mkspecs for your QMAKESPEC(solaris-g++) after trying:
/usr/local/Trolltech/Qt-4.4.1/mkspecs
Error processing project file: /usr2/home/jomarin/qwt/qwt.pro

I searched how to change the place where it searches the mkspecs directory to the directory where I installed Qt but did'nt managed to to that.

Any ideas ?

Thanks in advance,

Joel.

jpn
22nd September 2008, 15:10
You should've used "./configure -prefix <path>". See configure -help for more details.

jomarin
22nd September 2008, 15:39
Thanks a lot for your answer :)

I will try it and recompile Qt ;)

Best regards,

Joel.

jomarin
22nd September 2008, 17:54
Thank you, it helped and I managed to compile the qwt examples :)