LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Qt problem (https://www.linuxquestions.org/questions/linux-software-2/qt-problem-135991/)

rile 01-18-2004 08:51 AM

Qt problem
 
When i'm trying to configure qtparted I end up with this message: configure: error: *** lrelease (Qt translation compiler) not found. Please, reinstall Qt

So i reinstalled Qt and tried to configure again. But i'll end up with the same message. It's really irritating because i need a program to resize partitions with :(

Tinkster 01-18-2004 02:08 PM

The normal procedure if one hasn't found
the problem described somewhere is to have
a look at the configure script, namely to look
at where the error message comes from, and
what is being checked to verify that QT is
installed ... you may well find that you just need
to set an environment variable like
export QTHOME=/path/to/qt



Cheers,
Tink

rile 01-18-2004 03:30 PM

Thanks for the answer, but now i'll get another error message :/

make[2]: Entering directory `/home/rile/50gb/qtparted-0.4.1/ts'
lupdate -verbose ../src/*.cpp ../src/*.h ../src/*.ui -ts qtparted_cs.ts
/bin/sh: line 1: lupdate: command not found
make[2]: *** [qtparted_cs.qm] Error 127
make[2]: Leaving directory `/home/rile/50gb/qtparted-0.4.1/ts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rile/50gb/qtparted-0.4.1'
make: *** [all-recursive-am] Error 2
bash-2.05b#


Anyone know how to fix this? I appreciate all answers :)


All times are GMT -5. The time now is 06:02 AM.