in reply to Re^6: install Gtk2::GladeXML
in thread install Gtk2::GladeXML

I've have obtain the libglade-2.0.ppc by downloading and installing on
http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/3.6/
and downloaded
I've install GTK_HOME on C:/Gtk+ this time
=>> Downloaded file
glade3-3.6.7-with-GTK+.exe 02-Jul-2009 21:51 17M
Itry to modify manually my configuration but
it still doesn't work :(

What do I have done wrong ?

thanks for helps.
#prefix=/target
prefix=C:/Gtk+
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

Replies are listed 'Best First'.
Re^8: install Gtk2::GladeXML
by Anonymous Monk on Jul 26, 2009 at 09:58 UTC
    I've reinstall the package using ppm
    and I've got ExUtils-Depends v0.302

    I've got this following error :

    Set up gcc environment - 4.4.0
    Can't locate object method "splitdir" via package
    "File::Spec" at C:/Perl/site/lib/ExtUtils/Depends.pm line 176.


    My libglade-2.0.pc looks like :
    prefix=/target
    #prefix=C:/Gtk+
    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
      Can't locate object method "splitdir" via package "File::Spec" at C:/Perl/site/lib/ExtUtils/Depends.pm line 176.

      What version of File::Spec do you have ? I have version 3.2501. (Maybe using 3.2501 will fix your error.)

      Cheers,
      Rob
        Ive installed manually version 0.7 doyou know how can i get it on cpan ? Thanks again Rob