[Spice-devel] Spice on OS/X

Kai Mosebach spice at komadev.de
Thu Apr 28 05:08:58 PDT 2011


# find / -name "libglib*"
/Applications/Adium.app/Contents/Frameworks/libglib.framework
/Applications/Adium.app/Contents/Frameworks/libglib.framework/libglib
/Applications/Adium.app/Contents/Frameworks/libglib.framework/Versions/2.0.
0/libglib
/opt/local/lib/libglib-2.0.0.dylib
/opt/local/lib/libglib-2.0.a
/opt/local/lib/libglib-2.0.dylib
/opt/local/lib/libglib-2.0.la


$ which spicy
/usr/local/bin/spicy
$ otool -L /usr/local/bin/spicy|grep glib
        /usr/local/lib/libspice-client-glib-2.0.2.dylib (compatibility
version 3.0.0, current version 3.1.0)
        /opt/local/lib/libglib-2.0.0.dylib (compatibility version
2801.0.0, current version 2801.5.0)


$ locate glib.h
/opt/local/include/glib-2.0/glib.h


Well hope that¹s prove enough ;-)

Were are all these #define's defined anyway? Couldn¹t we ask if #ifdef
__MACOSX__ or similar at this point?

On 4/28/11 10:37 AM, "Christophe Fergeau" <cfergeau at redhat.com> wrote:

>Until proven otherwise, I'll assume it's a mismatch between several glibs
>:) To figure it out, looking at make V=1, checking which versions of glib
>are available on the system (find / -name "libglib*"), maybe looking at
>what ldd say, ... would be helpful
>
>Christophe




More information about the Spice-devel mailing list