I'm still having trouble installing G::O::I-0.020 I get ffi errors as below.

perl Makefile.PL Warning (mostly harmless): No library found for -Wl,--export-dynamic Trying to build test libraries... not OK Writing Makefile for Glib::Object::Introspection Writing MYMETA.yml and MYMETA.json dmake GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x78f6): undefine +d reference to `ffi_type_pointer' GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x7970): undefine +d reference to `ffi_type_pointer' GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x79c0): undefine +d reference to `ffi_type_pointer' GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x79f5): undefine +d reference to `ffi_prep_cif' GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x7a23): undefine +d reference to `ffi_call' GObjectIntrospection.o:GObjectIntrospection.c:(.text+0x7fc2): undefine +d reference to `ffi_type_pointer' c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686 +-w64-mingw32/bin/ld.exe: GObjectIntrospection.o: bad reloc address 0x5c in section `.rdata' c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686 +-w64-mingw32/bin/ld.exe: final link failed: Invalid operation collect2: ld returned 1 exit status dmake: Error code 129, while making 'blib\arch\auto\Glib\Object\Intro +spection\Introspection.dll' Skip blib\arch/Glib\Object\Introspection/Install/Files.pm (unchanged) Skip blib\lib\Glib\Object/Introspection.pm (unchanged) [ CC GObjectIntrospection.c ] Running Mkbootstrap for Glib::Object::Introspection () C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 In +trospection.bs dlltool --def Introspection.def --output-exp dll.exp [ LD blib\arch\auto\Glib\Object\Introspection\Introspection.dll ]

I must be missing an environment variable or something like that.

Thanks,

Don


In reply to Re^11: Gtk3 Install Problems by drdon
in thread Gtk3 Install Problems by drdon

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.