Jason schrieb: > "Martin Raspe" <[EMAIL PROTECTED]> writes:
>> Thank you so much! Finally it compiles (quasi out of the box, >> without running SWIG). This is Win2000, Perl 5.6.1 and VC 6.0. > Whoa! No way! You're the first person to report success on > Windows. That's cool! Great News. [...] >> my $CFLAGS = '-D_REENTRANT -DWIN32 -TP -GX -DHAS_BOOL'; >> # with config.status missing $CFLAGS are undefined > OK. Ah, you're talking about the Windows version and ActiveStates Perl? I'll try to figure out if the module fits also on Cygwin now. [...] >> Testing: All tests fail unless the system path is set to include the >> location of Xerces-c_2_3_0.dll. > There's probably a linker flag that tells it where the library is > located at runtime - if you find that out, I'll include it in the > windows help file. You must set the PATH to include this directory, since you will never know where the user installs the binaries..., does Xerces for Windows uses the Windows registry? >> Some of the tests fail because of unix syntax in the test files >> (like "2>/dev/null"). > Yeah, this is I/O redirection on Unix - I'll test, I may not need this. There is possibly a way to do this on windows too. Gerrit -- =^..^= --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
