Well ... at least I've got XML-LibXML-Common-0.13 built and working fine. Turns out I just had to embed libxml2.dll.manifest (which was in the package's 'lib' folder) into libxml2.dll - which I did by moving the manifest to the 'bin' folder, cd'ing to that folder, and running:
mt -nologo -manifest libxml2.dll.manifest -outputresource:libxml2.dll;
+2
Thanks
jand, for pointing out to me that it was the xml2 and iconv dll's that needed the embedded manifest. (For some reason, the iconv dll was ok - perhaps the manifest was already embedded in it.)
Now, I spose I might as well try and build the other dependencies and XML::LibXML itself, just to verify that it can be done.
I'll report back later (for the benefit of the thousands of people who are intently following this thread ;-)
Cheers,
Rob
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.