Re: Gnome2::VFS dependency on libgtk2, build error



On Monday, December 29, 2003, at 02:46 PM, Ross McFarland wrote:

Marc 'HE' Brockschmidt said:
Heya,

I just worked on the debian package for Gnome2::VFS and noticed that it
needs a dependency on libgtk2 (as it includes gtk/gtk.h in
genmaps.pl). Would be nice to declare this in Makefile.PL...

it does 'depend' on Gtk2 unless i'm mistaken, b/c of the use Gtk2::Codegen,
and PREREQ_PM, what was missing was a version to depend on:
'perl-Gtk2'               => '1.01',

should be 1.02 ... depend only upon stable versions where possible.

if that's not what you're meaning let me know.

that's a build-only dependency, however. it is not a runtime dependency. at runtime Gnome2::VFS needs only the Glib module, for the core binding utilities.

also, you should never run genmaps.pl unless you are one of the binding developers.


 xs/GnomeVFSUtils.xs > xs/GnomeVFSUtils.xsc && mv xs/GnomeVFSUtils.xsc
xs/GnomeVFSUtils.c
Error: 'const GnomeVFSURI *' not in typemap in GnomeVFSUtils.xs, line 202
make: *** [xs/GnomeVFSUtils.c] Error 1

what versions of everything are you using? that typemap should be generated by Gtk2::CodeGen, and the fact that it is not suggests that you have an old version.

--
"it's hard to be eventful when you have this much style."
   - me, rationalizing yet another night of sitting at home.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]