[PlanetCCRMA] Re: Rosegarden problem

Dave Phillips dlphilp@bright.net
Sat Feb 19 06:34:01 2005


Greetings:

  If you have multiple instances of QT you might also want to set 
LD_LIBRARY_PATH to the directory for your desired version. I've resolved 
compile difficulties with QT by setting that variable, try it if you 
have further complications with the build.

Best,

dp



Kjetil Svalastog Matheussen wrote:

>Jamie Bullock:
>  
>
>>Dear Fernando,
>>
>>I tried all of your suggestions, but to no avail. It was a good
>>excercise in clearing traces of fc2 from my system though! I've moved on
>>to trying to get the app to build from source. Using your 0.9 series
>>source packages I get a new error. I run:
>>
>>./configure --with-qt-dir=/usr/lib/qt-3.3/ --with-qt-includes=/usr/lib/qt-3.3/include/ --with-qt-libraries=/usr/lib/qt-3.3/lib/
>>
>>and configure fails at:
>>
>>checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check your installation!
>>For more details about this problem, look at the end of config.log.
>>Make sure that you have compiled Qt with thread support!
>>
>>I checked, and libqt-mt.so is definitely in qt-3.3/lib.
>>
>>Any ideas?
>>
>>    
>>
>
>I think I had the same problem recently trying to compile up Muse.
>My problem was that I have set the QTDIR environment variable:
>
>[kjetism@bruno localdomain]$ env |grep QT
>QTDIR=/usr/lib/qt-3.1
>
>Perhaps this will work:
>
>export QTDIR=/usr/lib/qt-3.3
>./configure --with-qt-dir=/usr/lib/qt-3.3/
>
>
>  
>