adriantr09 / gecko-mediaplayer

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

Unable to compile with latest svn #125

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Update to latest svn
2. Try to compile

What is the expected output? What do you see instead?
Copiled plugin, errors due to new variables in libgmlib

What version of the product are you using? On what operating system?
Latest svn of gecko-mediaplayer on Ubuntu 10.10 amd64

Please provide any additional information below.
Making all in libgmlib
make[3]: Entering directory `/usr/src/gecko-mediaplayer/src/libgmlib'
gcc -DHAVE_CONFIG_H -I. -I../..    -fPIC -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DHAVE_GCONF 
-DGIO_ENABLED @GLIB2_26_DEFINES@ @ALSA_CFLAGS@ @PULSE_CFLAGS@ -g -O2 -MT 
libgmlib_a-gm_audio.o -MD -MP -MF .deps/libgmlib_a-gm_audio.Tpo -c -o 
libgmlib_a-gm_audio.o `test -f 'gm_audio.c' || echo './'`gm_audio.c
gcc-4.4.real: @GLIB2_26_DEFINES@: No such file or directory
gcc-4.4.real: @ALSA_CFLAGS@: No such file or directory
gcc-4.4.real: @PULSE_CFLAGS@: No such file or directory
gm_audio.c: In function ‘gm_audio_query_devices’:
gm_audio.c:177: error: ‘define’ undeclared (first use in this function)
gm_audio.c:177: error: (Each undeclared identifier is reported only once
gm_audio.c:177: error: for each function it appears in.)
make[3]: *** [libgmlib_a-gm_audio.o] Error 1
make[3]: Leaving directory `/usr/src/gecko-mediaplayer/src/libgmlib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gecko-mediaplayer/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gecko-mediaplayer'
make: *** [all] Error 2

Original issue reported on code.google.com by kyl...@gmail.com on 20 Feb 2011 at 6:35

GoogleCodeExporter commented 8 years ago
Should be fixed now...

Download SVN
run ./configure
run make

Original comment by kdeko...@gmail.com on 20 Feb 2011 at 8:44

GoogleCodeExporter commented 8 years ago
The gmaudio define undeclared is gone, however the @GLIB2_26_DEFINES@, 
@ALSA_CFLAGS@ and @PULSE_CFLAGS@ errors still appear

Original comment by kyl...@gmail.com on 20 Feb 2011 at 10:21

GoogleCodeExporter commented 8 years ago
Hum, in your above report they don't say they are fatal errors, anyway I 
committed a change to define those.. 

update svn
run ./configure
run make

Works here for me as did the last patch.

Original comment by kdeko...@gmail.com on 20 Feb 2011 at 10:49