Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-24-2004, 10:54 PM
|
#1
|
Member
Registered: Sep 2004
Distribution: Arch 0.7.1 (Noodle)
Posts: 128
Rep:
|
mplayer doesn't install in Slackware 10
I have mplayer installed and want to stream videos in Mozilla. When I tried to install the mplayer-plugin, it didn't seem to install the plugin. I go to Help > About Plugins and I don't see the plugin on there. Help?
|
|
|
10-24-2004, 11:08 PM
|
#2
|
LQ Newbie
Registered: Oct 2004
Location: Canada
Distribution: Slackware
Posts: 16
Rep:
|
give a look at this web site:
http://www.mplayerhq.hu/homepage/design7/projects.html
It's somewhre in the middle....
Last edited by SlackDude; 10-24-2004 at 11:09 PM.
|
|
|
10-25-2004, 08:51 AM
|
#3
|
Member
Registered: Sep 2004
Distribution: Arch 0.7.1 (Noodle)
Posts: 128
Original Poster
Rep:
|
I don't know what's wrong. I still can't get it working.
|
|
|
10-25-2004, 09:36 AM
|
#4
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
try compiling from source, get the current package from MPlayers website.
|
|
|
10-25-2004, 09:46 AM
|
#5
|
Member
Registered: Sep 2004
Distribution: Arch 0.7.1 (Noodle)
Posts: 128
Original Poster
Rep:
|
I tried building the plugin from source but I get this when I try to make it:
Quote:
Source/nsScriptablePeer.h:129: error: parse error before `)' token
Source/nsScriptablePeer.h:129: error: parse error before `)' token
Source/nsScriptablePeer.h:129: error: parse error before `)' token
Source/nsScriptablePeer.h:129: error: parse error before `)' token
Source/nsScriptablePeer.h:129: error: parse error before `char'
Source/nsScriptablePeer.h:129: error: parse error before `*' token
Source/nsScriptablePeer.h:129: error: parse error before `*' token
Source/nsScriptablePeer.h:129: error: parse error before `*' token
Source/nsScriptablePeer.h:129: error: parse error before `*' token
Source/nsScriptablePeer.h:129: error: parse error before `char'
Source/nsScriptablePeer.h:129: error: parse error before `*' token
Source/nsScriptablePeer.h:129: error: parse error before `)' token
Source/nsScriptablePeer.h:129: error: parse error before `*' token
Source/nsScriptablePeer.h:129: error: parse error before `)' token
Source/nsScriptablePeer.h:129: error: parse error before `*' token
Source/nsScriptablePeer.h:129: error: parse error before `)' token
Source/nsScriptablePeer.h:129: error: parse error before `*' token
Source/nsScriptablePeer.h:129: error: parse error before `*' token
Source/plugin.cpp:38:31: nsIServiceManager.h: No such file or directory
Source/plugin.cpp:39:23: nsIMemory.h: No such file or directory
Source/plugin.cpp:40:76: nsISupportsUtils.h: No such file or directory
Source/plugin.cpp:54: error: syntax error before `*' token
Source/plugin.cpp: In function `NPError NS_PluginInitialize()':
Source/plugin.cpp:79: error: `nsISupports' undeclared (first use this function)
Source/plugin.cpp:79: error: (Each undeclared identifier is reported only once
for each function it appears in.)
Source/plugin.cpp:79: error: `sm' undeclared (first use this function)
Source/plugin.cpp:88: error: `nsIServiceManager' undeclared (first use this
function)
Source/plugin.cpp:88: error: `NS_GET_IID' undeclared (first use this function)
Source/plugin.cpp:89: error: `gServiceManager' undeclared (first use this
function)
Source/plugin.cpp:90: error: `NS_RELEASE' undeclared (first use this function)
Source/plugin.cpp: In function `void NS_PluginShutdown()':
Source/plugin.cpp:99: error: `NS_IF_RELEASE' undeclared (first use this
function)
Source/plugin.cpp: In constructor `nsPluginInstance::nsPluginInstance(NPP_t*)':
Source/plugin.cpp:141: error: `AddRef' undeclared (first use this function)
Source/plugin.cpp: In destructor `virtual nsPluginInstance::~nsPluginInstance()
':
Source/plugin.cpp:280: error: `Release' undeclared (first use this function)
Source/plugin.cpp:281: error: `NS_IF_RELEASE' undeclared (first use this
function)
Source/plugin.cpp: In member function `virtual NPError
nsPluginInstance::GetValue(NPPVariable, void*)':
Source/plugin.cpp:2227: error: cannot convert `nsScriptablePeer*' to `
nsIScriptableMplayerPlugin*' in initialization
Source/plugin.cpp:2229: error: parse error before `)' token
Source/plugin.cpp:2236: error: ISO C++ forbids declaration of `nsIID' with no
type
Source/plugin.cpp:2236: error: parse error before `=' token
Source/plugin.cpp:2236: warning: unused variable `int nsIID'
Source/plugin.cpp:2237: error: `nsIID' undeclared (first use this function)
Source/plugin.cpp:2237: error: `ptr' undeclared (first use this function)
Source/plugin.cpp:2237: error: parse error before `)' token
Source/plugin.cpp:2239: error: `scriptableIID' undeclared (first use this
function)
Source/plugin.cpp:2240: error: parse error before `)' token
Source/plugin.cpp:2236: warning: enumeration value `NPPVpluginNameString' not
handled in switch
Source/plugin.cpp:2236: warning: enumeration value `NPPVpluginDescriptionString
' not handled in switch
Source/plugin.cpp:2236: warning: enumeration value `NPPVpluginWindowBool' not
handled in switch
Source/plugin.cpp:2236: warning: enumeration value `NPPVpluginTransparentBool'
not handled in switch
Source/plugin.cpp:2236: warning: enumeration value `NPPVjavaClass' not handled
in switch
Source/plugin.cpp:2236: warning: enumeration value `NPPVpluginWindowSize' not
handled in switch
Source/plugin.cpp:2236: warning: enumeration value `NPPVpluginTimerInterval'
not handled in switch
Source/plugin.cpp:2236: warning: enumeration value `
NPPVjavascriptPushCallerBool' not handled in switch
Source/plugin.cpp:2236: warning: enumeration value `
NPPVpluginKeepLibraryInMemory' not handled in switch
Source/plugin.cpp:2236: warning: enumeration value `NPPVpluginNeedsXEmbed' not
handled in switch
Source/plugin.cpp: At global scope:
Source/plugin.cpp:2244: error: parse error before `break'
Source/plugin.cpp: In member function `nsScriptablePeer*
nsPluginInstance::getScriptablePeer()':
Source/plugin.cpp:2265: error: `NS_ADDREF' undeclared (first use this function)
Source/plugin.cpp: In member function `nsControlsScriptablePeer*
nsPluginInstance::getControlsScriptablePeer()':
Source/plugin.cpp:2279: error: `NS_ADDREF' undeclared (first use this function)
make: *** [plugin.o] Error 1
|
|
|
|
10-25-2004, 11:23 AM
|
#6
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
I've just tried doing the same on Slack 10 and get the same error, I don't know whether there is something about Slack causing this problem.
|
|
|
10-25-2004, 12:01 PM
|
#7
|
LQ Newbie
Registered: Oct 2004
Location: Canada
Distribution: Slackware
Posts: 16
Rep:
|
What plug in are u trying to intsall?
|
|
|
10-25-2004, 01:18 PM
|
#8
|
Member
Registered: Sep 2004
Distribution: Arch 0.7.1 (Noodle)
Posts: 128
Original Poster
Rep:
|
mplayerplug-in-2.70.tar.gz
|
|
|
10-31-2004, 01:25 AM
|
#9
|
LQ Newbie
Registered: Oct 2004
Location: Canada
Distribution: Slackware
Posts: 16
Rep:
|
I'm not very sure about the error since I don't use mplayer plug ins.
But, read about it, maybe u are missing some required packeges or something.
|
|
|
10-31-2004, 03:47 AM
|
#10
|
Member
Registered: Aug 2004
Location: Europe
Posts: 608
Rep:
|
Quote:
Source/plugin.cpp:38:31: nsIServiceManager.h: No such file or directory
Source/plugin.cpp:39:23: nsIMemory.h: No such file or directory
Source/plugin.cpp:40:76: nsISupportsUtils.h: No such file or directory
|
You need to install mozilla development packages.
|
|
|
10-31-2004, 04:27 AM
|
#11
|
Member
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464
Rep:
|
MPlayer Plugin may need some devel stuff.
If you can't get it figured out, try "mozplugger".
http://mozplugger.mozdev.org/
Download and extract the tarball, then enter the mozplugger directory
and do:
make linux
Then there are a couple files to move around.
The readme has instructions.
By default it seems to work well with Apple Quicktime and WMV.
You can set it up for Real I think, but I haven't messed with it.
Last edited by auditek747; 10-31-2004 at 04:29 AM.
|
|
|
10-31-2004, 08:58 AM
|
#12
|
Member
Registered: Sep 2004
Distribution: Arch 0.7.1 (Noodle)
Posts: 128
Original Poster
Rep:
|
I've tried that, but it still can't find a plugin to stream anything.
|
|
|
All times are GMT -5. The time now is 11:17 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|