annolinux / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

svn 1235, could not complie #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here is the error info. 

Archlinux, gcc 4.3, gtk2.16

...
gui.c: In function ‘menuitem_config_callback’:
gui.c:4353: warning: implicit declaration of function ‘read_preference_int’
gui.c: In function ‘update_audio_meter’:
gui.c:6070: warning: implicit declaration of function ‘abs’
...
gm_pref_store.c: In function 'gm_pref_store_set_string':
gm_pref_store.c:242: warning: incompatible implicit declaration of built-
in function 'strlen'
...
gcc -Wall -g -DGTK2_12_ENABLED -DGLIB2_14_ENABLED -DGIO_ENABLED -
DHAVE_GCONF -DNOTIFY_ENABLED -march=k8-sse3 -mtune=generic -O2 -pipe -
fomit-frame-pointer -msse3 -o gnome-mplayer gui.o playlist.o support.o 
mntent_compat.o main.o dbus-interface.o thread.o -pthread  -lgthread-2.0 -
lrt -lgconf-2 -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 
-lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -
lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -ldbus-1 -lgobject-2.0 -
lglib-2.0 libgmtk/.libs/libgmtk.a libgmlib/.libs/libgmlib.a  
gui.o: In function `menuitem_config_callback':
/home/lh/ABS/media/gnome-mplayer/gnome-mplayer-svn/src/gnome-mplayer-build/
src/gui.c:4353: undefined reference to `read_preference_int'
collect2: ld returned 1 exit status
make[3]: *** [gnome-mplayer] Error 1
make[3]: Leaving directory `/home/lh/ABS/media/gnome-mplayer/gnome-mplayer-
svn/src/gnome-mplayer-build/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/lh/ABS/media/gnome-mplayer/gnome-mplayer-
svn/src/gnome-mplayer-build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lh/ABS/media/gnome-mplayer/gnome-mplayer-
svn/src/gnome-mplayer-build'
make: *** [all] Error 2

Original issue reported on code.google.com by jarry...@gmail.com on 28 Mar 2009 at 5:16

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by kdeko...@gmail.com on 28 Mar 2009 at 1:11