Kanwar Ranbir Sandhu wrote:
Hi,
I'm trying to build cmake on CentOS 5 from a Fedora Core 6 source rpm (I need it for another package I'm trying to build from a source rpm, xmlrpc-c). When I start the build, I get this error:
error: Failed build dependencies: xmlrpc-c-devel is needed by cmake-2.4.6-3.el5.i386
Well, that's nuts. I can't build xmlrpm-c without cmake, but cmake won't build without xmlrpc-c-devel!
I'm probably just going to try installing the Fedora Core 6 rpms on CentOS 5 to avoid this problem. But, how would one go about resolving a build problem like this?
cmake is in epel: http://download.fedora.redhat.com/pub/epel/5/
-- Rex