"Mark Riehl" <[EMAIL PROTECTED]> writes: > All - Tracked down this error, -DWIN32 solves the threads problems, but > there are lots of other issues.
Ahh... That's good to know at least. What do the problems look like now? > > Xerces.c(482) : fatal error C1083: Cannot open include file: > > 'strstream.h': > > No s > > uch file or directory Thanks for finding this one. In Xerces.C you'll find two includes around line 482, one for iostream.h and one for strstream.h you can delete them both. > > Questions - > > 1. Are the nightly binaries of Xerces-C built with > > multithreaded support? Yes, I believe they are. > > 2. I'm assuming that I should only need the Visual C++ > > include files, right? > > That is, I shouldn't need to be including the Cygwin > > includes, correct? Yes. You may want to compile Xerces-C from source, it may give you and idea of what compile directives for XML::Xerces should be. I would also try posting to the ActivePerl list. jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
