LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   slack-current qt problem (https://www.linuxquestions.org/questions/slackware-14/slack-current-qt-problem-307682/)

kule 03-30-2005 03:11 AM

slack-current qt problem
 
I have slack-current with qt-3.3.4 and when I compile apps that nedd qt, it doesn't get detected.

Does anyone have that problem?

xushi 03-30-2005 03:30 AM

Yes, i had that problem, i downgraded qt to the version found in the slackware cd, made sure it updated my /etc/ld.so.conf, ran ldconfig, and then everything worked again.

kule 03-30-2005 04:02 AM

I tried that and now qt gets detected, but I get this error now:
Code:

checking if UIC has KDE plugins available...
configure: error: not found - you need to install kdelibs first.


__J 03-30-2005 05:01 AM

if qt is not getting detected, first thing you should check is that the QTDIR environmental variable is set:

echo $QTDIR

should output the prefix of where qt is installed. if it's not set, check /etc/profile.d for a qt.sh ( or something similar, I'm not on my slack install right now so I can't get the exact name) or just add the line to /etc/profile and source it.

kule 03-31-2005 02:08 AM

Magically everything is working now with qt-3.3.4 :D


All times are GMT -5. The time now is 08:08 PM.