use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Font::FreeType', AUTHOR => 'Geoff Richards ', VERSION_FROM => 'lib/Font/FreeType.pm', LIBS => '-LD:/msys64/mingw64/lib -lfreetype', INC => '-ID:/msys64/mingw64/include/freetype2', ); #### D:\>perl -MGtk3 -wle "my ($success, $rest) = Glib::Object::Introspection->invoke ('Gtk', undef, 'init_check', [$0, @ARGV]); print 'ok';" ok #### D:\>perl -MGtk3 -wle "my ($success, $rest) = Glib::Object::Introspection->invoke ('Gtk', undef, 'init_check', [$0, @ARGV]); print 'ok'" Could not prepare a call interface at -e line 1.