pycousin / gnome-mplayer

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

compile problem svn 1442 #249

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i didn't use alsa, and i don't like libasound.so. so i add --without-alsa 
to configure parameter:

./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-install \
              --without-alsa --with-gio --with-libnotify

and i didn't test if have alsa installed.

################################
#here is the error logs
################################

gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -
DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I../pixmaps -
pthread -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/pixman-1 -I/usr/
include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/
lib/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include 
-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/dbus-1.0 -I/
usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/
include    -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/
glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -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/pixman-1 -I/usr/include/freetype2 -I/usr/
include/libpng12       -Wall -g -DGTK2_12_ENABLED -DGLIB2_14_ENABLED -
DGIO_ENABLED  -DHAVE_GCONF -DNOTIFY_ENABLED   -march=k8-sse3 -
mtune=generic -O2 -pipe -fomit-frame-pointer -MT support.o -MD -MP -
MF .deps/support.Tpo -c -o support.o support.c
support.c: In function ‘set_alsa_volume’:
support.c:2282: error: ‘set_vol’ undeclared (first use in this function)
support.c:2282: error: (Each undeclared identifier is reported only once
support.c:2282: error: for each function it appears in.)
support.c:2283: error: ‘found’ undeclared (first use in this function)
make[3]: *** [support.o] Error 1

Original issue reported on code.google.com by jarry...@gmail.com on 19 Jul 2009 at 9:39

GoogleCodeExporter commented 8 years ago
Fixed in SVN...

Generally the mailing list should be used for reporting issues in SVN and the 
bug
tracker should be used for release issues.

Original comment by kdeko...@gmail.com on 19 Jul 2009 at 1:34