On Thu, 2008-06-19 at 23:31 -0300, Marco Túlio Gontijo e Silva wrote:
> Em Qui, 2008-06-19 às 22:10 +0100, Duncan Coutts escreveu:
> > On Thu, 2008-06-19 at 17:16 -0300, Marco Túlio Gontijo e Silva wrote:
> > It's looking for the pkg-config package xulrunner. We're asking
> > pkg-config if it's present and in turn, pkg-config would be looking for
> > the file /usr/lib/pkgconfig/xulrunner.pc.
> > 
> > Does the debian package xulrunner-dev provide that file? Or does it
> > provide a .pc file with a different name? One way or another we need an
> > appropriate pkg-config file so that we can find the right c flags etc.
> 
> The old debian package, which built with gtk2hs, provided:
> 
> /usr/lib/pkgconfig/xulrunner-gtkmozembed.pc
> /usr/lib/pkgconfig/xulrunner-plugin.pc
> /usr/lib/pkgconfig/xulrunner-xpcom.pc
> 
> This new one provides:
> 
> /usr/lib/pkgconfig/mozilla-plugin.pc
> /usr/lib/pkgconfig/libxul-embedding-unstable.pc
> /usr/lib/pkgconfig/mozilla-gtkmozembed.pc
> /usr/lib/pkgconfig/libxul-embedding.pc
> /usr/lib/pkgconfig/libxul-unstable.pc
> /usr/lib/pkgconfig/libxul.pc
> /usr/lib/pkgconfig/mozilla-gtkmozembed-embedding.pc
> 
> So, there's not xulrunner-gtkmozembed.pc, but there's
> mozilla-gtkmozembed.pc .  I've looked at configure.ac, and after reading
> this part of the code I thought it should check for
> mozilla-gtkmozembed.pc too:

In that case you'll need to --enable-mozilla rather than
--enable-xulrunner at configure time.


Duncan


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Gtk2hs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to