On Fri, Mar 27, 2009 at 12:48, Paolo Bonzini <[email protected]> wrote:
> otool -L .libs/gst-gtk.so|grep gobject

 /opt/local/lib/libgobject-2.0.0.dylib

> and compare with the paths in packages/gtk/order.

$ grep -R g_initially_unowned_get_type /opt/local/include/glib-2.0/
/opt/local/include/glib-2.0/gobject/gobject.h:#define
G_TYPE_INITIALLY_UNOWNED        (g_initially_unowned_get_type())
/opt/local/include/glib-2.0/gobject/gobject.h:GType
g_initially_unowned_get_type      (void);

and both this .h and the .dylib above are provided my the same macports package:
$ port provides /opt/local/include/glib-2.0/gobject/gobject.h
/opt/local/lib/libgobject-2.0.0.dylib
/opt/local/include/glib-2.0/gobject/gobject.h is provided by: glib2
/opt/local/lib/libgobject-2.0.0.dylib is provided by: glib2

there is a glib2-devel that is a bit more recent though, I could try
and install this one instead:
$ port search glib2
glib2 @2.18.3 (devel)
    Library with data structure functions and other constructs

glib2-devel @2.19.6 (devel)
    Library with data structure functions and other constructs
-- 
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to