Re: [clutter] clutter 0.9 osx

2009-01-05 Thread Neil Roberts
On Sun, 2009-01-04 at 19:47 +0100, Arnaud VALLAT wrote: I've just move to git repository, and got following errors while trying to compile git from master branch on OSX. Never got those errors while I was using SVN repository. ... Undefined symbols: _glReadPixels, referenced from:

[clutter] clutter 0.9 osx

2009-01-04 Thread Arnaud VALLAT
test_conformance-test-paint-opacity.o test_conformance-test-backface-culling.o test_conformance-test-binding-pool.o ../../clutter/.libs/libclutter-osx-0.9.dylib -L/opt/local/lib -L/usr/X11R6/lib /opt/local/lib/libpangocairo-1.0.dylib -L/usr/X11/lib /opt/local/lib/libcairo.dylib /usr/X11/lib/libSM.6.0.0

Re: [clutter] clutter-gtk OSX flavour

2008-10-09 Thread Tommi Komulainen
flavor to clutter-gtk, currently there are only x11/win32, or the x11 will do? At the moment the Clutter OSX backend does not have the necessary API, for this; I think at least clutter_osx_set_stage_foreign() and clutter_osx_disable_event_retrieval() are necessary to get clutter-gtk to work

Re: [clutter] clutter-gtk OSX flavour

2008-10-09 Thread Tomas Frydrych
will do? At the moment the Clutter OSX backend does not have the necessary API, for this; I think at least clutter_osx_set_stage_foreign() and clutter_osx_disable_event_retrieval() are necessary to get clutter-gtk to work with the native osx gtk port. Patches, as always, are welcome. Tomas

[clutter] clutter-gtk OSX flavour

2008-10-09 Thread ere wer
There seams to be a new (native?) port of GTK+ to OSX: http://labs.imendio.com/: Announcing the GTK+ OS X framework September 23, 2008 – 8:30 am We’re happy to announce the GTK+ Framework for Mac OS X. This means getting started with GTK+ development on your Mac is as easy as saying 1, 2, 3!

Re: [clutter] Clutter on OSX

2008-05-01 Thread Emmanuele Bassi
and run OpenGL examples. Do I have something set up wrong for running ./configure in terminal? you probably did not use: ./configure --with-flavour=osx which will tell the configure script to configure Clutter with the OSX backend. I also assume you did read: http

[clutter] Clutter on OSX

2008-04-30 Thread Pat Ferrel
I'm trying to run configure on OSX Leopard. The first error is checking GL/gl.h usability... no checking GL/gl.h presence... no checking for GL/gl.h... no configure: error: Unable to locate required GL headers In xcode I can compile and run OpenGL examples. Do I have something set up wrong