in reply to Re^4: install Gtk2::GladeXML
in thread install Gtk2::GladeXML
so 'dmake' soon fails with lots of undefined references. But note that there's no mention of not having found libxml-2.0 and libglade-2.0. Not yet sure what's happening there.Note (probably harmless): No library found for -lGlib Note (probably harmless): No library found for -lGtk2 Note (probably harmless): No library found for -lCairo Note (probably harmless): No library found for -lgtk-win32-2.0 Note (probably harmless): No library found for -lgdk-win32-2.0 Note (probably harmless): No library found for -latk-1.0 Note (probably harmless): No library found for -lgio-2.0 Note (probably harmless): No library found for -lgdk_pixbuf-2.0 Note (probably harmless): No library found for -lpangowin32-1.0 Note (probably harmless): No library found for -lgdi32 Note (probably harmless): No library found for -lpangocairo-1.0 Note (probably harmless): No library found for -lpango-1.0 Note (probably harmless): No library found for -lcairo Note (probably harmless): No library found for -lgobject-2.0 Note (probably harmless): No library found for -lgmodule-2.0 Note (probably harmless): No library found for -lgthread-2.0
May be you can spot something there that accounts for the failure you're getting, though $prefix doesn't look right to me (C:/libglade doesn't even exist) ... something else to think about.prefix=c:/libglade 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.4 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^6: install Gtk2::GladeXML
by syphilis (Archbishop) on Jul 26, 2009 at 07:49 UTC | |
by Anonymous Monk on Jul 26, 2009 at 09:50 UTC | |
by Anonymous Monk on Jul 26, 2009 at 09:58 UTC | |
by syphilis (Archbishop) on Jul 26, 2009 at 10:19 UTC | |
by promachos (Initiate) on Jul 26, 2009 at 10:44 UTC | |
| |
|
Re^6: install Gtk2::GladeXML
by Anonymous Monk on Jul 26, 2009 at 19:10 UTC |