I am compiling the library on Linux (Fedora 1) with gcc 3.3.2 without any problems. I wonder why you have C++ typedefs errors at all because all headers have "extern "C"" and all source files have .c extension. AFAIK, this should be enough to force compiler to always use C intead of C++ for compiling xmlsec or any xmlsec header files.
Aleksey David Mundie wrote on 1/7/2004, 3:43 PM: > I'm working with Darian Lanx to try to get xmlsec working under OS X > Panther (10.3). Darian tells me that the gcc 3.3 compiler reports > parsing errors on some of the C++ typedefs. He's curious: has the > library been compiled succesfully with gcc 3.3 on any other platforms? > That would let us narrow the problem down. I searched the archive but > didn't see any references to gcc 3.3. > > - dam > > > > David Mundie.vcf _______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
