help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: GTK on Mac again


From: Damien Pollet
Subject: [Help-smalltalk] Re: GTK on Mac again
Date: Fri, 27 Mar 2009 15:06:14 +0100

On Fri, Mar 27, 2009 at 12:48, Paolo Bonzini <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]