On 26 Jun 2009, at 20:01, Daniel Macks wrote: >> checking lablGL directory... no I get here : checking lablGL directory... +lablGL (have lablgl-x11 installed)
> GtkGLArea > not sure if that's a problem or not (missing (b)dep?) I get there a yes Same error in build phase > 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. Correct, and file is in the src. So PatchScript: sed -i.bak 's,gnome-client.h>,&\n#include <libgnomeui/ gnome-ui-init.h>,' src/ml_panel.c fixes this point (possible gnome-client.h was including gnome-ui- init.h before ?). But then I get another snag, lablgl-related (cf above) this time : > ocamlmktop -I +lablGL -thread -o lablgtktop unix.cma threads.cma > lablgl.cma \ > -I . lablgtk.cma lablgtkgl.cma lablglade.cma lablgnomecanvas.cma > lablgnomeui.cma lablpanel.cma lablrsvg.cma lablgtkspell.cma > lablgtksourceview.cma gtkThread.cmo > File "_none_", line 1, characters 0-1: > Error: The file /sw/lib/ocaml/lablGL/lablgl.cma is not a bytecode > object file I do get # file /sw/lib/ocaml/lablGL/lablgl.cma /sw/lib/ocaml/lablGL/lablgl.cma: Objective caml library file (.cma) (Version 007). But have to go now, no time to look further... JF ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
