Operating System - Linux
1830439 Members
2103 Online
110004 Solutions
New Discussion

Re: your system is not able to compile a small kde application

 
SOLVED
Go to solution
Alexander Chuzhoy
Honored Contributor

your system is not able to compile a small kde application

I get this error when I try to run "configure" of kdiff source on rhel 3.0
it also says:
check if you installed the KDE header files correctly
I've reinstalled all KDE related rpms already....
12 REPLIES 12
Steven E. Protter
Exalted Contributor

Re: your system is not able to compile a small kde application

At this point, assuming the co-requisites are in, I'd say its time to file a report with Red Hat or run a search on their system.

Also the exact error text in google is sometimes very useful.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Alexander Chuzhoy
Honored Contributor

Re: your system is not able to compile a small kde application

Thanks for your reply!
I already tried the sreach on goulge....



What goes under the statement KDE headers?
Martin P.J. Zinser
Honored Contributor

Re: your system is not able to compile a small kde application

Hi,

please do a

rpm -qa | grep -i kde

In that list you need to have the kdelibs-devel package to build KDE apps.

If that is not the problem certainly the full error message you receive from ./configure including context would be useful.

Greetings, Martin
Alexander Chuzhoy
Honored Contributor

Re: your system is not able to compile a small kde application

I have ALL KDE related packages installed.
the attached is the message I get.
Stuart Browne
Honored Contributor

Re: your system is not able to compile a small kde application

What about the 'kde-devel' packages?
One long-haired git at your service...
Vitaly Karasik_1
Honored Contributor

Re: your system is not able to compile a small kde application

probably you don't have

qt-devel

package?
Stuart Browne
Honored Contributor

Re: your system is not able to compile a small kde application

I would have thought that these two lines meant it did find it:

checking for Qt... libraries /usr/lib/qt-3.1/lib, headers /usr/lib/qt-3.1/include
checking if Qt compiles without flags... no


You know something about this package that isn't in the output thus far Vitaly?
One long-haired git at your service...
Alexander Chuzhoy
Honored Contributor

Re: your system is not able to compile a small kde application

I had all the mentioned above installed-still can't continue
Roberto Polli
Trusted Contributor
Solution

Re: your system is not able to compile a small kde application

Hi,
I'm sure you read all the READMEs about compilation but the first question I have in mind is
Did you set all the LD_LIBRARY_PATH, QTDIR, KDEDIR... and such variables? compiling kde apps requires a lot ov env vars set.

Peace, R.
Vitaly Karasik_1
Honored Contributor

Re: your system is not able to compile a small kde application

I've tryed to configure/make kdiff on my RHEL3.0 box; I got the same error as Alexandr.

My guess is: kdiff 0.9 [the latest version] was released in 1999 and probably doesn't compile well with KDE&QT 3.1
Mark Grant
Honored Contributor

Re: your system is not able to compile a small kde application

Try building "Kompare" instead. It'æs much better and probably works with recent KDE
Never preceed any demonstration with anything more predictive than "watch this"
Alexander Chuzhoy
Honored Contributor

Re: your system is not able to compile a small kde application

Thanks guys!
consider this thread as closed.
I'll convince the user to stick with kompare.
Thanks again!