Re: QTDIR variable

2006-04-05 Thread Dragan Noveski

problem solved,

i dont understand why, but exporting the QTDIR only was affective for root.
as i tried to run configure as root, it worked and the path was founded.

anyway thanx,

regards,
doc


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: QTDIR variable

2006-04-05 Thread Fathi Boudra
use --with-qt-dir=/usr/share/qt3 with configure :
./configure --with-qt-dir=/usr/share/qt3


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



QTDIR variable

2006-04-05 Thread Dragan Noveski

hi to the list,
i have this problem for long time now and every time i try to solve 
that, i just dont come around, so i ve decide to ask here.


running ./configure on mostly appis i get following error:


checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether QTDIR environment variable is set... /opt/qt
checking for Qt library...
configure: error: Qt library not found. Maybe QTDIR isn't properly set.
[EMAIL PROTECTED]:~/software/ldrum/ldrum-0.6.0$


trying:


murija2:/home/nowhiskey# echo $QTDIR
/usr/lib/qt3
murija2:/home/nowhiskey#


i have also qt4 installed in /usr/lib/qt4.
so now if i try to export this, as in all documentations mentioned:

murija2:/home/nowhiskey# export QTDIR=/usr/lib/qt3
murija2:/home/nowhiskey#

nothing really happens, and i still get the old error.

does anybody have this issue/knows how to solve it???

regards,
doc


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]