Hello, somebody ?

Ian Wadham ianw at netspace.net.au
Thu Oct 2 01:45:13 BST 2003


I am receiving you ... but I cannot help you ... :-(

----- Original Message ----- 
From: "cantabile" <cantabile.03 at wanadoo.fr>
Sent: Thursday, October 02, 2003 9:13 AM


> Is the list still operating ? There are no more messages and I was sent
> back mines...
>
The only strange thing I see in your earlier email is:

> 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 ?
>
Well, it would not help.  My KDE is installed in /opt/kde3, so
KDEDIR=/opt/kde3, and lib and bin are below that.  So lines
3, 4 and 5 work OK.  In other words, KDE is not installed as
a "library" (I am using SuSE 8.2), but Qt is installed as a library.

> If so, what could I do ?
>
Don't know.  You could try changing $KDEDIR/lib and $KDEDIR/bin
to wherever your KDE libraries and applications really are, but then
if you do "make install" KDevelop will probably go into the /usr/lib/kde3
area and create even more of a mess (KDE installation split up).  Normally
everything in KDE, including KDevelop, goes under one $(prefix)
directory, as used in the parameter for "./configure".

Good luck, Ian W.


-
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