Where is the makefile you reference in "Then I ran the 'perl Makefile.PL', 'dmake' mantra." ?
The Makefile.PL ships with the G::O::I-0.020 source and is found in the top level directory.
Running 'perl Makefile.PL' will create a file named "Makefile" (in the same directory) for dmake to use.
Those "undefined" references that you get, are defined for me by C:/usr/local/lib/glib-2.0.lib.
However, my build is wanting to resolve things like "_g_free", whereas for you it's "g_free" (ie no leading underscore.)
What does
perl -V:archname report for you ?
In order to use these Introspection binaries, it needs to match x86, not x64.
That is, it needs to be a 32-bit build of Strawberry Perl - which will work fine on your 64-bit Windows, btw. If you haven't already done so, you could always grab a 32-bit "portable" Stawberry Perl - then you can have both perls on the same machine without them interfering with each other.
I've also discovered that there's a bit more I need to do before I have a serviceable build of G::O::I. For the current state of play, see
the bug report I opened.
GTk3 has been installed by many Windows users I'm sure I don't think so. I certainly don't know of any.
Cheers,
Rob
Afterthought: If you run dmake in verbose mode (ie
dmake -v) then you'll get to see precisely which library files are being linked in.
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.