==Environnement == OS : Windows Vista x86 32bits
=== Install Perl (ActivePerl) == http://www.activestate.com/activeperl/
== Add the ppm repositories==
Win+r
type on cmd
ppm rep add bribes http://www.bribes.org/perl/ppm
ppm repo add http://www.lostmind.de/gtk2-perl/ppm/
ppm rep add http://trouchelle.com/ppm10/
===Download the module ====
type ppm then enter the following values or
ppm install <Name_OF_Module>
or event do ppm install Packagename.ppd
I prefer the first method ;)
ExtUtils-Depends
ExtUtils-PkgConfig
Cairo
Glib
Gtk2
===GTK2 ==
I've followed this link
http://lostmind.de/gtk2-perl/
===Intall Glade and GTK+ ==
Download the exe file
glade3-3.6.7-with-GTK+.exe 02-Jul-2009 21:51 17M
http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/3.6/
== set on the variable ===
PKG_CONFIG_PATH
C:\Program Files\Common Files\GTK\2.0\lib\pkgconfig
(by default in the installation)
this is my path cotaining the *.pc file ; especially the
libxml-2.0.pc and libglade-2.0.pc
== Install Gcc Compiler ==
I use personnaly
http://djibril.developpez.com/tutoriels/perl/installation-modules/fichiers/dmake-4.1pl1-win32.zip dmake.exe" modified by Gurusamy Sarathy (available on CPAN)
set on in PATH variable ;C:\gcc\bin; =>Restart the PC

==Install Gtk2::GladeXML ==
Download the module
cd NameofModule
perl Makefile.pl Then I've got this error on my CMD
Thanks for your help

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^4: 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.