[clutter] Help for MX using clutter

2010-04-21 Thread Rakesh Kumar
Hi List,

  I have just downloaded current version of MX GUI tool KIT and I don't 
know
  How to compile it on linux. Please help me on this issue. I have 
searched in clutter
  Archive mail but I didn't get any info .I am a newbie for clutter 
using MX.

Regards,
RK.



Re: [clutter] Help for MX using clutter

2010-04-21 Thread Ashish Kumar
Hi Rakesh,

I have compiled mx using clutter.
After git clone git://git.moblin.org/mx
do
./autogen

( May be u have to also build clutter-gesture, clutter-imcontext,
startup-notification, dbus-glib)
Or you may give --without-clutter-gesture option etc etc


Regards,
Ashish

On Wed, Apr 21, 2010 at 6:17 PM, Rakesh Kumar
rakesh.ku...@kpitcummins.comwrote:

  Hi List,



   I have just downloaded current version of MX GUI tool KIT and I
 don’t know

   How to compile it on linux. Please help me on this issue. I have
 searched in clutter

   Archive mail but I didn’t get any info .I am a newbie for clutter
 using MX.



 Regards,

 RK.





Re: [clutter] Help for MX using clutter

2010-04-21 Thread Ashish Kumar
Rakesh,

To run mx tests I can give you steps what all I have done
After git clone mx.
r...@ubuntu:/media/moblin/# cd mx
r...@ubuntu:/media/moblin/mx/# ./autogen.sh --without-dbus
--without-clutter-gesture --without-startup-notification
r...@ubuntu:/media/moblin/mx/# make
r...@ubuntu:/media/moblin/mx/# ./tests/test-mx

I hope above setup gives you an example how to build mx.
Rest you can always mail back if you face any issues.
For mx API documentation look
http://moblin.org/sites/all/files/moblin2.1api/html/mx4/index.html


On Wed, Apr 21, 2010 at 9:08 AM, Rakesh Kumar
rakesh.ku...@kpitcummins.comwrote:

  Thanks for your quick reply.

 I am very new to clutter can you

 Elaborate more on that. I wanted to run all the sample in the

 Test folder of MX.


  --

 *From:* Ashish Kumar [mailto:ashish8...@gmail.com]
 *Sent:* Wednesday, April 21, 2010 6:34 PM
 *To:* Rakesh Kumar
 *Cc:* clutter@o-hand.com
 *Subject:* Re: [clutter] Help for MX using clutter



 Hi Rakesh,

 I have compiled mx using clutter.
 After git clone git://git.moblin.org/mx
 do
 ./autogen

 ( May be u have to also build clutter-gesture, clutter-imcontext,
 startup-notification, dbus-glib)
 Or you may give --without-clutter-gesture option etc etc


 Regards,
 Ashish

 On Wed, Apr 21, 2010 at 6:17 PM, Rakesh Kumar 
 rakesh.ku...@kpitcummins.com wrote:

 Hi List,



   I have just downloaded current version of MX GUI tool KIT and I
 don’t know

   How to compile it on linux. Please help me on this issue. I have
 searched in clutter

   Archive mail but I didn’t get any info .I am a newbie for clutter
 using MX.



 Regards,

 RK.