I am trying to install "ABI compliance checker" on Fedora 19. I followed the steps from: "http://ispras.linuxbase.org/index.php/ABI_compliance_checker".

I have installed all requirements indicated. After install I typed: abi-compliance-checker -test 

It tries to compile, but this error appears:  "ERROR: can't compile header(s)". Detailed bellow:

[eduardo@localhost teste_abi]$ abi-compliance-checker -test
Using GCC 4.8.1 (x86_64-redhat-linux)

verifying detectable C library changes
preparation, please wait ...
Using GCC 4.8.1 (x86_64-redhat-linux)
checking header(s) 1.0 ...
Using C++ compatibility mode
ERROR: can't compile header(s)
ERROR: analysis has failed

I tried to install rmp from here: http://koji.fedoraproject.org/koji/buildinfo?buildID=431481

but same error occurred, what looks that  the error is in my system. Anybody experienced something like this?