Am Dienstag 13 April 2010 23:05:14 schrieb Thomas Franck:
> On 04/12/2010 08:34 AM, Thomas Zimmermann wrote:
> > You are missing an include for the eina-0 directory. Change the
> > do_compile() to:
> >
> > do_compile() {
> > ${CC} ${CFLAGS} ${LDFLAGS} -I${STAGING_INCDIR}/eina-0
> > ${WORKDIR}/eTestApp.c -o eTestApp
> > }
> >
> > Or add it to the CFLAGS.
> > But i think easiest way would be using autotools.
>
> That was it.. thanks a lot.. :)
> after I added all the other missing include dirs and lib dirs, it
> compiled.. what a mess, though.. ;)
>
> Started to look into autotools.. coming from VS and Win32 programming it
> seems all weird to me, but I'll tackle it..
>
> Cheers,
>
autotools isn't that easy too and a lot of people hate it, but it will handle
all those includes for you :)
For an easy start you can look at libphone-ui-shr, there you can see how to
include efl with autotools. You need autogen.sh, configure.am and Makefile.am.
Then just run the autogen.sh and it should generate all needed stuff depending
on your configure.ac.
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user