More Probs


Recommended Posts

I'm having problems trying to compile KDE 3.3.2. Whenever I type in ./configure for the arts-1.3.2 package (what I need to compile first), I gert this error

checking whether g++ supports -Wnon-virtual-dtor... no

checking how to run the C++ preprocessor... /lib/cpp

configure: error: C++ preprocessor "/lib/cpp" fails sanity check

See `config.log' for more details.

I made sure that I have all the packages needed from the KDE site.

T|hanks in advance.

Link to comment
Share on other sites

did you check the config.log in the directory that you attempted to compile from? If its there you should copy and paste it. But the cpp library fails sanity checking, which points to your C++ compiler.

Try to compile with gcc (or reinstall the RPM/recompile it). It could possibly be a problem with the libgcc. Which distro are you using as well?

Link to comment
Share on other sites

:angry:

libtool: link: `kcheckaccelerators.lo' is not a valid libtool object

make[3]: *** [libkdecore.la] Error 1

make[3]: Leaving directory `/home/kyle/KDE-Src/kdelibs-3.3.2/kdecore'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/home/kyle/KDE-Src/kdelibs-3.3.2/kdecore'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/kyle/KDE-Src/kdelibs-3.3.2'

make: *** [all] Error 2

edit: got the aRts done, this is the libraries.

Link to comment
Share on other sites

not sure how he was thinking it would help...but I ust replied to let you know what it was...

honestly I've never had a problem installing kde following the guide on kde.org before, so I have no clue how ot help you.

kind of seems to me like you're not meeting a dependancy in order to install it, like gcc isn't installed properly or something...

Link to comment
Share on other sites

...and that'd help me how, exactly?

I'm re-running ./configure right now.

585122089[/snapback]

I dfidn't think it'd actually fix anything, but it was a longshot, because if permissions weren't set right (like it couldn't read it) then it could cause an error, but it'd probably just tell you that it couldn't read it. Also I've seen if permissions are set to weird settings that it'll output an error that leads you off to think its something else.

To be honest it was just a longshot from what I said, and I wasn't really sure what else to do if the libraries in fact aren't corrupt.

Link to comment
Share on other sites

grep: /usr/lib/libfam.la: No such file or directory

/bin/sed: can't read /usr/lib/libfam.la: No such file or directory

libtool: link: `/usr/lib/libfam.la' is not a valid libtool archive

make[3]: *** [kded_favicons.la] Error 1

make[3]: Leaving directory `/home/kyle/KDE-Src/kdebase-3.3.2/libkonq/favicons'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/home/kyle/KDE-Src/kdebase-3.3.2/libkonq'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/kyle/KDE-Src/kdebase-3.3.2'

make: *** [all] Error 2

[root@localhost kdebase-3.3.2]#

I even redownloaded the src.

Edited by markjensen
Link to comment
Share on other sites

It fixed some of it.

lib -L/usr/lib/qt3//lib -L/usr/lib -module -avoid-version favicons.lo favicons_skel.lo -lkio

g++-3.4.1: /usr/lib/libkio.so: No such file or directory

make[3]: *** [kded_favicons.la] Error 1

make[3]: Leaving directory `/home/kyle/KDE-Src/kdebase-3.3.2/libkonq/favicons'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/home/kyle/KDE-Src/kdebase-3.3.2/libkonq'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/kyle/KDE-Src/kdebase-3.3.2'

make: *** [all] Error 2

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.