Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by George Sherwood (292a7f9e7d77105c79938a66282c13e69f097bb0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by George Sherwood (292a7f9e7d77105c79938a66282c13e69f097bb0)
  • Date: Wed, 7 Mar 2007 19:45:29 +0100

On Mon, Mar 05, 2007 at 12:47:00PM -0800, Eric Sandall wrote:
> Quoting Eric Sandall <eric AT sandall.us>:
>
> > Quoting George Sherwood <pilot AT beernabeer.com>:
> > <snip>
> >> I know, I just wasn't sure if it was worth it. I only saw the problem
> >> reported one time and I have never seen it myself when using firefox as
> >> a GECKO provider. Guess no good answer, I can see it both ways.
> >
> > Currently I'm trying the fix on my stable grimoire box as
> > mplayerplug-in could not find firefox-plugin (nor seamonkey-plugin or
> > xulrunner-plugin, but I do not have the latter two installed). I
> > assume that the sedit fixes this problem, but will report back on
> > whether it does or not.
>
> Now mplayerplug-in can find the firefox-plugin headers during
> ./configure, but when building, it cannot find nsISupports.h (which is
> in /usr/include/firefox/xpcom). I am not sure if this is the correct
> fix, but I got mplayerplug-in to compile by adding
> "-I${includedir}/xpcom" to the Cflags variable in
> /usr/lib/pkgconfig/firefox-plugin.pc.

That looks to me as if the nspr requirement is simply wrong in
firefox-plugin.pc, it used to be (and still is in all other geckos)
firefox-xpcom, which would have included the above.
Or it's mplayerplug-in that just assumes that xpcom is included by
-plugin, does the missing header get included from a firefox file or a
mplayerplug-in file? If it's mplayerplug-in, adding firefox-xpcom to the
pkgconfig lookup should fix that.

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page