You are not logged in.

gumic

Unregistered

1

Saturday, January 25th 2003, 12:03am

$KDEDIR

I'm trying to compile some apps for KDE, but get an error stating that it kannot find KDE. I have installed the KDE devel packages.

My $KDEDIR varialble is empty.
Can anyone tell me what it should be in MDK9?

If someone can help me with other compile problems i have, plz mail me : misc@ananzi.co.za

2

Sunday, January 26th 2003, 6:28pm

Please Forget KDEDIR every existed!

You should use KDEDIRS it works just like path. KDEDIR was not used since KDE 1.x afaik and is only used by developers to save haveing to type in long paths.

I only define QTDIR and set my KDEDIRS as seen below:
[code:1]
export QTDIR=/usr/local/qt-copy
export KDEDIRS=/usr/local/test/kde3:/opt/kde3
[/code:1]
It all works great.

Cheers
-ian reinhart geiser[/code]
Ian Reinhart Geiser
geiseri@kde.org - KWeather Developer

3

Wednesday, January 29th 2003, 4:14am

--prefix

if it can't find your kde libraries you may need to pass --prefix=<pathtokde> to configure... e.g. ./configure --prefix=/usr