RH paths and Gideon ?
William G. Lea
wglea1 at swbell.net
Thu Oct 2 21:21:07 BST 2003
Well, maybe I can help you a bit.
I think you're using the wrong locations in the environment.
On my system I have put the cvs output in:
/usr/local/src/ProgDev/kde3src
I therefore set KDEDIR to /usr/local/src/ProgDev/kde3src/kdevelop
Now I don't think QT-3.1 ships with RH9, at least I had to install it.
I set my QTDIR to: /usr/lib/qt-3.1
The LD_LIBRARY_PATH was (on MY SYSTEM) initially undefined so I had to
add the other Library paths explicitly to the end of the thing as:
export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:/lib:/usr/lib
Now looking at the kdevelop directory I found that there was no bin
directory so I created one and then
export $PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
Now if you are missing some files in the qt-3.1 directory structure I'd
say reinstall it.
This works for me on my RH-9 system. I believe you are pointing the
KDEDIR to the wrong location and everything goes south from there....
Hope this helps.
Bill Lea
cantabile wrote:
>
> Well,
> as I told before, I couldn't reinstall Gideon because of errors each
> time different from cvs sources.
> I reinstalled RH and KDE3 for the third time and gave it a thought this
> time. Here it is :
> To compile from cvs, I read I must export
>
> 1/ $ export KDEDIR=/where/your/kde3/is
> 2/ $ export QTDIR=/where/your/qt3/is
> 3/ $ export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH
> 4/ $ export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH
> 5/ $ export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
>
> For line 1, in RH9, path is /usr/lib/kde3 and for line 2 /usr/lib/qt-3.1
> BUT for line 3, I noticed I must export $KDEDIR/lib...
>
> There is no /lib directory in /usr/lib/kde3 and no /bin directory either (line 5)
>
> Could this be the reason why it doesn't compile well ?
> If so, what could I do ?
>
> PS : my kdelibs-apidocs isn't located in $KDEDIR either but in /usr/share ...
>
> Thanks for your help.
>
> -
> to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
> unsubscribe »your-email-address«
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list