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 fail, rev 1706 #401

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--disable-schemas-install --with-gio --without-gconf --with-alsa
--disable-nautilus --without-libnotify
# make

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

gcc -Wall -g -DGTK2_12_ENABLED -DGLIB2_14_ENABLED -DGIO_ENABLED
-DHAVE_ASOUNDLIB     -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 -lm -L/usr/X11R7/lib -lX11   -pthread -L/usr/X11R7/lib
-lgtk-x11-2.0 -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 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
-lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -ldbus-glib-1 -ldbus-1
-lgobject-2.0 -lglib-2.0    -lasound      -lXss   
libgmtk/libgmtk.a(libgmtk_a-gmtk_media_tracker.o): In function
`gmtk_media_tracker_button_release':
/mnt/sda3/sources/input051/0-gnomemplayer/gnome-mplayer-20100521-rev1706/src/lib
gmtk/gmtk_media_tracker.c:157:
undefined reference to `gtk_widget_get_allocation'
libgmtk/libgmtk.a(libgmtk_a-gmtk_media_tracker.o): In function
`gmtk_media_tracker_motion_notify':
/mnt/sda3/sources/input051/0-gnomemplayer/gnome-mplayer-20100521-rev1706/src/lib
gmtk/gmtk_media_tracker.c:184:
undefined reference to `gtk_widget_get_allocation'

What version of the product are you using? On what operating system?
From svn, revision 1706 (today), Puppy Linux (Quirky 1.1), GTK 2.16.6.

Regards,
Barry Kauler
http://bkhome.org/blog/

Original issue reported on code.google.com by bkau...@gmail.com on 21 May 2010 at 9:23

GoogleCodeExporter commented 8 years ago
Try r1707

Original comment by kdeko...@gmail.com on 21 May 2010 at 3:56

GoogleCodeExporter commented 8 years ago
Hi,
Not quite fixed. Line 184 also has to be changed, then it compiled.

Regards,
Barry Kauler

Original comment by bkau...@gmail.com on 22 May 2010 at 1:37

GoogleCodeExporter commented 8 years ago
Thanks, I fixed that one as well. r1708

Original comment by kdeko...@gmail.com on 22 May 2010 at 2:22