View previous topic :: View next topic |
Author |
Message |
sirocco
Joined: 17 Jun 2006 Posts: 5
|
Posted: Mon Nov 24, 2008 12:01 am Post subject: mplayerplug-in and firefox3 |
|
|
Hi,
Since I moved to firefox3 I'm unable to use mplayerplug-in.
I've pas one step after the install of xulrunner but I'm still stuck with xpidl.
Code: |
configure: Determining mozilla/firefox packages to build against
checking for mozilla-plugin mozilla-xpcom... configure: WARNING: mozilla-plugin not found
checking for firefox-plugin firefox-xpcom... configure: WARNING: firefox-plugin not found
checking for seamonkey-plugin seamonkey-xpcom... configure: WARNING: seamonkey-plugin not found
checking for xulrunner-plugin xulrunner-xpcom... configure: WARNING: xulrunner-plugin not found
checking for libxul... yes
checking MOZPLUG_CFLAGS... -fshort-wchar -I/usr/include/xulrunner-1.9.0.4/stable
checking MOZPLUG_LIBS... -L/usr/lib/xulrunner-devel-1.9.0.4/lib -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl
checking for xpidl... no
configure: error: xpidl compiler not found
|
Do someone successfully installed mplayerplug-in ?
Thanks for your help |
|
Back to top |
|
 |
sbarbi
Joined: 05 Nov 2008 Posts: 9
|
Posted: Mon Nov 24, 2008 10:29 am Post subject: |
|
|
Install libIDL module and try again |
|
Back to top |
|
 |
sirocco
Joined: 17 Jun 2006 Posts: 5
|
Posted: Mon Nov 24, 2008 7:19 pm Post subject: |
|
|
Unfortunately libIDL is already installed. |
|
Back to top |
|
 |
sbarbi
Joined: 05 Nov 2008 Posts: 9
|
Posted: Tue Nov 25, 2008 7:28 am Post subject: |
|
|
https://developer.mozilla.org/En/XPIDL:xpidl
Code: | xpidl is based on the libIDL idl compiler from the Gnome project. |
The version of libIDL in the lunar modules is 0.8.10 but the last version is 0.8.11, tries to update this or create a new module for xpdl, today i try compile mplayer and report my experience. |
|
Back to top |
|
 |
sirocco
Joined: 17 Jun 2006 Posts: 5
|
Posted: Tue Nov 25, 2008 8:14 pm Post subject: |
|
|
I've upgraded libIDL to the latest release but same results.
Then I've updated the BUILD file with GECKO_XPIDL and MOZILLA_HOME and it started to compile.
BUILD
Code: |
(
export GECKO_XPIDL="/usr/lib/xulrunner-devel-$(module_version xulrunner)"
# Find the oldest gecko on a machine and use it as base
if module_installed seamonkey ; then
export MOZILLA_HOME="/usr/lib/seamonkey-$(module_version seamonkey)"
elif module_installed firefox2 ; then
export MOZILLA_HOME="/usr/lib/firefox-$(module_version firefox2)"
elif module_installed firefox ; then
export MOZILLA_HOME="/usr/lib/firefox-$(module_version firefox)"
fi &&
OPTS="$OPTS \
--enable-gmp \
--with-mozilla-home=$MOZILLA_HOME" &&
default_build
) > $C_FIFO 2>&1
|
But then many many compile errors ...
Code: | Source/nsIScriptableMplayerPlugin.h:28:60: error: macro "NS_DEFINE_STATIC_IID_ACCESSOR" requires 2 arguments, but only 1 given |
|
|
Back to top |
|
 |
Moe
Joined: 09 Apr 2006 Posts: 6 Location: Berlin, Germany
|
Posted: Sat Dec 06, 2008 10:36 pm Post subject: |
|
|
Please don't use mplayerplug-in anymore. Use gecko-mediaplayer instead. Thank you. |
|
Back to top |
|
 |
sirocco
Joined: 17 Jun 2006 Posts: 5
|
Posted: Sun Dec 07, 2008 1:46 am Post subject: |
|
|
Thanks Moe
gecko-mediaplayer works fine ! |
|
Back to top |
|
 |
|