All of lore.kernel.org
 help / color / mirror / Atom feed
From: GNUtoo <GNUtoo@no-log.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: illume-image
Date: Fri, 15 Jan 2010 13:17:29 +0000	[thread overview]
Message-ID: <20100115131729.64b2f17e@no-log.org> (raw)
In-Reply-To: <19c1b8a91001142249r1301da16h6abc63071ce9acc4@mail.gmail.com>

On Thu, 14 Jan 2010 22:49:02 -0800
Khem Raj <raj.khem@gmail.com> wrote:

> But the failure can be fixed easily of you just add
> #include <stdio.h>
It also needs #include <stdio.h>
That's not the problem I had,because that part can easely be fixed
The problem was related to enlightenment includes
I retried and it couldn't find includes like:
Efreet.h,Efreet_Mime.h and Efreet_Trash.h that is to say:
/home/embedded/oetmp_bug/staging/armv6-angstrom-linux-gnueabi/usr/include/Elementary.h:81:21:
error: Efreet.h: No such file or directory
/home/embedded/oetmp_bug/staging/armv6-angstrom-linux-gnueabi/usr/include/Elementary.h:82:26:
error: Efreet_Mime.h: No such file or directory
/home/embedded/oetmp_bug/staging/armv6-angstrom-linux-gnueabi/usr/include/Elementary.h:83:27:
error: Efreet_Trash.h: No such file or directory

they live
in /home/embedded/oetmp/staging/armv6-angstrom-linux-gnueabi/usr/include/efreet
in my system...

and a quick grep show:
grep -i efreet config*
config.log:pkg_cv_ELEMENTARY_CFLAGS='-I/home/embedded/oetmp_bug/staging/armv6-angstrom-linux-gnueabi/usr/include/elementary
-I/home/embedded/oetmp_bug/staging/armv6-angstrom-linux-gnueabi/usr/include/efreet 
and it is propagated into the Makefile:
grep -i efreet Makefile*
Makefile:ELEMENTARY_CFLAGS =
-I/home/embedded/oetmp_bug/staging/armv6-angstrom-linux-gnueabi/usr/include/elementary
-I/home/embedded/oetmp_bug/staging/armv6-angstrom-linux-gnueabi/usr/include/efreet

Strange that it doesn't work...

If there is a quick fix for that or if someone fix it it would be great
but I still think that it should be removed from the image as someone
may not want a phone image(or else there is a fix: putting an override
for the phone machine feature,it could be doable because images are
machine-specific.)

Denis



  reply	other threads:[~2010-01-15 13:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-14 22:17 illume-image GNUtoo
2010-01-15  6:49 ` illume-image Khem Raj
2010-01-15 13:17   ` GNUtoo [this message]
2010-01-15  8:27 ` illume-image Koen Kooi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100115131729.64b2f17e@no-log.org \
    --to=gnutoo@no-log.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.