Re: [clutter] cluttermm pure?

2008-06-15 Thread Murray Cumming
On Sat, 2008-06-14 at 22:41 +0200, Daniel Oberhoff wrote: Hi is it possible to build cluttermm without cluttergtk? why does it need gtk? I guess we thought we were making life easier and didn't think of non-GTK+ platforms. i cant use cluttergtk on osx, so i would like just cluttermm for

Re: [clutter] [ANNOUNCE] Clutter 0.7.0 (core) - developers snapshot

2008-06-15 Thread Emmanuele Bassi
On Sun, 2008-06-15 at 11:19 +0200, Murray Cumming wrote: o COGL, the underlying GL abstraction layer in Clutter, has been completely rewritten from the ground up. Its no longer a conceptual hack but a documented, fully featured library pretty much in its own right.

Re: [clutter] cluttermm without clutter-gtk

2008-06-15 Thread Daniel Oberhoff
Am 14.06.2008 um 20:43 schrieb Daniel Oberhoff: Hi I suppose the cluttermm author(s) are on this list too? I was wondering if it would be possible to separate cluttermm from clutter-gtk. The problem is that clutter-gtk does not work on osx, while clutter itself does nicely. Daniel --

Re: [clutter] cluttergtk on osx

2008-06-15 Thread Tommi Komulainen
On Sun, Jun 15, 2008 at 5:24 PM, Daniel Oberhoff [EMAIL PROTECTED] wrote: Am 15.06.2008 um 00:16 schrieb Tommi Komulainen: On Sat, Jun 14, 2008 at 7:44 PM, Daniel Oberhoff [EMAIL PROTECTED] wrote: Hi I looked a bit at the problem. I think the quickest way would be to just add an

Re: [clutter] cluttermm pure?

2008-06-15 Thread Daniel Oberhoff
Am 15.06.2008 um 11:06 schrieb Murray Cumming: On Sat, 2008-06-14 at 22:41 +0200, Daniel Oberhoff wrote: Hi is it possible to build cluttermm without cluttergtk? why does it need gtk? I guess we thought we were making life easier and didn't think of non-GTK+ platforms. Well, it makes

Re: [clutter] cluttermm pure?

2008-06-15 Thread Murray Cumming
On Sun, 2008-06-15 at 19:31 +0200, Daniel Oberhoff wrote: , wouldnt it make sense simply to have it a configure option to embedd gtk (also cairo)? I find it simpler to split libraries up in separate tarballs rather than make some parts optional. Distros (Linux or whatever) tend not to split

Re: [clutter] cluttergtk on osx

2008-06-15 Thread Daniel Oberhoff
Am 15.06.2008 um 19:30 schrieb Tommi Komulainen: Think so? I mean, all clutter needs is an OpenglContext to draw into, right? Events are completely taken away anyhow. Well, almost. Actually you'll want to override some methods (drawRect, isFlipped etc.) which I think you can not do

Re: [clutter] cluttergtk on osx

2008-06-15 Thread Daniel Oberhoff
k, works like a charm. so by me, apply the patch. One last fluke: the generated .pc (pkg-config) file lists clutter-x11 and not clutter-osx as dependency. Daniel -- To unsubscribe send a mail to [EMAIL PROTECTED]