I am trying to build the XML::Xerces module for RHEL 6. I have successfully compiled and install the rpm xerces-c-2.7.0-3.x86_64.rpm and this works to fill the prerequisite nicely. When I run the command:
cpan XML::Xerces I get the following errors: Xerces.cpp:1219: error: expected unqualified-id before string constant Xerces.cpp:1220: error: expected initializer before â*â token Xerces.cpp:1225: error: âSwigPerlWrapperPtrâ does not name a type Xerces.cpp:69331: error: too many initializers for âswig_command_infoâ (A whole slew of these) Then: Xerces.cpp: In function âvoid boot_XML__Xerces(PerlInterpreter*, CV*)â: Xerces.cpp:69557: error: âstruct swig_command_infoâ has no member named âwrapperâ followed by an error 1 and it craps out. Any ideas? I know it has to be something simple that I am just missing. Thanks for the assistance! Clay