Re: [clutter] Reg: GNU C library used

2009-08-10 Thread Emmanuele Bassi
On Mon, 2009-08-10 at 15:20 +0530, Kuldeep wrote: I would like to know whether there is a way to port clutter libraries to any Platform that supports Bionic C but not GNU C. Will ther ebe any issues if we port the clutter libraries in boinic c supported platforms. if you port, in order:

Re: [clutter] Reg: GNU C library used

2009-08-10 Thread Kuldeep
Hi Emmanuele, Do you mean by like We can directly port clutter on any platform that supports C? As I am trying to port clutter on android, and it is said that- in http://en.wikipedia.org/wiki/Android_(operating_system) Android uses Linux http://en.wikipedia.org/wiki/Linux as its kernel

Re: [clutter] Reg: GNU C library used

2009-08-10 Thread Veli Ogla Sungutay
Android uses Linux http://en.wikipedia.org/wiki/Linux as its kernel [105 ]http://en.wikipedia.org/wiki/Android_%28operating_system%29#cite_note-104, but according to Google, it is not a conventional Linux distribution. It does not have a native X Window

Re: [clutter] Reg: GNU C library used

2009-08-10 Thread Kuldeep
HI, Actually if we can port clutter on android then we need to create java layer to write our applications in java. My intention is to make use of clutter libraries instead of android libraries. So I think we dont need dalvik wrappers. -Kuladeep. On Mon, Aug 10, 2009 at 5:04 PM, Veli Ogla

[clutter] ClutterTexture problems

2009-08-10 Thread Filipe Nepomuceno
Hey guys, I'm trying to create a ClutterTexture but whenever I specify a valid filename it segfaults but when I specify an invalid one it sets the error up correctly. Any ideas? I can show you my code if you want but I just took everything straight from the API. Regards, Filipe -- To

RE: [clutter] Reg: GNU C library used

2009-08-10 Thread Emmanuele Bassi
On Mon, 2009-08-10 at 21:52 +0700, Hieu Le Trung wrote: Is there any existing port of Clutter over Android and Java layer? As I know, there is no Clutter Java binding existing. as I said already, there is currently no effort (as far as I know) to port Clutter on Android. the Java bindings can

[clutter] Clutter 1.0 branched

2009-08-10 Thread Emmanuele Bassi
hi everyone; after the 1.0 release, the Clutter repository has been branched. the clutter-1.0 branch will be used for bugfix releases for Clutter 1.0; I plan a 1.0.2 release by the end of the week. development will continue in the master branch, under the 1.1 version; this will lead to the 1.2

Re: [clutter] Guide for updating from 0.8

2009-08-10 Thread Emmanuele Bassi
On Mon, 2009-08-10 at 16:46 +0100, Emmanuele Bassi wrote: obviously, if somebody comes up with other topics, then feel free to mention them on the mailing list or open a bug; patches, as always, are welcome. by the way, the README file also lists the changes in the release notes, and the

Re: [clutter] Guide for updating from 0.8

2009-08-10 Thread Karl Lattimer
On Mon, 2009-08-10 at 16:46 +0100, Emmanuele Bassi wrote: On Mon, 2009-08-10 at 16:42 +0100, Karl Lattimer wrote: Is there a guide available anywhere to assist in updating code from clutter-0.8 to clutter-1.0? I've been looking at the rest of the changes, and was planning to add a

Re: [clutter] Guide for updating from 0.8

2009-08-10 Thread Emmanuele Bassi
On Mon, 2009-08-10 at 16:58 +0100, Karl Lattimer wrote: On Mon, 2009-08-10 at 16:46 +0100, Emmanuele Bassi wrote: On Mon, 2009-08-10 at 16:42 +0100, Karl Lattimer wrote: Is there a guide available anywhere to assist in updating code from clutter-0.8 to clutter-1.0? I've been

RE: [clutter] Clutter 1.0 branched

2009-08-10 Thread Emmanuele Bassi
On Mon, 2009-08-10 at 12:05 -0400, Ian Walberg wrote: Are the details of what is planned for 1.1 detailed anywhere? Bugzilla has a list of bugs with a 1.2 milestone; we haven't committed to any of them -- just a list of would be nice to have features and fixes. we'll have a more definite list

Re: [clutter] Reg: GNU C library used

2009-08-10 Thread Kuldeep
HI Emmanuele, I didnt understand what you said. Do you mean by you are not working towards porting of clutter on android? Also My doubt is simple, clutter is developed in GNU C and android supports Bionic C. Will there be any problem if we compile clutter with Bionic C libraries or is it ok if we