pycousin / gnome-mplayer

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

Unable to compile r1533: undefined reference to `g_strcmp0' #283

Closed GoogleCodeExporter closed 8 years ago

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

What is the expected output? What do you see instead?
I get the following error.
gcc -Wall -g    -DHAVE_ASOUNDLIB -DHAVE_GCONF    -g -O2   -o gnome-mplayer
gui.o playlist.o support.o mntent_compat.o main.o dbus-interface.o thread.o
libgmtk/libgmtk.a libgmlib/libgmlib.a -pthread -L/lib -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0
-lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0   
-L/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0   -pthread -L/lib
-lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0  
-lasound
gui.o: In function `set_metadata':
/usr/src/redhat/BUILD/gnome-mplayer-0.9.7.svn1533/src/gui.c:742: undefined
reference to `g_strcmp0'
collect2: ld returned 1 exit status
make[3]: *** [gnome-mplayer] Error 1

What version of the product are you using? On what operating system?
SVN r1533 on CentOS 5.3

Please provide any additional information below.

Original issue reported on code.google.com by thomasc...@gmail.com on 10 Sep 2009 at 10:35

GoogleCodeExporter commented 8 years ago
glib2 on your machine is kinda old, however, I put a patch in SVN to work 
around this.

Original comment by kdeko...@gmail.com on 11 Sep 2009 at 12:38