On Wed, 2008-07-23 at 22:22 -0700, Dan Kegel wrote:
> I'm trying to use ooobuild, but am stuck at
> 
> checking for libxul-xpcom ... Package libxul-xpcom was not found in
> the pkg-config search path. 

It probably tries that because of something like...

if $PKG_CONFIG --exists libxul ; then
  .. do good stuff ..
else
  PKG_CHECK_MODULES( MOZILLAXPCOM, $MOZ_FLAVOUR-xpcom )
  .. where your error comes from ..

So more than likely, if you're at the leading edge of
mozilla/firefox/xulrunner land, then you need the package that
provides /usr/lib/pkgconfig/libxul.pc, e.g. a xulrunner development
package

Otherwise, if you're not at the leading edge of moz land, then
--with-system-mozilla=xulrunner or =firefox

C.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to