Re: [SHR] Looking for some help with compilation

2009-11-14 Thread David Lanzendörfer
Use bitbake an the most recent tree of OpenEmbedded-SHR/merge Then you can create a recipe in OE which inherits all needed buildtools and library paths you need. See for further details http://wiki.openembedded.net/index.php/Getting_started After cloning switch to shr/merge (git checkout --track

Re: [SHR] Looking for some help with compilation

2009-11-14 Thread EdorFaus
On Saturday 14 November 2009 07:39:49 Michael Smith wrote: I am working on an application for the openmoko. I am writing it in C using the Enlightenment toolkit. The general idea is to have an application which http://wiki.openmoko.org/wiki/Toolchain#Downloading_and_installing ...but the

Re: [SHR] Looking for some help with compilation

2009-11-14 Thread mok
On Sat, 14 Nov 2009, David Lanzendörfer wrote: Use bitbake an the most recent tree of OpenEmbedded-SHR/merge Then you can create a recipe in OE which inherits all needed buildtools and library paths you need. See for further details http://wiki.openembedded.net/index.php/Getting_started

Re: [SHR] Looking for some help with compilation

2009-11-14 Thread Michael Smith
On Sat, 14 Nov 2009 17:56:06 +0100 EdorFaus edorf...@xepher.net wrote: You shouldn't compile the E libs yourself in the toolchain, it's better to install them using the package management system (opkg-target). See here: http://wiki.openmoko.org/wiki/Toolchain#Installing_New_Libraries

[SHR] Looking for some help with compilation

2009-11-13 Thread Michael Smith
I am working on an application for the openmoko. I am writing it in C using the Enlightenment toolkit. The general idea is to have an application which will browse an sqlite database in a generic way, then extend it to support specific types of databases. As an example I have written a script