Shibboleth 1.3.1 fails to compile under gcc 4.3.0, as shipped in Fedora 9 beta. Initial error message is "must #include <typeinfo> before using typeid" at line 268 of shib-mlp.cpp.
gcc 4.3, Fedora 9 beta
http://svn.middleware.georgetown.edu/view/cpp-sp?view=rev&revision=2814
The attached 1-liner patch allows the package to be compiled in this environment.
Shibboleth 1.3.1 fails to compile under gcc 4.3.0, as shipped in Fedora 9 beta. Initial error message is "must #include <typeinfo> before using typeid" at line 268 of shib-mlp.cpp.