mbakthav / gecko-mediaplayer

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

make error on ubuntu 10.10 #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout r484 from SVN
2. cd gecko-mediaplayer
3. ./configure --prefix=/usr --sysconfdir=/etc
4. make

What is the expected output? What do you see instead?

The latest r484 revision seems to have undone r483 and there are make errors 
again concerning xulrunner. Added make output below. Hope you don't get 
headaches from this :)

= = = make output = = =

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash 
/home/glitsj16/.devzone/gecko-mediaplayer/missing --run autoconf
 cd . && /bin/bash /home/glitsj16/.devzone/gecko-mediaplayer/missing --run automake-1.11 --gnu
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/usr 
--sysconfdir=/etc --disable-schemas-install --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
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 locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  cs de es fr ja it nl pl pt pt_BR tr
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GMLIB... yes
checking for GECKO... no
configure: libxul >= 2 not found, trying another
checking for GECKO... yes
configure: Using libxul >= 1.9.2
checking for NSPR... yes
checking for DBUS... yes
checking for CURL... yes
configure: gmlib is using gconf for preference storage
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema 
installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure: creating ./config.status
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating gecko-mediaplayer.spec
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  'po/Makefile.in.in' seems to ignore the --datarootdir 
setting
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash 
/home/glitsj16/.devzone/gecko-mediaplayer/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged

make  all-recursive
make[1]: Entering directory `/home/glitsj16/.devzone/gecko-mediaplayer'
Making all in src
make[2]: Entering directory `/home/glitsj16/.devzone/gecko-mediaplayer/src'
make[3]: Entering directory `/home/glitsj16/.devzone/gecko-mediaplayer/src'
  CXX    plugin_types_std.o
  CXX    plugin.o
  CXX    memmem_compat.o
  CXX    plugin_list.o
  CXX    plugin_setup.o
  CXX    plugin_dbus.o
  CXX    np_entry.o
In file included from np_entry.cpp:44:
npupp.h:711: error: declaration of C function ‘const char* 
NP_GetMIMEDescription()’ conflicts with
/usr/include/xulrunner-1.9.2.24/npfunctions.h:274: error: previous declaration 
‘char* NP_GetMIMEDescription()’ here
np_entry.cpp:88: error: new declaration ‘const char* 
NPP_GetMIMEDescription()’
/usr/include/xulrunner-1.9.2.24/npapi.h:622: error: ambiguates old declaration 
‘char* NPP_GetMIMEDescription()’
make[3]: *** [np_entry.o] Error 1
make[3]: Leaving directory `/home/glitsj16/.devzone/gecko-mediaplayer/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/glitsj16/.devzone/gecko-mediaplayer/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/glitsj16/.devzone/gecko-mediaplayer'
make: *** [all] Error 2

= = = = = = = = = = = = =
What version of the product are you using? On what operating system?

r484 from SVN on ubuntu 10.10

Please provide any additional information below.

xulrunner-1.9.2 1.9.2.24+build2+nobinonly-0ubuntu0.10.10.1
xulrunner-1.9.2-dev 1.9.2.24+build2+nobinonly-0ubuntu0.10.10.1

Original issue reported on code.google.com by glits...@gmail.com on 3 Dec 2011 at 12:15

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 3 Dec 2011 at 1:45