Xerces conflicts string.h
        Posted  
        
            by 
                Velthune
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Velthune
        
        
        
        Published on 2012-11-22T16:58:51Z
        Indexed on 
            2012/11/22
            16:59 UTC
        
        
        Read the original article
        Hit count: 221
        
Compiling my program I have this error:
/usr/include/xercesc/util/Compilers/GCCDefs.hpp:133:60: error: declaration of ‘int strcasecmp(const char*, const char*)’ has a different exception specifier
/usr/include/string.h:536:12: error: from previous declaration ‘int strcasecmp(const char*, const char*) throw ()’
make: *** [src/test/VFTImageMaterial.o] Error 1
Any idea about this conflict with string.h?
© Stack Overflow or respective owner