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, -- Thomas -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ An approximate answer to the right problem is worth a good deal more than an exact answer to an approximate problem. - John Tukey -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
