On Mon, 23 Mar 2009 09:32:15 +0100 Nicolas Aguirre <aguirre.nico...@gmail.com>
said:

> On Mon, Mar 23, 2009 at 9:16 AM, Carsten Haitzler <ras...@rasterman.com>wrote:
> 
> >
> > you should pay attention to openembedded. many bits of software require
> > running
> > of tools during build that are not always "gcc" and "make". openembedded
> > has
> > the concept of "native" packages. build a "native" version of the
> > dependency
> > you need (eg edje in this case) and install it in a "staging" area to be
> > used
> > during build. it doesnt need installing on the host fs - just in a fs tree
> > within the build system that is in $PATH and whose libs are in
> > LD_LIBRARY_PATH
> > that the build system sets up. this is the "right" solution. it simply
> > generates the dependencies needed to run at build time and has them
> > accessible.
> >
> >
> afaik Geexbox toolchain does exactly the same. gcc and other tools are
> already compiled natively and we have to expand some rules to build EFL in
> this native environnement.

yup. that's what you need to do :)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to