Mplayerplug-in with Opera issues

I am sorry to come up with this again, but I really don't like mozplugger in Opera.
I have used the existent PKGBUILD to mplayer-plugin, and I have modified it a bit. It looks like this:
# $Id: PKGBUILD,v 1.20 2005/12/07 05:54:24 alexander Exp $
# Mantainer: Roberto Carvajal <[email protected]>
pkgname=mplayer-plugin
pkgver=3.16
pkgrel=1
pkgdesc="mplayerplug-in is a browser plugin that uses mplayer to play videos from websites."
url="http://mplayerplug-in.sourceforge.net/"
depends=('mplayer' 'nspr' 'gtk2' 'mozilla-common')
source=(http://mesh.dl.sourceforge.net/sourceforge/mplayerplug-in/mplayerplug-in-3.17.tar.gz)
build() {
[ "MOZ_PLUGIN_PATH" = "" ] && . /etc/profile.d/mozilla-common.sh
cd $startdir/src/mplayerplug-in
export CFLAGS="${CFLAGS} -DMOZILLA_STRICT_API"
./configure --prefix=/opt/$pkgname --with-faad --enable-wmp
--enable-qt --enable-rm --enable-gmp --enable-x --with-gecko-sdk=/opt/mozilla
make || return 1
mkdir -p $startdir/pkg/opt/mozilla-plugins
install -D -m0755 mplayerplug-in*so $startdir/pkg/opt/mozilla-plugins
install -D -m0755 mplayerplug-in*xpt $startdir/pkg/opt/mozilla-plugins
#md5sums=('0a584af137d807a04bb564f023376147')
When doing that I get a lot of errors:
==> Starting build()...
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... /bin/install -c
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
Using new (v1.7+) gecko-sdk
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
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... yes
checking X11/Intrinsic.h presence... yes
checking for X11/Intrinsic.h... yes
checking X11/StringDefs.h usability... yes
checking X11/StringDefs.h presence... yes
checking for X11/StringDefs.h... yes
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 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 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... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
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 config.h
ARE YOU SURE YOU WANT TO BUILD WITHOUT GTK?
BECAUSE mplayerplug-in WITHOUT GTK TAKES AWAY FUNCITIONALITY
g++ -c -o plugin.o -Wall -march=i686 -O2 -pipe -DMOZILLA_STRICT_API -I/usr/X11R 6/include -march=i686 -O2 -pipe -DXP_UNIX -DMOZ_X11 -I/opt/mozilla -I/opt/mozi lla/include -Iinclude -fPIC -DXPCOM_GLUE -DMOZILLA_STRICT_API -DX_ENABLED Sou rce/plugin.cpp
In file included from include/pluginbase.h:41,
from Source/plugin.h:53,
from Source/plugin.cpp:37:
include/npplat.h:41:19: error: npapi.h: No such file or directory
include/npplat.h:42:19: error: npupp.h: No such file or directory
In file included from Source/nsScriptablePeer.h:48,
from Source/plugin.h:54,
from Source/plugin.cpp:37:
Source/nsIScriptableMplayerPlugin.h:10:25: error: nsISupports.h: No such file or directory
In file included from Source/plugin.h:54,
from Source/plugin.cpp:37:
Source/nsScriptablePeer.h:49:26: error: nsIClassInfo.h: No such file or director y
Source/plugin.cpp:38:31: error: nsIServiceManager.h: No such file or directory
Source/plugin.cpp:39:23: error: nsIMemory.h: No such file or directory
Source/plugin.cpp:40:74: error: nsISupportsUtils.h: No such file or directory
include/pluginbase.h:45: error: 'NPP' does not name a type
include/pluginbase.h:46: error: 'NPMIMEType' does not name a type
include/pluginbase.h:47: error: 'uint16' does not name a type
include/pluginbase.h:48: error: 'int16' does not name a type
include/pluginbase.h:51: error: ISO C++ forbids declaration of 'NPSavedData' wit h no type
include/pluginbase.h:51: error: expected ';' before '*' token
include/pluginbase.h:59: error: 'NPBool' does not name a type
include/pluginbase.h:61: error: 'NPBool' does not name a type
include/pluginbase.h:65: error: 'NPError' does not name a type
include/pluginbase.h:66: error: 'NPError' does not name a type
include/pluginbase.h:68: error: 'NPError' does not name a type
include/pluginbase.h:69: error: 'NPStream' has not been declared
include/pluginbase.h:70: error: 'int32' does not name a type
include/pluginbase.h:71: error: 'int32' does not name a type
include/pluginbase.h:73: error: 'NPPrint' has not been declared
include/pluginbase.h:74: error: 'uint16' does not name a type
include/pluginbase.h:75: error: 'NPReason' has not been declared
include/pluginbase.h:77: error: 'NPError' does not name a type
include/pluginbase.h:78: error: 'NPError' does not name a type
include/pluginbase.h:55: warning: 'class nsPluginInstanceBase' has virtual funct ions but non-virtual destructor
include/pluginbase.h:88: error: 'NPError' does not name a type
include/pluginbase.h:93: error: 'NPError' does not name a type
Source/nsIScriptableMplayerPlugin.h:25: error: expected class-name before '{' to ken
Source/nsIScriptableMplayerPlugin.h:28: error: expected identifier before '{' to ken
Source/nsIScriptableMplayerPlugin.h:28: error: expected ',' or '...' before '{' token
Source/nsIScriptableMplayerPlugin.h:28: error: ISO C++ forbids declaration of 'N S_DEFINE_STATIC_IID_ACCESSOR' with no type
Source/nsIScriptableMplayerPlugin.h:31: error: expected ';' before 'NS_IMETHOD'
Source/nsIScriptableMplayerPlugin.h:34: error: 'NS_IMETHOD' does not name a type
Source/nsIScriptableMplayerPlugin.h:37: error: 'NS_IMETHOD' does not name a type
Source/nsIScriptableMplayerPlugin.h:120: error: expected class-name before '{' t oken
Source/nsIScriptableMplayerPlugin.h:123: error: expected identifier before '{' t oken
Source/nsIScriptableMplayerPlugin.h:123: error: expected ',' or '...' before '{' token
Source/nsIScriptableMplayerPlugin.h:123: error: ISO C++ forbids declaration of ' NS_DEFINE_STATIC_IID_ACCESSOR' with no type
Source/nsIScriptableMplayerPlugin.h:126: error: expected ';' before 'NS_IMETHOD'
Source/nsIScriptableMplayerPlugin.h:129: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:132: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:135: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:138: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:141: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:144: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:147: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:150: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:153: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:156: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:159: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:162: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:165: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:168: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:171: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:174: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:177: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:180: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:183: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:186: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:189: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:192: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:195: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:198: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:201: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:204: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:207: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:210: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:213: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:216: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:217: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:220: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:221: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:224: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:225: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:228: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:229: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:232: error: 'NS_IMETHOD' does not name a typ e
Source/nsIScriptableMplayerPlugin.h:235: error: 'NS_IMETHOD' does not name a typ e
Source/nsScriptablePeer.h:56: error: expected class-name before '{' token
Source/nsScriptablePeer.h:59: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:62: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:68: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:71: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:75: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:78: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:81: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:84: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:97: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:98: error: 'nsrefcnt' has not been declared
Source/nsScriptablePeer.h:98: error: ISO C++ forbids declaration of 'NS_IMETHOD_ ' with no type
Source/nsScriptablePeer.h:98: error: expected ';' before 'AddRef'
Source/nsScriptablePeer.h:99: error: 'nsrefcnt' has not been declared
Source/nsScriptablePeer.h:99: error: ISO C++ forbids declaration of 'NS_IMETHOD_ ' with no type
Source/nsScriptablePeer.h:99: error: expected ';' before 'Release'
Source/nsScriptablePeer.h:102: error: 'nsrefcnt' does not name a type
Source/nsScriptablePeer.h:106: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:106: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:106: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:120: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:121: error: 'nsrefcnt' has not been declared
Source/nsScriptablePeer.h:121: error: ISO C++ forbids declaration of 'NS_IMETHOD _' with no type
Source/nsScriptablePeer.h:121: error: expected ';' before 'AddRef'
Source/nsScriptablePeer.h:122: error: 'nsrefcnt' has not been declared
Source/nsScriptablePeer.h:122: error: ISO C++ forbids declaration of 'NS_IMETHOD _' with no type
Source/nsScriptablePeer.h:122: error: expected ';' before 'Release'
Source/nsScriptablePeer.h:125: error: 'nsrefcnt' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/nsScriptablePeer.h:129: error: 'NS_IMETHOD' does not name a type
Source/plugin-setup.h:161: error: 'NPError' does not name a type
Source/plugin-setup.h:177: error: 'NPP' was not declared in this scope
Source/plugin-setup.h:177: error: expected primary-expression before 'int'
Source/plugin-setup.h:177: error: expected primary-expression before 'int'
Source/plugin-setup.h:177: error: initializer expression list treated as compoun d expression
Source/plugin.h:69: error: expected `)' before 'aInstance'
Source/plugin.h:72: error: 'NPBool' does not name a type
Source/plugin.h:75: error: 'NPBool' does not name a type
Source/plugin.h:76: error: 'NPError' does not name a type
Source/plugin.h:78: error: 'NPError' does not name a type
Source/plugin.h:79: error: 'NPError' does not name a type
Source/plugin.h:80: error: 'NPReason' has not been declared
Source/plugin.h:81: error: 'int32' does not name a type
Source/plugin.h:82: error: 'int32' does not name a type
Source/plugin.h:93: error: 'PRInt32' has not been declared
Source/plugin.h:99: error: 'PRBool' has not been declared
Source/plugin.h:100: error: 'PRBool' has not been declared
Source/plugin.h:101: error: 'PRBool' has not been declared
Source/plugin.h:102: error: 'PRBool' has not been declared
Source/plugin.h:103: error: 'PRBool' has not been declared
Source/plugin.h:104: error: 'PRBool' has not been declared
Source/plugin.h:105: error: 'PRBool' has not been declared
Source/plugin.h:106: error: 'PRBool' has not been declared
Source/plugin.h:107: error: 'PRBool' has not been declared
Source/plugin.h:108: error: 'PRBool' has not been declared
Source/plugin.h:110: error: 'PRBool' has not been declared
Source/plugin.h:112: error: 'PRBool' has not been declared
Source/plugin.h:118: error: 'NPError' does not name a type
Source/plugin.h:124: error: 'NPP' does not name a type
Source/plugin.h:125: error: 'NPBool' does not name a type
Source/plugin.h:136: error: 'uint16' does not name a type
Source/plugin.h:137: error: 'uint32' does not name a type
Source/plugin.h:138: error: 'uint32' does not name a type
Source/plugin.h:139: error: 'uint32' does not name a type
Source/plugin.h:140: error: 'uint32' does not name a type
Source/plugin.h:141: error: 'uint32' does not name a type
Source/plugin.h:142: error: 'uint32' does not name a type
Source/plugin.h:170: error: 'uint32' does not name a type
Source/plugin.cpp:54: error: 'int32' does not name a type
Source/plugin.cpp:58: error: expected constructor, destructor, or type conversio n before '*' token
Source/plugin.cpp:69: error: 'NPError' does not name a type
Source/plugin.cpp:79: error: 'NPError' does not name a type
Source/plugin.cpp: In function 'void NS_PluginShutdown()':
Source/plugin.cpp:103: error: 'gServiceManager' was not declared in this scope
Source/plugin.cpp:103: error: 'NS_IF_RELEASE' was not declared in this scope
Source/plugin.cpp: In function 'nsPluginInstanceBase* NS_NewPluginInstance(nsPlu ginCreateData*)':
Source/plugin.cpp:118: error: 'struct nsPluginCreateData' has no member named 'i nstance'
Source/plugin.cpp: At global scope:
Source/plugin.cpp:134: error: expected `)' before 'aInstance'
Source/plugin.cpp: In destructor 'virtual nsPluginInstance::~nsPluginInstance()' :
Source/plugin.cpp:324: error: 'mInstance' was not declared in this scope
Source/plugin.cpp:325: error: 'mInitialized' was not declared in this scope
Source/plugin.cpp:328: error: 'class nsControlsScriptablePeer' has no member nam ed 'Release'
Source/plugin.cpp:329: error: 'NS_IF_RELEASE' was not declared in this scope
Source/plugin.cpp:335: error: 'NS_IF_RELEASE' was not declared in this scope
Source/plugin.cpp: At global scope:
Source/plugin.cpp:340: error: 'NPBool' does not name a type
Source/plugin.cpp: In member function 'virtual void nsPluginInstance::shut()':
Source/plugin.cpp:357: error: 'mInstance' was not declared in this scope
Source/plugin.cpp:357: error: 'NPN_GetURL' was not declared in this scope
Source/plugin.cpp: In member function 'void nsPluginInstance::shutdown()':
Source/plugin.cpp:416: error: 'mInitialized' was not declared in this scope
Source/plugin.cpp:485: error: 'free' was not declared in this scope
Source/plugin.cpp:490: error: 'free' was not declared in this scope
Source/plugin.cpp:495: error: 'free' was not declared in this scope
Source/plugin.cpp:500: error: 'free' was not declared in this scope
Source/plugin.cpp:505: error: 'NPN_MemFree' was not declared in this scope
Source/plugin.cpp:510: error: 'NPN_MemFree' was not declared in this scope
Source/plugin.cpp:515: error: 'free' was not declared in this scope
Source/plugin.cpp:520: error: 'free' was not declared in this scope
Source/plugin.cpp:525: error: 'free' was not declared in this scope
Source/plugin.cpp:530: error: 'free' was not declared in this scope
Source/plugin.cpp:535: error: 'free' was not declared in this scope
Source/plugin.cpp:539: error: 'nQtNext' was not declared in this scope
Source/plugin.cpp:542: error: 'free' was not declared in this scope
Source/plugin.cpp:547: error: 'free' was not declared in this scope
Source/plugin.cpp:561: error: 'NPN_MemFree' was not declared in this scope
Source/plugin.cpp:566: error: 'NPN_MemFree' was not declared in this scope
Source/plugin.cpp:571: error: 'NPN_MemFree' was not declared in this scope
Source/plugin.cpp:576: error: 'NPN_MemFree' was not declared in this scope
Source/plugin.cpp:581: error: 'NPN_MemFree' was not declared in this scope
Source/plugin.cpp:586: error: 'NPN_MemFree' was not declared in this scope
Source/plugin.cpp: At global scope:
Source/plugin.cpp:626: error: 'NPBool' does not name a type
Source/plugin.cpp:631: error: 'NPError' does not name a type
Source/plugin.cpp:1204: error: 'NPError' does not name a type
Source/plugin.cpp:1234: error: 'NPError' does not name a type
Source/plugin.cpp:1491: error: 'NPReason' has not been declared
Source/plugin.cpp:1540: error: 'int32' does not name a type
Source/plugin.cpp:1676: error: 'int32' does not name a type
Source/plugin.cpp:2160: error: variable or field 'GetPlayState' declared void
Source/plugin.cpp:2160: error: 'int nsPluginInstance::GetPlayState' is not a sta tic member of 'class nsPluginInstance'
Source/plugin.cpp:2160: error: 'PRInt32' was not declared in this scope
Source/plugin.cpp:2160: error: 'playstate' was not declared in this scope
Source/plugin.cpp:2161: error: expected ',' or ';' before '{' token
Source/plugin.cpp: In member function 'void nsPluginInstance::SetFilename(const char*)':
Source/plugin.cpp:2240: error: 'free' was not declared in this scope
Source/plugin.cpp:2244: error: 'free' was not declared in this scope
Source/plugin.cpp:2257: error: 'free' was not declared in this scope
Source/plugin.cpp:2262: error: 'free' was not declared in this scope
Source/plugin.cpp:2267: error: 'free' was not declared in this scope
Source/plugin.cpp:2278: error: 'mInstance' was not declared in this scope
Source/plugin.cpp:2278: error: 'NPN_GetURL' was not declared in this scope
Source/plugin.cpp: At global scope:
Source/plugin.cpp:2286: error: variable or field 'GetShowControls' declared void
Source/plugin.cpp:2286: error: 'int nsPluginInstance::GetShowControls' is not a static member of 'class nsPluginInstance'
Source/plugin.cpp:2286: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2286: error: '_retval' was not declared in this scope
Source/plugin.cpp:2287: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2292: error: variable or field 'SetShowControls' declared void
Source/plugin.cpp:2292: error: 'int nsPluginInstance::SetShowControls' is not a static member of 'class nsPluginInstance'
Source/plugin.cpp:2292: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2293: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2347: error: variable or field 'GetFullscreen' declared void
Source/plugin.cpp:2347: error: 'int nsPluginInstance::GetFullscreen' is not a st atic member of 'class nsPluginInstance'
Source/plugin.cpp:2347: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2347: error: '_retval' was not declared in this scope
Source/plugin.cpp:2348: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2353: error: variable or field 'SetFullscreen' declared void
Source/plugin.cpp:2353: error: 'int nsPluginInstance::SetFullscreen' is not a st atic member of 'class nsPluginInstance'
Source/plugin.cpp:2353: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2354: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2830: error: variable or field 'GetShowlogo' declared void
Source/plugin.cpp:2830: error: 'int nsPluginInstance::GetShowlogo' is not a stat ic member of 'class nsPluginInstance'
Source/plugin.cpp:2830: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2830: error: '_retval' was not declared in this scope
Source/plugin.cpp:2831: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2836: error: variable or field 'SetShowlogo' declared void
Source/plugin.cpp:2836: error: 'int nsPluginInstance::SetShowlogo' is not a stat ic member of 'class nsPluginInstance'
Source/plugin.cpp:2836: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2837: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2849: error: variable or field 'GetPlaying' declared void
Source/plugin.cpp:2849: error: 'int nsPluginInstance::GetPlaying' is not a stati c member of 'class nsPluginInstance'
Source/plugin.cpp:2849: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2849: error: '_retval' was not declared in this scope
Source/plugin.cpp:2850: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2863: error: variable or field 'GetAutoPlay' declared void
Source/plugin.cpp:2863: error: 'int nsPluginInstance::GetAutoPlay' is not a stat ic member of 'class nsPluginInstance'
Source/plugin.cpp:2863: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2863: error: '_retval' was not declared in this scope
Source/plugin.cpp:2864: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2869: error: variable or field 'SetAutoPlay' declared void
Source/plugin.cpp:2869: error: 'int nsPluginInstance::SetAutoPlay' is not a stat ic member of 'class nsPluginInstance'
Source/plugin.cpp:2869: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2870: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2874: error: variable or field 'GetLoop' declared void
Source/plugin.cpp:2874: error: 'int nsPluginInstance::GetLoop' is not a static m ember of 'class nsPluginInstance'
Source/plugin.cpp:2874: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2874: error: '_retval' was not declared in this scope
Source/plugin.cpp:2875: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2880: error: variable or field 'SetLoop' declared void
Source/plugin.cpp:2880: error: 'int nsPluginInstance::SetLoop' is not a static m ember of 'class nsPluginInstance'
Source/plugin.cpp:2880: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2881: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2906: error: variable or field 'PlaylistClear' declared void
Source/plugin.cpp:2906: error: 'int nsPluginInstance::PlaylistClear' is not a st atic member of 'class nsPluginInstance'
Source/plugin.cpp:2906: error: 'PRBool' was not declared in this scope
Source/plugin.cpp:2906: error: '_retval' was not declared in this scope
Source/plugin.cpp:2907: error: expected ',' or ';' before '{' token
Source/plugin.cpp:2928: error: 'NPError' does not name a type
Source/plugin.cpp: In member function 'nsScriptablePeer* nsPluginInstance::getSc riptablePeer()':
Source/plugin.cpp:2982: error: 'NS_ADDREF' was not declared in this scope
Source/plugin.cpp:2985: error: 'NS_ADDREF' was not declared in this scope
Source/plugin.cpp: In member function 'nsControlsScriptablePeer* nsPluginInstanc e::getControlsScriptablePeer()':
Source/plugin.cpp:2996: error: 'NS_ADDREF' was not declared in this scope
Source/plugin.cpp:2999: error: 'NS_ADDREF' was not declared in this scope
make: *** [plugin.o] Error 1
==> ERROR: Build Failed. Aborting...
What am I doing wrong here?

EDITED:
It can't find  include files. You'll need to install gecko-sdk  to compile the plugin. If it still doesn't compile with gecko-sdk installed, try to replace:
export CFLAGS="${CFLAGS} -DMOZILLA_STRICT_API"
by
export CFLAGS="${CFLAGS} -DMOZILLA_STRICT_API -I/opt/mozilla/include/gecko-sdk"

Similar Messages

  • Updated 3GS to new operating system and a week later all music and ringtones disappeared and will not let me put them back on phone.  Can anyone help with this issue?

    Can some one help with these issues?  Thanks.

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • Issue with Opera on Mac OSX Mtn Lion

    I am used to peridically downloading a new version of Flash Player from http://get.adobe.com/flashplayer/ , but this time I did not get a Download button to press. It recognized me as a Mac user with Opera but did not display the button.
    I tried switching to Safari for the download, but I did not get the Do you have a different operating system or browser? prompt, only a question whether I wanted to download onto a different computer.
    The only change I can remember doing was to download a new version of Shockwave Player just prior to the above attempt with Flash.
    Any ideas how I can get that new version of Flash for Opera?
    Thanks,
    Bart

    There's ONLY ONE Flash Player for Mac, regardless of browser (with the exception of Chrome, which has its own porprietary plugin)
    You'll fine the offline installer here: Flash Player (for Mac OS X)
    Right click and "Save as" then quit Opera (and any other browsers you may have open).
    Mount the DMG and run the installer.

  • Filter problem with operating system in french

    Hello,
    There is a problem with the "Operating System - Windows" filter in the french version of ZCC.
    If you create a bundle and go into "Requirements" and add a filter with Operating system and you set it to "Version 6.1 - Windows 7 / Windows Server 2008 R2" you get this error
    "Vos modifications ne peuvent pas tre appliques pour les raisons suivantes :
    ErreurLa version doit tre sous la forme "x" "x.x.x.x". "
    "You changes cannot be applied for the following reason : formatting must be x to x.x.x.x"
    The format should be "6.1 - Windows 7 /Windows Server 2008 R2 Versions".
    The filter does work as intended with the english versions of ZCC. I have no problem with that but some of our admin does.
    PS : I am currently unable to open an SR because our licence has not been renewed yet. So i am reporting this here.
    Thank you!

    Originally Posted by GuillaumeBDEB
    Hi poplante, this bug is haunting Novell since version 11.0! Believe me on that. I'm the one who reported it. Here's the workaround.
    1.Go to Server machine.
    On Windows:
    Go to
    %ZENWORKS_HOME%\resources\properties\com\novell\ze nworks\core\web\internal\resources\CoreInternal_fr .proeprties
    On Linux:
    Go to
    /opt/novell/zenworks/resources/properties\com/novell/zenworks/core/web/internal/resources/CoreInternal_fr.proeprties
    2.change the property value of windows.versions.6.1 from "Versions 6.1 Windows 7 / Windows Server 2008 R2" to "6.1 Versions Windows 7 / Windows Server 2008R2"
    3.Then Restart the server. The issue will be gone.
    By the way you will see this bug reappear with every new update of ZENworks including new service packs and monthly updates. So keep this workaround at hand just in case.
    Hope it helps!
    GuillaumeBDEB
    In 11.3 the value seems to be:
    windows.versions.6.1=Versions 6.1 - Windows 7 / Windows Server 2008 R2
    But should probably be set to:
    windows.versions.6.1=6.1 - Versions Windows 7 / Windows Server 2008 R2
    And the correct Linux path would be: /opt/novell/zenworks/resources/properties/com/novell/zenworks/core/web/internal/resources/CoreInternal_fr.properties.
    This bug would probably take them a minute or two to fix, sad to hear that it's been there since 11.
    Thomas

  • (error code -50). Has anyone else dealt with this issue?

    When I try to copy something from my desktop to an external hard drive I keep getting this message: The operation can’t be completed because an unexpected error occurred (error code -50). Has anyone else dealt with this issue?

        That is a pretty strange message. Have you had a chance to reach out to Windows Live?
    TamaraH_VZW
    Follow us on Twitter @VZWSupport

  • Does not appear lock option to cover the ipad2 with operational 5.01

    Does not appear lock option to cover the ipad2 with operational 5.01

    Did this with Adobe support in LIVE CHAT, what a waist of time.  Although this will correct the issue, it is like a work around and not solving why EDIT IN PHOTOSHOP... is not a clickable option (greyed out) in LR.
    After the configure as suggested above, does this preclude and editing in Lighroom?
    What I want to do is:
    Edit the photo in LR except for:
    the useage the great Spot Healing Brush Tool that PSE offers, edit that part of it in PSE then SAVE the results back to LR.  Any problems or suggestions for this?
    Thanks so much

  • Ldap Synch Error in attribute conversion operation Issue in OIM 11g R2 PS1

    Hi All,
    We have enabled LDAP Synch in OIM11g R2 PS1 environment. We have requirement of users getting created through Web Services. When we create a user through Webservices, and provide all the attributes required to create user then we are getting LDAP Error in attribute conversion operation:
    2014-01-03T02:31:52.249-05:00] [oim_server1] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 1353004b0df87234:-67081615:143517a89d1:-8000-0000000000002807,0] [APP: oracle.iam.console.identity.self-service.ear#V2.0] ADF: Adding the following JSF error message: IAM-2050243 : Orchestration process with id 9864, failed with error message IAM-3010201 : LDAP create event failed : 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1.[[
    oracle.iam.ui.platform.exception.OIMRuntimeException: IAM-2050243 : Orchestration process with id 9864, failed with error message IAM-3010201 : LDAP create event failed : 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1.
      at oracle.iam.ui.platform.exception.OIMErrorHandler.reportServiceException(OIMErrorHandler.java:170)
      at oracle.iam.ui.platform.exception.OIMErrorHandler.reportException(OIMErrorHandler.java:65)
      at oracle.adf.model.binding.DCDataControl.reportException(DCDataControl.java:411)
      at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:416)
      at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:471)
      at oracle.adf.model.binding.DCControlBinding.reportException(DCControlBinding.java:201)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.reportException(JUCtrlActionBinding.java:2016)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1660)
      at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:740)
      at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)
      at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBinding(FacesUtils.java:165)
      at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBindingFromActionListener(FacesUtils.java:112)
      at oracle.iam.ui.catalog.view.backing.CartReqBean.submitActionListener(CartReqBean.java:848)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:117)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.iam.ui.platform.servletfilter.IdentityContextFilter.doFilter(IdentityContextFilter.java:50)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.iam.platform.servletfilter.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:164)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:248)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    In this case user is getting created in OIM but LDAP Synch is not happening we are getting the error as mentioned above.
    When we create user in OIM  not through Web Serives but through Identity Self Service and provide any date attribute for example Start Date,Provisoning Date, Deprovisoning Date or any other date attribute, then also we are geeting the same error of Error in attribute conversion operation Issue, in this case user is not getting created in OIM and LDAP Synch is not happening.
    And when we create a user in OIM not through Web Serives but through Identity Self Service  and did not give any of the date attribute then user is getting created and LDAP synch is also happening successfully.
    We need to create users through Web Services and we need to resolve this issue asap, request you all to provide any helpful pointer on this.
    Thanks
    Varsha

    This can happen due to OIM-LDAP wrong attribute mapping/value getting passed.
    Can you please first try with OOTB attributes and see how it behaves?
    J

  • EA6500 gets scathing review on CNET with critical issues

    http://reviews.cnet.com/routers/linksys-ea6500-smart-wi/4505-3319_7-35441764-2.html
    I'm wondering if anyone at Cisco is going to acknowledge the critical connectivity and signal issues with this model.

    Cisco would make a big step to decide to make GOOD home routers instead of nice looking routers.
    Radio wise I strongly suggest them to fall back and stay with external antenna's like many other manufacturers and like they do them selves with their professional access points. This will make users aware again that the box contains a radio transmitter and receiver and maybe give them a clue that the thing need some kind of freedom around it to do its work: reach wireless clients.
    Also give the router air to breath and keep the temperature at healthy level.
    With respect to 5 GHz: come on Cisco, release firmware that support DFS / TPC to really fully utilize the available 5 GHz frequency band and avoid neighbor disturbance. Without DFS / TPC the use of 5 GHz makes hardly sense (Broadcom seems to have released DFS / TPC drivers for their hardware....ohhhh wait...Cisco moved to Marvell).
    Brings me to next point: Cisco, go back to Broadcom!
    I really believe the world is at the end more interested in a good working device then the sleek saucer design. I bet that a slightly more expensive but rock solid router sells better then a cheaper sleek design with many issues. A router is for the majority of users a thing you want to buy, configure one time, put in operation and don't want to look after for the next 5 years.
    With respect to to EA6500: keep in mind that the 802.11ac is still a draft standard, changes are expected with subsequent firmware updates (but you never know how that works out for Cisco and if or when they will release new firmware). I suggest for the majority of home users: select a standard that is no longer "draft" (for now: 802.11n).
    Firmware: every firmware has bugs, so...Cisco: fix these bugs and release new firmware lets say at least twice a year and for at least the routers you sold in the past 5 years.
    Do I at the end need to mention CCC? Ok: Cisco, get rid of it!

  • Can you help with encryption issue with iBook G3?

    I have an iBook G3 with operating system 10.2.8. As of yesterday, I am having troubles connecting with my wireless service. It works fine when I plug the DSL cable in. The wireless icon shows up several networks; the one we are paying for is checked. Yahoo will not connect at all; some other websites will. I called our AT&T service and the tech support told me that it is an encryption error. Mac online support cannot help because the computer is too old and beyond warranty. I don't know what an encryption issue means. Can someone help? Thank you!

    Hi, and welcome to Apple Discussions.
    Read the instructions in the following Apple Knowledge Base carefully, paying close attention to the section entitled "AirPort client to third-party base station":
    http://docs.info.apple.com/article.html?artnum=106424
    Are you able to determine which type of encryption is used in your wireless network, based on comparing what you see on the iBook to the two diagrams?

  • Get "Waiting for 127.0.0.1..." with some sites. No problem with Opera.

    Firefox 3.6.13.
    Tried loading www.cortondenham.com and get "Waiting for 127.0.0.1..." and hangs. Same with "talkingvillages.com". Both load OK with Opera. Tried commenting out "127.0.0.1 localhost" from Hosts file, same issue. Tried safe mode, same issue.

    Hi,
    I am trying to run JSPs on OAS 4.0.8.1.
    I have installed JSP patch, downloaded form olab.com
    I am not able to execute JSPs. I am getting 2 different problems.
    1. If I call the JSP directly from browser, Netscape will ask for save option, it won't execute.
    2. If I call the JSP from another page with submit button, I am getting the following error :
    The requested access method is not allowed for that object.
    Same error for any JSP.
    The same problem for all the samples available with JSP patch.
    Hi chrholm,
    I already tested for 1 month, so
    could you please help me to configure OAS 4.0.8.1 for JSPs.
    Could you please send me mail : [email protected]
    Any help appreciated.
    Thanks,
    Naidu
    null

  • Nokia 208 problems with Opera Mini

    I have a Nokia 208 (Single SIM) and I can not install Opera Mini on him. The application is downloaded but not installed. When I want to install the application, it shows me: "Installing ..." and remains locked so. And after some time it says: "Unable to connect to the internet. Please chech your settings". I tried several versions of Opera Mini and same problem. I downloaded from Nokia Store and m.opera.com site, etc., and the same problem. Other applications on the phone I saw that it works. And I can surf the internet, the problem is only with Opera Mini. Internet provider is Vodafone Romania. So how can I solve this problem? Or Nokia 208 (Single SIM) is not compatible with Opera Mini? Thanks!

    We have several reports of this issue. In one case, it was solved by creating the configuration settings manually which made sure both the Access Point and the Web account are configured correctly. Your description only tells us, the Web configuration is OK.
    To solve this issue finally, I would like to go this path again first:
    Nokia » Menu » Settings » Configuration » Personal » New » Access Point » Access Point settings » Bearer settings » Mobile data access point (APN) » internet.vodafone.ro
    Nokia » Menu » Settings » Configuration » Activate » Access Point » My access point
    Did that help?

  • Upload troubles with Opera browser and iAS9

    Using the examples in the manual, I have a working plsql upload page. But I've noticed that while IE5 and Mozilla (likely Netscape 6 also) do the 'right' thing with uploading files it seems that if I use Opera 5 it never adds a row to my document table and it also 'attempts' to pass in the entire file to the filename parameter of my plsql procedure. Instead of a valid filename it gets content from the file itself.
    Is there some way to get around this and does anybody know why this happens? Also, are there any other browsers that have trouble uploading?
    Thanks

    I've never seen 'opera' referred to as a supported browser, in any oracle product release notes, only internmet explorer and netscape.
    there may be an issue with opera.

  • Opera-devel: conflicts with opera ??

    I have just attempted to install the AUR opera-devel (10.5) package with "yaourt -S opera-devel" and it fails with:
    checking dependencies...
    error: replacing packages with -U is not supported yet
    error: you can replace packages manually using -Rd and -U
    error: failed to prepare transaction (conflicting dependencies)
    :: opera-devel: conflicts with opera
    ==> WARNING: Your package is saved in /tmp/yaourt-tmp-larry/opera-devel-10.52_6272-1-i686.pkg.tar.gz
    Any ideas what I do next? Yes, I do already have Opera 10.10 installed.

    ruario wrote:
    @flamelab: Did you read the known issues in my blog post? Specifically,
    ruario wrote:Problems with bitmap fonts, resulting in narrow and multi-colored fonts on some websites
    A bitmap font is being selected and then displays corrupted. Either remove fonts such as xorg-fonts-100dpi and xorg-fonts-75dpi (you probably don't need them), or wait for us to fix it.
    I'll wait for you to fix it
    Last edited by flamelab (2010-04-07 06:53:02)

  • MPlayerplug-in for Opera

    If any is interested I have uploaded mplayerplug-in for Opera in AUR. It can be found here.
    Give your comments and tell me what I have done wrong.

    EDITED:
    It can't find  include files. You'll need to install gecko-sdk  to compile the plugin. If it still doesn't compile with gecko-sdk installed, try to replace:
    export CFLAGS="${CFLAGS} -DMOZILLA_STRICT_API"
    by
    export CFLAGS="${CFLAGS} -DMOZILLA_STRICT_API -I/opt/mozilla/include/gecko-sdk"

  • I have Adobe Elements 9 and I used to be able to export HD 1080p videos with no issue. But recently, when I export using H.264 MPEG or MPEG 2, which I normally used, the high resolution videos come out very choppy.  How can i fix this?

    I have Adobe Elements 9 and I used to be able to export HD 1080p videos with no issue. But recently, when I export using H.264 MPEG or MPEG 2, which I normally used, the high resolution videos come out very choppy.  How can i fix this?

    mr
    Are you running the 9.0.1 Update of the program and on what computer operating system is it running?
    Is your video card/graphics card driver up to date according to the manufacturer of the card?
    Is your computer optimized, including maintenance of pile ups of preview files, conformed audio files, and conformed video files?
    Do you have the latest version of QuickTime installed on your computer with Premiere Elements 9.0/9.0.1?
    What are your project settings and what are the properties of your source media? When you say that "used to be able to export...." is that on the same computer, same brand/model/settings for the camera recording the video now in use, same Premiere Elements 9.0/9.0.1?
    Where player are you using for the playback of these exports?
    Please give us more details on the size of the projects (then and now) as well as details of the customized export settings in your Share/Computer/ route. Premiere Elements 9.0/9.0.1 is only a 32 bit application running in 32 bit or 64 bit system. Not sure if computer resources might be taxed more so now than before.
    More later.
    ATR

Maybe you are looking for