Skocz do zawartości

Kłopoty Z Mplayerplug-in


nibler

Rekomendowane odpowiedzi

Witam

Niestety znowu problem.

Zacznę od tego iż zmieniłem FC4 z 32 bity na 64 i to chyba był błąd.

Zainstalowałem mplayera poleceniem :yum install mplayer, potem " yum install mplayer-gui"

niestety na próbie instalacji mplayerplug-in poległem

 

[root@localhost ~]# yum install mplayerplug-in
Setting up Install Process
Setting up repositories
livna                     100% |=========================|  951 B    00:00
updates-released          100% |=========================|  951 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
base                      100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: mplayerplug-in
Nothing to do

 

próbowałem tez instalować z rpmów, ale wtedy wyskakuje komunikat iż brak "mplayera" wymaganego przez mplayerplug-in ,ale "mplayer" jest już zainstalowany

Dzieki za pomoc

a nie wiem czy się przyda ale :

[root@localhost ~]# rpm -q mplayer
mplayer-1.0-0.lvn.0.26.pre7.4

Odnośnik do komentarza
Udostępnij na innych stronach

Spróbuj tak: ściągnij mplayerplug-in w paczce tar.gz lub bz2 . Rozpakuj, przejdź do rozpakowanego katalogu i daj kolejno ./configure , make . Nie robisz instalu. W tym katalogu będzie plik mplayerplug-in.so. Przekopiuj go do katalogu plugins mozilli lub firefoxa, możesz nawet do obydwu przeglądarek

Odnośnik do komentarza
Udostępnij na innych stronach

Witam

Assasyn zrobiłem zgodnie z tym co napisałeś, ale

[root@localhost mplayerplug-in]# ./configure
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking for mozilla-plugin... Package mozilla-plugin was not found in the pkg-config search path.
Perhaps you should add the directory containing `mozilla-plugin.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mozilla-plugin' found
configure: error: Unable to find gecko sdk

 

i tak całkiem szczerze: nigdy mi jakoś nieszło z kompilacją, więc nie bardzo wiem co dalej...

Odnośnik do komentarza
Udostępnij na innych stronach

Dobra zrobiłem jak radził Gajownik dociągnołem mozilla-devel, potem tak jak radził Asasyn

[root@localhost mplayerplug-in]# ./configure
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking for mozilla-plugin... yes
checking MOZPLUG_CFLAGS... -I/usr/include/mozilla-1.7.10/java -I/usr/include/mozilla-1.7.10/plugin -I/usr/include/mozilla-1.7.10 -I/usr/include/mozilla-1.7.10/xpcom -I/usr/include/mozilla-1.7.10/string -I/usr/include/mozilla-1.7.10/nspr
checking MOZPLUG_LIBS... -L/usr/lib64/mozilla-1.7.10 -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl
checking for gtk+-2.0... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
configure: WARNING: *** Running in X mode - Limited Features ***
checking for gthread-2.0... yes
checking GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking GTHREAD_LIBS... -pthread -lgthread-2.0 -lglib-2.0
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for egrep... grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking X11/Xlib.h usability... no
checking X11/Xlib.h presence... no
checking for X11/Xlib.h... no
checking X11/Intrinsic.h usability... no
checking X11/Intrinsic.h presence... no
checking for X11/Intrinsic.h... no
checking X11/StringDefs.h usability... no
checking X11/StringDefs.h presence... no
checking for X11/StringDefs.h... no
checking for sys/stat.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for memset... no
checking for strcasecmp... no
checking for strchr... no
checking for strdup... no
checking for strncasecmp... no
checking for strstr... no
checking for strrchr... no
checking for snprintf... no
checking for mkfifo... no
checking for dup2... no
checking for gettimeofday... no
checking for strerror... no
checking for strtol... no
checking for memmem... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking return type of signal handlers... void
checking X11/xpm.h usability... no
checking X11/xpm.h presence... no
checking for X11/xpm.h... no
checking for DPMSQueryExtension in -lXdpms... no
checking for X11/extensions/dpms.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h

 

nastepnie

[root@localhost mplayerplug-in]# make
g++ -c -Wall -g -O2   -g -O2  -DXP_UNIX -DMOZ_X11 -I/usr/include/mozilla-1.7.10/java -I/usr/include/mozilla-1.7.10/plugin -I/usr/include/mozilla-1.7.10 -I/usr/include/mozilla-1.7.10/xpcom -I/usr/include/mozilla-1.7.10/string -I/usr/include/mozilla-1.7.10/nspr   -I/usr/include/mozilla-1.7.10 -Iinclude -fPIC   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DX_ENABLED  Source/plugin.cpp
In file included from include/npplat.h:41,
                from include/pluginbase.h:41,
                from Source/plugin.h:53,
                from Source/plugin.cpp:37:
/usr/include/mozilla-1.7.10/plugin/npapi.h:119:24: error: X11/Xlib.h: Nie ma takiego pliku ani katalogu
/usr/include/mozilla-1.7.10/plugin/npapi.h:120:25: error: X11/Xutil.h: Nie ma takiego pliku ani katalogu
In file included from Source/plugin.h:55,
                from Source/plugin.cpp:37:
Source/plugin-setup.h:4:27: error: X11/Intrinsic.h: Nie ma takiego pliku ani katalogu
Source/plugin-setup.h:5:28: error: X11/StringDefs.h: Nie ma takiego pliku ani katalogu
/usr/include/mozilla-1.7.10/plugin/npapi.h:315: error: ISO C++ forbids declaration of ‘Display’ with no type
/usr/include/mozilla-1.7.10/plugin/npapi.h:315: error: expected ‘;’ before ‘*’ token
/usr/include/mozilla-1.7.10/plugin/npapi.h:316: error: ISO C++ forbids declaration of ‘Visual’ with no type
/usr/include/mozilla-1.7.10/plugin/npapi.h:316: error: expected ‘;’ before ‘*’ token
/usr/include/mozilla-1.7.10/plugin/npapi.h:317: error: ‘Colormap’ does not name a type
/usr/include/mozilla-1.7.10/plugin/npapi.h:497: error: ‘XEvent’ does not name a type
/usr/include/mozilla-1.7.10/plugin/npapi.h:507: error: ‘Region’ does not name a type
/usr/include/mozilla-1.7.10/plugin/npapi.h:705: error: ‘NPRegion’ has not been declared
/usr/include/mozilla-1.7.10/plugin/npupp.h:1031: error: ‘NPRegion’ has not been declared
include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/nsISupportsBase.h:80: warning: ‘class nsISupports’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/nsIProgrammingLanguage.h:32: warning: ‘class nsIProgrammingLanguage’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/nsIClassInfo.h:33: warning: ‘class nsIClassInfo’ has virtual functions but non-virtual destructor
Source/nsIScriptableMplayerPlugin.h:25: warning: ‘class nsIScriptableWMPPlugin’ has virtual functions but non-virtual destructor
Source/nsIScriptableMplayerPlugin.h:120: warning: ‘class nsIScriptableMplayerPlugin’ has virtual functions but non-virtual destructor
Source/nsScriptablePeer.h:56: warning: ‘class nsClassInfoMixin’ has virtual functions but non-virtual destructor
Source/plugin-setup.h:109: error: ‘Widget’ does not name a type
Source/plugin-setup.h:169: error: variable or field ‘DrawUI’ declared void
Source/plugin-setup.h:169: error: ‘Widget’ was not declared in this scope
Source/plugin-setup.h:169: error: expected primary-expression before ‘*’ token
Source/plugin-setup.h:169: error: ‘instance’ was not declared in this scope
Source/plugin-setup.h:169: error: expected primary-expression before ‘char’
Source/plugin-setup.h:170: error: expected primary-expression before ‘int’
Source/plugin-setup.h:170: error: expected primary-expression before ‘int’
Source/plugin-setup.h:170: error: initializer expression list treated as compound expression
Source/plugin-setup.h:171: warning: ‘FreeUI’ initialized and declared ‘extern’
Source/plugin-setup.h:171: error: variable or field ‘FreeUI’ declared void
Source/plugin-setup.h:171: error: ‘Display’ was not declared in this scope
Source/plugin-setup.h:171: error: ‘dpy’ was not declared in this scope
Source/plugin-setup.h:171: error: expected primary-expression before ‘*’ token
Source/plugin-setup.h:171: error: ‘instance’ was not declared in this scope
Source/plugin-setup.h:171: error: initializer expression list treated as compound expression
Source/plugin-setup.h:172: warning: ‘RedrawCB’ initialized and declared ‘extern’Source/plugin-setup.h:172: error: variable or field ‘RedrawCB’ declared void
Source/plugin-setup.h:172: error: ‘Widget’ was not declared in this scope
Source/plugin-setup.h:172: error: ‘XtPointer’ was not declared in this scope
Source/plugin-setup.h:173: error: ‘XtPointer’ was not declared in this scope
Source/plugin-setup.h:173: error: initializer expression list treated as compound expression
Source/plugin-setup.h:205: error: ‘XEvent’ has not been declared
Source/plugin.h:158: error: ‘Window’ does not name a type
Source/plugin.h:159: error: ‘Window’ does not name a type
Source/plugin.h:160: error: ISO C++ forbids declaration of ‘Display’ with no type
Source/plugin.h:160: error: expected ‘;’ before ‘*’ token
Source/plugin.h:161: error: ‘Widget’ does not name a type
Source/plugin.h:268: error: ISO C++ forbids declaration of ‘XFontStruct’ with no type
Source/plugin.h:268: error: expected ‘;’ before ‘*’ token
Source/plugin.h:269: error: ‘Pixmap’ does not name a type
Source/plugin.h:270: error: ‘Pixmap’ does not name a type
Source/plugin.h:271: error: ‘Pixmap’ does not name a type
Source/plugin.h:272: error: ‘Pixmap’ does not name a type
Source/plugin.h:273: error: ‘Pixmap’ does not name a type
Source/plugin.h:274: error: ‘Pixmap’ does not name a type
Source/plugin.h:275: error: ‘Pixmap’ does not name a type
Source/plugin.h:276: error: ‘Pixmap’ does not name a type
Source/plugin.h:277: error: ‘Pixmap’ does not name a type
Source/plugin.h:278: error: ‘Pixmap’ does not name a type
/usr/include/mozilla-1.7.10/nsIServiceManager.h:40: warning: ‘class nsIServiceManager’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/nsIComponentManager.h:27: warning: ‘class nsIComponentManager’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/nsCOMPtr.h:332: warning: ‘class nsCOMPtr_helper’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/nsCOMPtr.h: In instantiation of ‘nsDerivedSafe<nsISupports>’:
/usr/include/mozilla-1.7.10/nsCOMPtr.h:1392:   instantiated from here
/usr/include/mozilla-1.7.10/nsCOMPtr.h:197: warning: ‘class nsDerivedSafe<nsISupports>’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/nsIFactory.h:31: warning: ‘class nsIFactory’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/xpcom/nsIComponentManagerObsolete.h:33: warning: ‘class nsIComponentManagerObsolete’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/xpcom/nsComponentManagerUtils.h:44: warning: ‘class nsCreateInstanceByCID’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/xpcom/nsComponentManagerUtils.h:63: warning: ‘class nsCreateInstanceByContractID’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/xpcom/nsIServiceManagerObsolete.h:77: warning: ‘class nsIServiceManagerObsolete’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/xpcom/nsIServiceManagerUtils.h:48: warning: ‘class nsGetServiceByCID’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/nsCOMPtr.h: In instantiation of ‘nsDerivedSafe<nsIServiceManager>’:
/usr/include/mozilla-1.7.10/xpcom/nsIServiceManagerUtils.h:70:   instantiated from here
/usr/include/mozilla-1.7.10/nsCOMPtr.h:197: warning: ‘class nsDerivedSafe<nsIServiceManager>’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/xpcom/nsIServiceManagerUtils.h:81: warning: ‘class nsGetServiceByContractID’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/xpcom/nsIServiceManagerUtils.h:114: warning: ‘class nsGetServiceFromCategory’ has virtual functions but non-virtual destructor
/usr/include/mozilla-1.7.10/nsIMemory.h:54: warning: ‘class nsIMemory’ has virtual functions but non-virtual destructor
Source/plugin.cpp: In constructor ‘nsPluginInstance::nsPluginInstance(NPP_t*)’:
Source/plugin.cpp:187: error: ‘widget’ was not declared in this scope
Source/plugin.cpp:188: error: ‘display’ was not declared in this scope
Source/plugin.cpp:189: error: ‘window’ was not declared in this scope
Source/plugin.cpp:190: error: ‘player_window’ was not declared in this scope
Source/plugin.cpp:226: error: ‘font’ was not declared in this scope
Source/plugin.cpp:227: error: ‘logo’ was not declared in this scope
Source/plugin.cpp:227: error: ‘Pixmap’ was not declared in this scope
Source/plugin.cpp:227: error: expected `;' before ‘__null’
Source/plugin.cpp:228: error: ‘logomask’ was not declared in this scope
Source/plugin.cpp:228: error: expected `;' before ‘__null’
Source/plugin.cpp:229: error: ‘progress_left’ was not declared in this scope
Source/plugin.cpp:229: error: expected `;' before ‘__null’
Source/plugin.cpp:230: error: ‘progress_leftmask’ was not declared in this scopeSource/plugin.cpp:230: error: expected `;' before ‘__null’
Source/plugin.cpp:231: error: ‘progress_middle’ was not declared in this scope
Source/plugin.cpp:231: error: expected `;' before ‘__null’
Source/plugin.cpp:232: error: ‘progress_middlemask’ was not declared in this scope
Source/plugin.cpp:232: error: expected `;' before ‘__null’
Source/plugin.cpp:233: error: ‘progress_right’ was not declared in this scope
Source/plugin.cpp:233: error: expected `;' before ‘__null’
Source/plugin.cpp:234: error: ‘progress_rightmask’ was not declared in this scope
Source/plugin.cpp:234: error: expected `;' before ‘__null’
Source/plugin.cpp:235: error: ‘progress_fill’ was not declared in this scope
Source/plugin.cpp:235: error: expected `;' before ‘__null’
Source/plugin.cpp:236: error: ‘progress_fillmask’ was not declared in this scopeSource/plugin.cpp:236: error: expected `;' before ‘__null’
Source/plugin.cpp: In member function ‘virtual void nsPluginInstance::shut()’:
Source/plugin.cpp:327: error: ‘Display’ was not declared in this scope
Source/plugin.cpp:327: error: expected primary-expression before ‘)’ token
Source/plugin.cpp:327: error: ‘FreeUI’ cannot be used as a function
Source/plugin.cpp: In member function ‘virtual NPError nsPluginInstance::SetWindow(NPWindow*)’:
Source/plugin.cpp:561: error: ‘GC’ was not declared in this scope
Source/plugin.cpp:561: error: expected `;' before ‘black_gc’
Source/plugin.cpp:562: error: ‘XGCValues’ was not declared in this scope
Source/plugin.cpp:562: error: expected `;' before ‘values’
Source/plugin.cpp:582: error: ‘Window’ was not declared in this scope
Source/plugin.cpp:582: error: expected `)' before ‘window’
Source/plugin.cpp:585: error: ‘window’ was not declared in this scope
Source/plugin.cpp:585: error: cast from ‘void*’ to ‘unsigned int’ loses precision
Source/plugin.cpp:593: error: ‘values’ was not declared in this scope
Source/plugin.cpp:594: error: ‘struct NPSetWindowCallbackStruct’ has no member named ‘display’
Source/plugin.cpp:594: error: ‘struct NPSetWindowCallbackStruct’ has no member named ‘display’
Source/plugin.cpp:594: error: ‘DefaultScreen’ was not declared in this scope
Source/plugin.cpp:594: error: ‘BlackPixel’ was not declared in this scope
Source/plugin.cpp:595: error: ‘black_gc’ was not declared in this scope
Source/plugin.cpp:596: error: ‘struct NPSetWindowCallbackStruct’ has no member named ‘display’
Source/plugin.cpp:596: error: ‘Window’ was not declared in this scope
Source/plugin.cpp:596: error: ‘GCForeground’ was not declared in this scope
Source/plugin.cpp:597: error: ‘XCreateGC’ was not declared in this scope
Source/plugin.cpp:601: error: ‘struct NPSetWindowCallbackStruct’ has no member named ‘display’
Source/plugin.cpp:601: error: expected `)' before ‘aWindow’
Source/plugin.cpp:602: error: ‘XDrawString’ was not declared in this scope
Source/plugin.cpp:603: error: ‘struct NPSetWindowCallbackStruct’ has no member named ‘display’
Source/plugin.cpp:603: error: ‘XFreeGC’ was not declared in this scope
Source/plugin.cpp:610: error: cast from ‘void*’ to ‘unsigned int’ loses precision
Source/plugin.cpp:616: error: ‘widget’ was not declared in this scope
Source/plugin.cpp:617: error: ‘Display’ was not declared in this scope
Source/plugin.cpp:617: error: expected primary-expression before ‘)’ token
Source/plugin.cpp:618: error: ‘Window’ was not declared in this scope
Source/plugin.cpp:618: error: ‘XtWindowToWidget’ was not declared in this scope
Source/plugin.cpp:620: error: ‘ExposureMask’ was not declared in this scope
Source/plugin.cpp:621: error: ‘XtEventHandler’ was not declared in this scope
Source/plugin.cpp:621: error: ‘XtAddEventHandler’ was not declared in this scopeSource/plugin.cpp:623: error: ‘display’ was not declared in this scope
Source/plugin.cpp:623: error: ‘struct NPSetWindowCallbackStruct’ has no member named ‘display’
Source/plugin.cpp:627: error: ‘window’ was not declared in this scope
Source/plugin.cpp:627: error: expected `;' before ‘aWindow’
Source/plugin.cpp: In member function ‘virtual NPError nsPluginInstance::DestroyStream(NPStream*, NPError)’:
Source/plugin.cpp:1121: error: ‘widget’ was not declared in this scope
Source/plugin.cpp:1121: error: ‘DrawUI’ cannot be used as a function
Source/plugin.cpp: In member function ‘virtual int32 nsPluginInstance::Write(NPStream*, int32, int32, void*)’:
Source/plugin.cpp:1498: error: ‘widget’ was not declared in this scope
Source/plugin.cpp:1501: error: ‘DrawUI’ cannot be used as a function
Source/plugin.cpp:1522: error: ‘widget’ was not declared in this scope
Source/plugin.cpp:1525: error: ‘DrawUI’ cannot be used as a function
make: *** [plugin.o] Błąd 1

 

cóz na końcu wyskoczyło że jakiś błąd, ja szczezrze naprawdę nic z tego nie rozumię, a w katalogu niestety nie znlazłem pliku "mplayerplug-in.so. "

 

więc na dziś chyba to wszytko :(

Odnośnik do komentarza
Udostępnij na innych stronach

Widzisz, nie bardzo wiem o co Ci chodzi, jestem raczej bardzo poczatkujący, jak dotąd używałem yuma ( w wersji 32 bitowej) do instalowania większości potrzebnych mi rzeczy i nie było problemu. Do playerplug-i w popstaci tar. gz nie znalazłem czegos dedykowanego spacjanie pod x86_64, owszem jako rpm tak, ale to się nie instaluje, nie wiem czemu ale nie widzi zainstalowanego już mplayera.

Reasumując zmiana z 32 na 64 jakoś mi na dobre nie wyszła :(

 

Pozdrawiam

Odnośnik do komentarza
Udostępnij na innych stronach

w popstaci tar. gz nie znalazłem czegos dedykowanego spacjanie pod x86_64

 

Źródła są niezależne od architektury!

 

Mplayerplug-in instalowałem dwa dni temu i zainstalowałem z sukcesem. Nie wiem po co ściągałeś potęzny pakiet Mozilla Devel - ile to ma 50 MB?? Ściągnij sobie GECKO-SDK w wersji 1.6 (Z wersją 1.7 też się skompiluje, ale plugin nie będzie działał). NAstępnie jest z górki - gecko-sdk nie trzeba kompilować, tylko zgrywasz do jakiegoś ludzkiego katalogu (oczywiście rozpakowane). Ja sobie wrzuciłem do /usr/local/gecko-sdk-1.6

 

No i teraz kompilujesz mplayerplug-in:

1. ./configure --enable-x86_64 --with-gecko-sdk=/usr/local/gecko-sdk-1.6 --enable-wmp --enable-qt --enable-rm --enable-gmp

2. make

 

Teraz tak: miast robić make install kopiujesz pliki:

1. *.so do ścieżka_do_firefoxa/plugins

2. *.xpt do ścieżka_do_firefoxa/components

 

Restartujesz Firefoxa i np: http://media.putfile.com/mandaryna2 - Słuchasz Mandaryny ;)

 

Pozdro,

Bergo

Odnośnik do komentarza
Udostępnij na innych stronach

Witam

Powiem tak, dociągnołem gecko sdk-1.6, nastepnie kompilacja mplayeraplug-in

./configure --enable-x86_64 --with-gecko-sdk=/usr/local/gecko-sdk-1.6 --enable-wmp --enable-qt --enable-rm --enable-gmp

otrzymałem na końcu cos takiego

config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged

 

a po make , cóż duuuużo tekstu z dobrze mi znaną końcówką

make: *** [plugin.o] Błąd 1

 

no i niestety wracam do punktu wyjścia,albo raczej wrócę do wersji 32 bitowej :(

Dzięki za pomoc

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...