Re: [clutter] Reg: GNU C library used

2009-08-13 Thread Veli Ogla Sungutay
That's why I said virtually. As far as I can see NDK is a step forward but will be limited to do some certain performance related tasks. I would expect a full Dalvik extension layer that we can use to provide wrappers for all the C libs out there. Not sure if NDK allows this, will do some more

Re: [clutter] Reg: GNU C library used

2009-08-13 Thread Andy Tai
The free software license (LGPL) allows you to do that (spending efforts to port all Clutter related libraries to Bionic C) Maybe a better question is why shouldn't you ask Google to support the standard GNU/Linux ecosystem on Android? On Mon, Aug 10, 2009 at 9:50 PM,

Re: [clutter] Reg: GNU C library used

2009-08-13 Thread Emmanuele Bassi
On Tue, 2009-08-11 at 10:20 +0530, Kuldeep wrote: I didnt understand what you said. Do you mean by you are not working towards porting of clutter on android? what I meant was exactly what I wrote: as far as I know there is currently no effort in the community, nor there is an effort from the

Re: [clutter] Reg: GNU C library used

2009-08-13 Thread David Lefty Schlesinger
On 8/13/09 9:07 AM, Andy Tai a...@atai.org wrote: The free software license (LGPL) allows you to do that (spending efforts to port all Clutter related libraries to Bionic C) As long as the only Android-based dependency is on bionic (which is BSD-licensed), you should be okay here. However, you

Re: [clutter] Reg: GNU C library used

2009-08-12 Thread Evan Martin
On Mon, Aug 10, 2009 at 4:34 AM, Veli Ogla Sungutayvelisungu...@gmail.com wrote: Android uses Linux as its kernel [105], but according to Google, it is not a conventional Linux distribution. It does not have a native X Window System, nor does it support the full set of standard GNU libraries

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

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

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