Re: Fwd: Problems compiling Gtk2-Perl-xs



Pascal said:
Help!

i'll try....

You'll most probably need the gtk2-dev and gnome2-dev packages...
you'll see, if comething goes wrong, anyway...

  ms vx:~/pers/prg/gtk2-perl/Glib-0.94> perl Makefile.PL
  *** can not find package gobject-2.0
  *** check that it is properly installed and available in PKG_CONFIG_PATH
   at Makefile.PL line 16

gobject is one of the libraries installed as part of glib-2.x.  this error
essentially means that either glib-2.x is not installed, or you have not
installed your distro's glib-devel package.


gtk2-devel-2.2.1 is included in SuSE, so installing it via the
system configuration program Yast2 was easy.

gtk+ depends on glib, but does not include it.  the glib-devel package will be
separate from the gtk2-devel package.  this is probably what's missing.


But there is not gnome2-dev or
similar package. I browsed at gnome.org and got lost in space.

on gnome.org you get only source, from which are made both the runtime and
devel packages found in distributions...  i don't use suse so i can't tell you
what their name for the gnome packages would be, but gnome's libraries are,
well, numerous.  the Gnome2 perl module only binds libgnome and libgnomeui,
but those in turn depend on many others.

so try looking for
  libgnome2-devel
  libgnomeui2-devel

-- 
muppet <scott at asofyet dot org>



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