On Mon, 2009-04-13 at 18:06 +0530, Mustafizur Rahaman wrote: > I took my clutter tar ball from the git repository. Can you please send > me your clutter tar ball( if you have), so that i can try to build it > from autogen and then find the diff between your and mine source code.
if you have a tarball then you should not ever need to run autogen; just run ./configure to set up the build process. if you have cloned the git repository then you need all the essential packages needed to set up the build process as well; on Debian and Ubuntu the meta-package providing them is called 'build-essentials'. you should not, however, need that unless you're planning on working on the unstable development version (0.9). the error message you got means that you don't have the necessary tools to start developing most of the open source projects -- let alone Clutter; you will need development tools like gettext, the header files for GLib, etc. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer | [email protected] Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to [email protected]
