I'm trying to install this module : http://search.cpan.org/~tsch/Gtk2-GladeXML-1.007/ perl MakeFile.PL dmake (win)/ Make (unix) ... => I still don't understand what can I do to solve this problem. I'm wishing to use so much Glade& Perl together! cheers Antoine My configuration is based on ActivePerl PErl Version : This is perl, v5.10.0 built for MSWin32-x86-multi-thread ExtUtils-PkgConfig-1.12 Glib-1.221 Gtk2-1.183 I've installed the following using ppm. (executed via cmd.exe) http://search.cpan.org/dist/ExtUtils-Depends-0.302/ http://search.cpan.org/dist/ExtUtils-PkgConfig-1.12/ http://search.cpan.org/dist/Glib-1.221/ http://search.cpan.org/dist/Gtk2-1.183/ My libglade-2.0.pc contain the following : C:\Program Files\Common Files\GTK\2.0\lib prefix=/target exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include # so people can do "pkg-config --variable moduledir libglade-2.0" # (which is broken - users can now use the LIBGLADE_MODULE_PATH # environment variable moduledir=${libdir}/libglade/2.0 Name: Libglade Description: a library for dynamically loading GLADE interface files Version: 2.6.2 Requires: gtk+-2.0 libxml-2.0 Libs: -L${libdir} -lglade-2.0 Cflags: -I${includedir}/libglade-2.0 perl Makefile.PL The output of the mistake : Set up gcc environment - 4.4.0 at Makefile.PL line 48 *** can not find package libglade-2.0 >= 2.0.0 *** check that it is properly installed and available in PKG_CONFIG_PATH at Makefile.PL line 48

In reply to Re^2: install Gtk2::GladeXML by promachos
in thread install Gtk2::GladeXML by promachos

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.