adriantr09 / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

Still here: NPNVSupportsWindowless was not declared in this scope when compiling #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. configure
2. make
3.

What is the expected output? What do you see instead?
0.9.5 compiles just fine - and works well.  0.9.6 gives:
g++ -DHAVE_CONFIG_H -I. -I.. -fPIC
-DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\"
-DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/seamonkey-1.1.16/java
-I/usr/include/seamonkey-1.1.16/plugin -I/usr/include/seamonkey-1.1.16/nspr
-I/usr/include/seamonkey-1.1.16 -I/usr/include/seamonkey-1.1.16/xpcom
-I/usr/include/seamonkey-1.1.16/string   -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include   -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include     -DMOZILLA_STRICT_API -DXP_UNIX    -O2
-fPIC -MT plugin_setup.o -MD -MP -MF .deps/plugin_setup.Tpo -c -o
plugin_setup.o plugin_setup.cpp
plugin_setup.cpp: In function 'void new_instance(CPlugin*, int16, char**,
char**)':
plugin_setup.cpp:365: error: 'NPNVSupportsWindowless' was not declared in
this scope
make[3]: *** [plugin_setup.o] Error 1
make[3]: Leaving directory `/tmp/SBo/gecko-mediaplayer-0.9.6/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/SBo/gecko-mediaplayer-0.9.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/gecko-mediaplayer-0.9.6'
make: *** [all] Error 2

What version of the product are you using? On what operating system?
gecko-mediaplayer-0.9.6, SLAMD64 12.2 (x86_64 port of Slackware), KDE
3.5.10, XFCE 4.4, no gnome, QT 3.3.8, GTK+ 2.12.12, Firefox 3.0.10,
Seamonkey 1.1.16

Please provide any additional information below.
Config.log are attached. I tried the svn, crashes on 1st gcc command:
make  all-recursive
make[1]: Entering directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn'
Making all in src
make[2]: Entering directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn/src'
Making all in libgmlib
make[3]: Entering directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn/src/libgmlib'
gcc -DHAVE_CONFIG_H -I. -I../..    -fPIC -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include    @GIO_CFLAGS@  @GIO_DEFINES@ -O2 -fPIC -MT
libgmlib_a-gm_file.o -MD -MP -MF .deps/libgmlib_a-gm_file.Tpo -c -o
libgmlib_a-gm_file.o `test -f 'gm_file.c' || echo './'`gm_file.c
gcc: @GIO_CFLAGS@: No such file or directory
gcc: @GIO_DEFINES@: No such file or directory
make[3]: *** [libgmlib_a-gm_file.o] Error 1
make[3]: Leaving directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn/src/libgmlib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn'
make: *** [all] Error 2

Original issue reported on code.google.com by kingbeow...@gmail.com on 21 Jun 2009 at 2:01

Attachments:

GoogleCodeExporter commented 8 years ago
This has been fixed in SVN. This is also caused by older xulrunners

Original comment by kdeko...@gmail.com on 21 Jun 2009 at 2:50

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 21 Jun 2009 at 2:50