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 error with svn 1692 #406

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
gui.c: In function ‘menuitem_config_callback’:
gui.c:5296:5: error: ‘tooltip’ undeclared (first use in this function)
gui.c:5296:5: note: each undeclared identifier is reported only once for 
each function it appears in
make[3]: *** [gui.o] Error 1
make[3]: *** Waiting for unfinished jobs....
=======================================================

i am using archlinux, gtk 2.30.1, no alsa.

i run the following codes to compile gnome-mplayer

  ./configure --prefix=/usr --sysconfdir=/etc
              --without-alsa \
              --with-gio --with-libnotify --with-gconf \
              --with-gpm-new-method --enable-panscan
  make || return 1
  make DESTDIR=${pkgdir} install

Original issue reported on code.google.com by jarry...@gmail.com on 29 May 2010 at 10:42

GoogleCodeExporter commented 8 years ago
oops, i made a mistake, not svn 1692, should be the lastest svn 1711

Original comment by jarry...@gmail.com on 29 May 2010 at 10:43

GoogleCodeExporter commented 8 years ago
I believe this should be fixed now. I didn't see it my testing because I 
normally
compile with libasound support, which you don't appear to have. By disabling 
alsa you
are disabling some nice functionality when it comes to getting the default 
volume
from the system. Are you sure you want to do that?

Original comment by kdeko...@gmail.com on 29 May 2010 at 12:58

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 29 May 2010 at 12:58

GoogleCodeExporter commented 8 years ago
i am using OSS, so i don't need alsa ; )

Original comment by jarry...@gmail.com on 29 May 2010 at 7:57