Cau, chtel bych rozjet Mplayer plugin v Opere...nasel jsem navod (
http://www.opera.com/linux/docs/plugins/install/#mplayer ) bohuzel se nedostanu pres kompilaci, ktera nahlasi :
closer@CloseR-PC:~/mplayerplug-in$ makeg++ -c -o plugin.o -Wall -g -O2 -g -O2 -DXP_UNIX -DMOZ_X11 -I/home/closer/gecko-sdk -I/home/closer/gecko-sdk/xpcom/include -I/home/closer/gecko-sdk/nspr/include -I/home/closer/gecko-sdk/string/include -I/home/closer/gecko-sdk/plugin/include -I/home/closer/gecko-sdk/java/include -DGECKOSDK_ENABLED -Iinclude -fPIC -DXPCOM_GLUE -DMOZILLA_STRICT_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED Source/plugin.cpp
In file included from Source/plugin.h:55,
from Source/plugin.cpp:37:
Source/plugin-setup.h:4:27: error: X11/Intrinsic.h: No such file or directory
Source/plugin-setup.h:5:28: error: X11/StringDefs.h: No such file or directory
include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor
/home/closer/gecko-sdk/xpcom/include/nsISupportsBase.h:80: warning: ‘class nsISupports’ 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
/home/closer/gecko-sdk/xpcom/include/nsIProgrammingLanguage.h:32: warning: ‘class nsIProgrammingLanguage’ has virtual functions but non-virtual destructor
/home/closer/gecko-sdk/xpcom/include/nsIClassInfo.h:33: warning: ‘class nsIClassInfo’ 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:132: error: ‘Widget’ does not name a type
Source/plugin-setup.h:203: error: variable or field ‘DrawUI’ declared void
Source/plugin-setup.h:203: error: ‘Widget’ was not declared in this scope
Source/plugin-setup.h:203: error: expected primary-expression before ‘*’ token
Source/plugin-setup.h:203: error: ‘instance’ was not declared in this scope
Source/plugin-setup.h:203: error: expected primary-expression before ‘char’
Source/plugin-setup.h:204: error: expected primary-expression before ‘int’
Source/plugin-setup.h:204: error: expected primary-expression before ‘int’
Source/plugin-setup.h:204: error: initializer expression list treated as compound expression
Source/plugin-setup.h:206: warning: ‘RedrawCB’ initialized and declared ‘extern’
Source/plugin-setup.h:206: error: variable or field ‘RedrawCB’ declared void
Source/plugin-setup.h:206: error: ‘Widget’ was not declared in this scope
Source/plugin-setup.h:206: error: ‘XtPointer’ was not declared in this scope
Source/plugin-setup.h:207: error: ‘XtPointer’ was not declared in this scope
Source/plugin-setup.h:207: error: initializer expression list treated as compound expression
Source/plugin.h:173: error: ‘Widget’ does not name a type
/home/closer/gecko-sdk/xpcom/include/nsIServiceManager.h:40: warning: ‘class nsIServiceManager’ has virtual functions but non-virtual destructor
/home/closer/gecko-sdk/xpcom/include/nsIMemory.h:54: warning: ‘class nsIMemory’ has virtual functions but non-virtual destructor
Source/plugin.cpp: In function ‘NPError NS_PluginInitialize()’:
Source/plugin.cpp:101: warning: dereferencing type-punned pointer will break strict-aliasing rules
Source/plugin.cpp: In constructor ‘nsPluginInstance::nsPluginInstance(NPP_t*)’:
Source/plugin.cpp:207: error: ‘widget’ was not declared in this scope
make: *** [plugin.o] Error 1bohuzel...predpokladam, ze tam chybi nejake baliky...mohli byste mi zkusit poradit ktere? tady je vypis po
./configure --with-gecko-sdk=/home/closer/gecko-sdk --enable-gtk2closer@CloseR-PC:~/mplayerplug-in$ ./configure --with-gecko-sdk=/home/closer/gecko-sdk --enable-gtk2
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for GTK24... yes
checking for GTHREAD... yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
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... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
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... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for memset... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strrchr... yes
checking for snprintf... yes
checking for mkfifo... yes
checking for dup2... yes
checking for gettimeofday... yes
checking for strerror... yes
checking for strtol... yes
checking for mkdir... yes
checking for setlocale... yes
checking for memmem... yes
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 locale.h usability... yes
checking locale.h presence... yes
checking for locale.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... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile
config.status: creating install.sh
config.status: creating uninstall.sh
config.status: creating config.h
config.status: config.h is unchangedDíky, moc by me potesilo to v Opere rozjet...

BTW : Jestli to je vubec mozne rozjet, nebylo by marne z toho udelat HOWTO tady na foru...urcite to chteji vseci