All of lore.kernel.org
 help / color / mirror / Atom feed
* gst-plugins-base tries to use host orcc
@ 2010-09-23 19:54 Michael Smith
  2010-09-23 20:18 ` Michael Smith
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Smith @ 2010-09-23 19:54 UTC (permalink / raw)
  To: openembedded-devel

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-23 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 19:54 gst-plugins-base tries to use host orcc Michael Smith
2010-09-23 20:18 ` Michael Smith
2010-09-23 21:00   ` Gary Thomas

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.