RH paths and Gideon ?
cantabile
cantabile.03 at wanadoo.fr
Fri Oct 3 09:29:07 BST 2003
Hi, Bill
Well, that sounds strange to me, although I do not doubt it works for
you, of course.
I thought KDEDIR was to be pointing toward the KDE3 directory, not the
KDevelop directory, since KDEDIR is the path for compiled libraries
while KDEDIR/lib is the path for headers (am I wrong there ?)...
Also, the bin directory should be under /_path_/kde3/ or I'm totally
mistaken.
Actually, I don't understand how it can work with these paths...
Anyway, thanks for the tip. I'll certainly try it.
Le jeu 02/10/2003 à 22:21, William G. Lea a écrit :
> 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«
-
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