I recently had a similar problem compiling a kde app.  Check the log file 
that it should report to you (config.log I think).  It should show you the 
c/c++ source it tried to compile AND the command line it tried to compile 
with.  I had to specify the base kde location.  Seems like the default 
location had some header files, but the header file included in the source 
was not in the directory.  Search your drive for the header files that are 
included and check them against the path configure is looking in.  If all 
else fails, try passing configure the default values, they could be messed up 
for some reason behind the scenes (doubtfull though).  FYI ./configure --help
should give you a list of all the switches/arguments you can give it.  Hope 
this helps.

weston

On Monday 30 April 2001 23:05, Henry Wu wrote:
> Hi,
>
> I'm trying to install an application and when I type in ./configure I get
> the error msg:
> checking for KDE... libraries /usr/lib, headers /usr/include/kde
> checking for extra includes... no
> checking for extra libs... no
> checking for kde headers installed... configure: error: your system is not
> able to comp
> ile a small KDE application!
> Check, if you installed the KDE header files correctly.
>
> I have kdelibs-devel-2.1.1-5 and qt-devel-2.3.0-3 installed. I even
> checked in /usr/include/kde to see if the header files were there and they
> are there.
>
> Any clues anyone?
>
> much obliged,
> Henry
>
>
> ---------------------------------------------------------------------------
> Send administrative requests to [EMAIL PROTECTED]
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to