mplayerplug-in and firefox3

 
Post new topic   Reply to topic    Lunar-Linux Forum Index -> Installing Modules
View previous topic :: View next topic  
Author Message
sirocco



Joined: 17 Jun 2006
Posts: 5

PostPosted: Mon Nov 24, 2008 12:01 am    Post subject: mplayerplug-in and firefox3 Reply with quote

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
View user's profile Send private message
sbarbi



Joined: 05 Nov 2008
Posts: 9

PostPosted: Mon Nov 24, 2008 10:29 am    Post subject: Reply with quote

Install libIDL module and try again
Back to top
View user's profile Send private message
sirocco



Joined: 17 Jun 2006
Posts: 5

PostPosted: Mon Nov 24, 2008 7:19 pm    Post subject: Reply with quote

Unfortunately libIDL is already installed.
Back to top
View user's profile Send private message
sbarbi



Joined: 05 Nov 2008
Posts: 9

PostPosted: Tue Nov 25, 2008 7:28 am    Post subject: Reply with quote

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
View user's profile Send private message
sirocco



Joined: 17 Jun 2006
Posts: 5

PostPosted: Tue Nov 25, 2008 8:14 pm    Post subject: Reply with quote

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
View user's profile Send private message
Moe



Joined: 09 Apr 2006
Posts: 6
Location: Berlin, Germany

PostPosted: Sat Dec 06, 2008 10:36 pm    Post subject: Reply with quote

Please don't use mplayerplug-in anymore. Use gecko-mediaplayer instead. Thank you.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sirocco



Joined: 17 Jun 2006
Posts: 5

PostPosted: Sun Dec 07, 2008 1:46 am    Post subject: Reply with quote

Thanks Moe
gecko-mediaplayer works fine !
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Lunar-Linux Forum Index -> Installing Modules All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group