help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Building under OSX


From: Giuseppe Luigi Punzi Ruiz
Subject: Re: [Help-smalltalk] Building under OSX
Date: Tue, 25 May 2010 21:04:20 +0200


It's probably that you have a glib that is too old (or otherwise it is a bug in glib). What version of glib are you using ("pkg-config --modversion glib-2.0")?

galilea-2:DATOSdesarrollo glpunzi$ pkg-config --modversion glib-2.0
2.21.4



Also, there should be a gpoll.h somewhere under /Library/Frameworks/ GLib.framework, can you attach it?

Uhmm....I have a gpoll.h in
galilea-2:DATOSdesarrollo glpunzi$ locate gpoll.h
/opt/local/include/glib-2.0/glib/gpoll.h

This looks like coming from Macports, probaly is disturbing to gtk- osx? I'm thinking about reinstall completly macports, I think is full of garbage.



As a workaround you can use CFLAGS='-O2 -g -Dg_poll=poll'.

With this, I get:
Undefined symbols:
  "_rpl_poll", referenced from:
      _main_loop_thread in gst-gtk.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[4]: *** [gst-gtk.la] Error 1
make[3]: *** [all] Error 2
make[2]: *** [GTK.star] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I tried to improvise with:
./configure --with-gmp=/opt/lib CFLAGS='-O2 -g -Dg_poll=poll - Drpl_poll=poll'

et voilá....

But I don't know the collateral damage of this command.

PNG image





Giuseppe Luigi Punzi Ruiz
Blog: http://www.lordzealon.com
Twitter & Skype & GoogleTalk accounts: glpunzi






reply via email to

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