Hello Simon, On Mon, 2009-12-07 at 11:26 -0800, Simon Bolek wrote: > hello, > > I installed linux development tools and toolchain as described under: > http://moblin.org/documentation/moblin-sdk/getting-ready-moblin-development > I started anjuta and created project from source > ~/home/simonbolek/moblin-sdk-0.8/samples/clutter-helloworld > and tried to activate plugin Mobin SDK, but doing it it gave the error > message: > > "Could not load Moblin SDK > This usually means that your installation is corrupted. The error message > leading to this was: > libxcb-render-util.so.0: cannot open shared object file: No such file or > directory" > > I run Ubuntu 8.04.1 HH on 32 bit machine.
Another approach (undocumented and experimental at present) is to use the envsetup.sh script in the root directory of the SDK to setup your environment. From a command line: run that script, then cd to your project directory, run autogen/configure/make. It should use the Moblin SDK toolchain rather than your machine's. You should still be able to use Anjuta for editing (with the SDK plugin turned off). If you want to use the plugin, an update to Ubuntu 9.04 is recommended. There's a bug (fixed but not in version 0.8 - http://bugzilla.moblin.org/show_bug.cgi?id=7918) which means that versions of Ubuntu > 9.04 won't work though. I use FC 11, and it does work with that. Elliot > > any suggestions how to get rid of this error? what should i check, etc? > I want to avoid installing all the clutter/mx, etc libraries in order to > build the applications for moblin enviroment... > > thanks+best regards > simon:) > _______________________________________________ > Moblin dev Mailing List > [email protected] > > To manage or unsubscribe from this mailing list visit: > http://lists.moblin.org/listinfo/dev or your user account on > http://moblin.org once logged in. > > For more information on the Moblin Developer Mailing lists visit: > http://moblin.org/community/mailing-lists _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
