I sthink I get the same test results:
D:\s\Cairo-1.109>gmake test "C:\sp\_64\sp-5.38.0\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_ +nonempty -- Cairo.bs blib\arch\auto\Cairo\Cairo.bs 644 "C:\sp\_64\sp-5.38.0\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MT +est::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, ' +blib\lib', 'blib\arch')" t/*.t t/00-loading.t .... ok t/Cairo.t ......... ok t/CairoFont.t ..... 1/29 unknown cairo_font_type_t value 5 encountered + at t/CairoFont.t line 79. # Failed test at t/CairoFont.t line 79. # Looks like you failed 1 test of 29. t/CairoFont.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/29 subtests t/CairoFt.t ....... skipped: can't find font file t/CairoMatrix.t ... ok t/CairoPath.t ..... ok t/CairoPattern.t .. ok t/CairoRegion.t ... ok t/CairoSurface.t .. 1/100 unknown cairo_pdf_version_t value 2 encounte +red at t/CairoSurface.t line 259. unknown cairo_pdf_version_t value 3 encountered at t/CairoSurface.t li +ne 259. unknown cairo_pdf_version_t value 2 encountered at t/CairoSurface.t li +ne 263. unknown cairo_pdf_version_t value 3 encountered at t/CairoSurface.t li +ne 263. t/CairoSurface.t .. ok
I assume the single test failure is either a bug in the test script or a bug in the Cairo library. (I don't actually use this stuff, and I haven't investigated the failure.)

pkg-config --version shows 0.26

This is the pkg-config.bat that ships with Strawberry Perl.
I'd prefer to use the msys version of pkg-config.exe - which should happen if you rename C:\STRAWB~1\perl\bin\pkg-config.bat to C:\STRAWB~1\perl\bin\pkg-config.bat_hide.
That would then mean that, instead of EXTRALIBS specifying Strawberry's C:\STRAWB~1\c\lib\libfreetype.a, it would specify msys's libfreetype library.
Anyway, this is something that so far seems to have NOT mattered with your build.

See how you go with Cairo-GObject-1.005. (It passed all tests for me.)

Cheers,
Rob

In reply to Re^18: 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.