Page 1 of 1

What is meant by "libcpp is not sane"?

Posted: 23 Nov 2012, 18:59
by dedanna1029
I'm trying to compile Amarok 1.4.10. I keep coming up with this error, that libcpp is not sane? Had never seen something not being "sane" during compilation of programs before. I do get that I need to find g++, but "not sane" on the one file?

config.log for Amarok 1.4.10 (CentOS 6.2) is here.

Thanks.

[solved] Re: no KDE headers installed?  Topic is solved

Posted: 23 Nov 2012, 21:20
by dedanna1029
This was resolved by installing g++; however, now I have another error. I have kdelibs-devel and kdebase-devel installed, which I thought would resolve it, but it doesn't:

Code: Select all

checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
[dedanna@dedanna amarok]$

The most I can find on it is to install the kdelibs-devel and kdebase-devel, but that didn't resolve it. Any clues?

Thanks.

Edit: I figured the package I needed. It was kdebase-workspace-devel. Thanks.