... or the tests don't work appropriatly on WindowsI think that's the case. I'm finding that many of the t/64bit.t tests fail - evidently the 64-bit support (which is expected to be
in existence) is missing on Win32. I haven't investigated.
Also test 14 of t/9.t hangs. All of the other tests in t/9.t pass.
There are some tests in t/filename.t (and one test in t/g.t) that fail simply because
backslashes appear in the path instead of the expected forward slashes. (These failures
are inconsequential and can be ignored.)
I need to figure out how to get the Makefile to link to Glib.dllYes - that seems to be the case. But then there's also the need to link to Cairo.dll as well.
To EXTRALIBS and LDLOADLIBS in the generated Makefile, I added (before running 'dmake'):
C:\perl510_M\site\5.10.0\lib\auto\Glib\Glib.dll
(which is the location of Glib.dll on my perl) and that takes care of the gperl_* references ... but there's still the cairo_* references
to attend to. If I also add (to EXTRALIBS and LDLOADLIBS):
C:\perl510_M\site\5.10.0\lib\auto\Cairo\Cairo.dll
it doesn't help (unless that's inserted *before* the Glib.dll entry - in which case we've
fixed the cairo_* references, but not the gperl_* references).
That is, using this hack, we can fix either the cairo_* references or the gperl_* references ... but not both. I don't know why that is - and I haven't yet worked out a
hack to fix it. I'm still puzzling over it - and will try to come up with something tomorrow. (Better still if someone can beat me to it.)
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.