Some sort of collation into a single process would be very helpful.

Agreed.
For simplicity, I would recommend using MSYS2's pkg-config.exe instead of Strawberry's pkg-config.bat.
I would also recommend using ExtUtils-Depends-0.8000 instead of the latest version 0.8001 which does not create the auto/Glib/Glib.a, auto/Cairo/Cairo.a, etc. import libraries. See https://rt.cpan.org/Public/Bug/Display.html?id=147200.
It's not mandatory to accept either of those recommendations, but there are issues that will be avoided if those recommendations are followed.

Thirdly, when building Glib-Object-Introspection, protect yourself against https://rt.cpan.org/Public/Bug/Display.html?id=149570 either by ensuring that $ENV{PATH} terminates with a semi-colon, or by grabbing the Glib-Object-Introspection source from the gitlab repo.

I think the only issues to then contend with are the cases where EXTRALIBS/LDLOADLIBS are not set correctly in the Makefile, or a static library gets used instead of a dll's import library.

Cheers,
Rob

In reply to Re^27: gmake error on Glib compile by syphilis
in thread gmake error on Glib compile by MikeMc69

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.