My aim : install Gtk2::GladeXML CPAN Module : http://search.cpan.org/~tsch/Gtk2-GladeXML-1.007/ Perl environnement I've installed succesfully the Gtk2 module and its dependancies and dowload the latest Glade version 3x bundle with GTK+ perl >= 5.8.0 Glib >= 1.02 (perl module) Gtk2 >= 1.00 (perl module) I've installed this perl module using ppm libglade-2.0 (C library) =>>> This is my PROBLEM seee below Also after installing glade I've set up manually PKG_CONFIG_PATH on y variable system (This cancel out the error of libxml2.0.ppc missing) The error I've got when I run the perl MakeFile.pl is follow : 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 I've check on my directory and can see libglade-2.0.pc and libxml-2.0.pc in C:\Program Files\Common Files\GTK\2.0\lib\pkgconfig Why does my perl MakeFile.pl cannot be run ? Thanks for your helps . My configuration : OS windows Vista . GCC :dmake with MinGcc Perl : ActivePerl last version My variables on Win: GTK_BASEPATH C:\PROGRA~1\COMMON~1\GTK\2.0 My variable in windows Vista are : PKG_CONFIG_PATH C:\Program Files\Common Files\GTK\2.0\lib\pkgconfig

In reply to 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.