in reply to Re^5: gmake error on Glib compile
in thread gmake error on Glib compile
</UPDATE>use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Font::FreeType', AUTHOR => 'Geoff Richards <qef@laxan.com>', VERSION_FROM => 'lib/Font/FreeType.pm', LIBS => '-LD:/msys64/mingw64/lib -lfreetype', INC => '-ID:/msys64/mingw64/include/freetype2', );
But on Strawberry's 5.38.0, running the same command, I get:D:\>perl -MGtk3 -wle "my ($success, $rest) = Glib::Object::Introspecti +on->invoke ('Gtk', undef, 'init_check', [$0, @ARGV]); print 'ok';" ok
Looks like the problem lies with the Glib-Object-Introspection module.D:\>perl -MGtk3 -wle "my ($success, $rest) = Glib::Object::Introspecti +on->invoke ('Gtk', undef, 'init_check', [$0, @ARGV]); print 'ok'" Could not prepare a call interface at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: gmake error on Glib compile
by swl (Prior) on Aug 24, 2023 at 23:19 UTC | |
by syphilis (Archbishop) on Aug 25, 2023 at 01:37 UTC | |
by swl (Prior) on Aug 25, 2023 at 02:34 UTC | |
by syphilis (Archbishop) on Aug 25, 2023 at 03:17 UTC | |
by swl (Prior) on Sep 05, 2023 at 03:33 UTC | |
| |
by swl (Prior) on Aug 25, 2023 at 04:58 UTC | |
|