From: Michael Smith <msmith@cbnco.com>
To: openembedded-devel <openembedded-devel@lists.openembedded.org>
Subject: gst-plugins-base tries to use host orcc
Date: Thu, 23 Sep 2010 15:54:00 -0400 [thread overview]
Message-ID: <4C9BB058.4050407@cbnco.com> (raw)
Hi,
gst-plugins-base-0.10.30 fails to build because common/m4/orc.m4 uses
"pkg-config --variable=orcc orc-0.4" to get the path to orcc, instead of
just using "orcc" in the path.
tmp/sysroots/i486-oe-linux/lib/pkgconfig/orc-0.4.pc has:
exec_prefix=
toolsdir=${exec_prefix}/bin
orcc=${toolsdir}/orcc
so Make ends up calling /bin/orcc, which doesn't exist.
For orc-native, tmp/sysroots/x86_64-linux/lib/pkgconfig/orc-0.4.pc has:
exec_prefix=/..../tmp/sysroots/x86_64-linux
but I don't know how to make pkg-config use this pc file when looking
for orcc, or if it even should. Has anybody else run into this?
Mike
next reply other threads:[~2010-09-23 19:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-23 19:54 Michael Smith [this message]
2010-09-23 20:18 ` gst-plugins-base tries to use host orcc Michael Smith
2010-09-23 21:00 ` Gary Thomas
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=4C9BB058.4050407@cbnco.com \
--to=msmith@cbnco.com \
--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.