<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Mike Rosset wrote:
<blockquote TYPE=CITE>Actaully that was the first thing I made sure of.
<p>Thanks for the help ANY way.
<p>Mike Rosset
<p>On Sat, 15 Jan 2000, you wrote:
<br>> On Fri, 14 Jan 2000, you wrote:
<br>> > Hello:
<br>> >
<br>> >     Could someone please explain why Kdevelop
can never seem to find my
<br>> > KDE headers?
<br>> --
<br>> Kind Regards
<br>>
<br>> Rene Maerten
<br>> E-Mail: Delta_X@LinuxCoding.de
<br>> Home:   <a href="http://www.LinuxCoding.de">http://www.LinuxCoding.de</a>
<br>> Telephone: +49-3328-305200
<br>> Don't buy Windows Beta 2000, just try Linux !
<br>>
<br>> Because you haven't install it ???</blockquote>

<p>----------
<br>Here was my situation:
<br>My Linux distro is Mandrake 7.0 ( it was the same situation in 6.1
).
<p> The Kde headers are located in /usr/include/kde.
<br>Each time I ran ./configure , the scripts kept to set the kde header
files path to "/usr/include ",
<br>and obviously, the packages wont compile...
<p>What I did is: I made sure that every file names in /usr/include/kde/ 
haven't  a duplicate name
<br>in /usr/include.  Then, I've just copied all the KDE header files
to the upper directory  "/usr/include".
<br>Since that, everything cofigure and compile ok.
<p>And also regarding QT header files, I had to make a soft link : 
# ln -s  /usr/include/qt    /usr/lib/qt/include
<p>Maybe I'm crazy/stupid/innocent or anything alike but it works... :)
<br> 
<br> </html>