Hi Ilya,
"Sterin, Ilya" <[EMAIL PROTECTED]> writes:
> Hello, Jason. I am currently porting XML::Xerces 1.5.3 to Windows. I've
> ported the 1.3 version and made it available through PPM repository on
> www.xmlproj.com/PPM
This is really excellent news! I'm glad that we can say there is
something available for windows. I'd really appreciate knowing what
you needed to change in Makefile.PL to make it work for you (there was
no attachment in your previous message).
> But I am havinga problem with the 1.5.3 version. It's seems like it
> is related to the new Handler libs, croaking with an unresolved
> symbol error. I searched the files for that sub, and couldn't find
> it. Is it because I am using the compiled version of Xerces-C for
> Windows. Should I recompile with support for something else? Here
> is the error message...
>
> Handler.def : error LNK2001: unresolved external symbol boot_Handler
>
> LINK : fatal error LNK1141: failure during build of exports file
> NMAKE : fatal error U1077: 'link' : return code '0x475'
> Stop.
> NMAKE : fatal error U1077: 'cd' : return code '0x2'
> Stop.
Usually boot_* symbols are for Perl's DynaLoader, but the Handler
object files are not a stand-alone perl module, and thus shouldn't
have any boot code. I'll have to see your makefile to know what's
going on, plus some more of the compile line before the error msg.
Thanks for this work! I really want to see windows support for
XML::Xerces, so I'll help in whatever way I can.
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]