Folks,

I need to install the Gtk module (not 2 !) as it is a dependency of the CORBA-MICO module. System is SuSE 10.0. I've installed Gtk2 all right (demoes are nice by the way) but the Gtk module complains about:

perl Makefile.PL Can't exec "gdk-pixbuf-config": Aucun fichier ou répertoire de ce type + at Makefile.PL line 141. Can't exec "gnome-config": Aucun fichier ou répertoire de ce type at M +akefile.PL line 141. Can't exec "gnome-config": Aucun fichier ou répertoire de ce type at M +akefile.PL line 141. Can't exec "gnome-config": Aucun fichier ou répertoire de ce type at M +akefile.PL line 141. Can't exec "libglade-config": Aucun fichier ou répertoire de ce type a +t Makefile.PL line 141. Submodule gnome is needed to build applets but it appears it's misdetected or not selected for compilation. Available modules: gtk gtkglarea gdkimlib gdkpixbuf gtkhtml gtkxmhtml +gnome glade applets gnomeprint. You can disable the inclusion of a module using --without-pkgname. If a package is misdetected and you still want it to compile use --with-pkgname-force. To disable autodetection of modules use --without-guessing.

'Aucun fichier ou répertoire de ce type' means: no file or directory of this type.

I do not want to disable anything since I have the impression they're all needed. I don't know much about Gtk (or Gtk2 for that matter). Can a kind soul (preferrably using SuSE 10.0 or similar) provide some help in getting it installed ?

Many thanks.


In reply to Module Gtk installation help by carcassonne

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.