! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfmedia doesnt compile on gtk2.2
Status:
RESOLVED: FIXED
Product:
Xfmedia
Component:
general

Comments

Description Ilkka Ollakka 2004-12-13 20:08:15 CET
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -DDATADIR=\"/usr/local/share\" -
DLIBDIR=\"/usr/local/lib\" -DSYSCONFDIR=\"/usr/local/etc\" -I.. -I../libexo-lite 
-I/usr/X11R6/include -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/
include -I/usr/include/xfce4 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-
2.0/include -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/
freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/
gnome/lib/glib-2.0/include -I/opt/gnome/include/atk-1.0 -I/usr/include/xfce4 -
pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/
gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-
1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 
-I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/
glib-2.0/include  -g -O2 -MT xfmedia-playlist-callbacks.o -MD -MP -MF ".deps/
xfmedia-playlist-callbacks.Tpo" -c -o xfmedia-playlist-callbacks.o `test -f 
'playlist-callbacks.c' || echo './'`playlist-callbacks.c; \
then mv -f ".deps/xfmedia-playlist-callbacks.Tpo" ".deps/xfmedia-playlist-
callbacks.Po"; else rm -f ".deps/xfmedia-playlist-callbacks.Tpo"; exit 1; fi
playlist-callbacks.c: In function `xfmedia_playlist_add_cb':
playlist-callbacks.c:511: error: `GTK_STOCK_FILE' undeclared (first use in this 
function)
playlist-callbacks.c:511: error: (Each undeclared identifier is reported only 
once
playlist-callbacks.c:511: error: for each function it appears in.)
make: *** [xfmedia-playlist-callbacks.o] Error 1

Reproducible: Always
Steps to Reproduce:
1. use gtk 2.2
2. ./configure 
3. make



Expected Results:  
to compile on gtk 2.2

gtk 2.2.4
Comment 1 Brian J. Tarricone (not reading bugmail) 2004-12-14 02:43:35 CET
fixed.  blah, supporting gtk 2.2 is getting to be a pain...

Bug #593

Reported by:
Ilkka Ollakka
Reported on: 2004-12-13
Last modified on: 2004-12-14

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information