On Fri, Jun 26, 2009 at 07:47:03PM +0200, Alexander Hansen wrote: > OS 10.5.7 > Intel > Xcode 3.1.3 > > Building against current/unstable dependency descriptions as of the > posting of this message. > > >From the configure phase > ... > checking for pkg-config... /sw/bin/pkg-config > checking for GTK+ - version >= 2.0.0... yes (version 2.16.2) > checking pkg-config is at least version 0.9.0... yes > checking for GTKGL... yes > checking lablGL directory... no > checking for GLADE... yes > checking for RSVG... yes > checking for rsvg_handle_new_gz... no > checking for GNOMECANVAS... yes > checking for GNOMEUI... yes > checking for PANEL... yes > checking for GTKSPELL... yes > checking for GTKSOURCEVIEW... yes > checking for GTKALL... yes > configure: creating ./config.status > config.status: creating config.make > > LablGTK configuration: > threads system > -n GtkGLArea > not found
not sure if that's a problem or not (missing (b)dep?) > Then during the build phase, I wind up getting: > > ... > ocamlc.opt -c -ccopt '-DG_DISABLE_ASSERT -DG_DISABLE_CAST_CHECKS > -I/sw/include/pango-1.0 -I/sw/lib/fontconfig2/include > -I/sw/include/freetype2 -I/sw/include -I/sw/include/gtk-2.0 > -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo > -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/pixman-1 > -I/sw/include/libpng12 -I/sw/include/libglade-2.0 -I/sw/include/libxml2 > -I/sw/include/librsvg-2 -I/sw/include/libgnomecanvas-2.0 > -I/sw/include/gail-1.0 -I/sw/include/libart-2.0 > -I/sw/include/libgnomeui-2.0 -I/sw/include/gconf/2 > -I/sw/include/gnome-keyring-1 -I/sw/include/libgnome-2.0 > -I/sw/include/libbonoboui-2.0 -I/sw/include/gnome-vfs-2.0 > -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/include/orbit-2.0 > -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include > -I/sw/include/libbonobo-2.0 -I/sw/include/bonobo-activation-2.0 > -I/sw/include/panel-2.0 -I/sw/include/gtkspell-2.0 > -I/sw/include/gtksourceview-1.0 -I/sw/include/libgnomeprint-2.2 > -I/usr/X11R6/include -I/usr/X11/include -DORBIT2=1 -imacros ml_domain.h > -O' ml_panel.c > ml_panel.c: In function 'ml_panel_applet_factory_main': > ml_panel.c:191: error: 'LIBGNOMEUI_MODULE' undeclared (first use in this > function) Could just be a missing #include for <gnome-ui-init.h> (or <libgnomeui/gnome-ui-init.h>, I'm too lazy to analyze the -I pile:) in ml_panel.c. Is that file part of the source dist (good, easy to patch) or generated during the build process (ocaml scares me)? I suspect package was relying on some #included file to #include this needed one, but libgnomeui is deprecated now so the direct dep may have dropped it--yell at upstream. dan -- Daniel Macks [email protected] http://www.netspace.org/~dmacks ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
