|
From: Robert La F. <rob...@co...> - 2006-06-27 06:41:53
|
Compiling xine-ui CVS trunk on FC5 yields: if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../src -=20 I../../src -I../../src/common -I../../src/common -I../../src/xitk/=20 xine-toolkit -I../../src/xitk/xine-toolkit -I/usr/local/include -I/=20= usr/local/include -DFONTDIR=3D\"/usr/local/share/xine/skins/../fonts/\" =20= -DNDEBUG -Wall -D_FILE_OFFSET_BITS=3D64 -mtune=3Dathlon -O3 -pipe = -fomit-=20 frame-pointer -falign-functions=3D4 -falign-loops=3D4 -falign-jumps=3D4 = -=20 mpreferred-stack-boundary=3D2 -fexpensive-optimizations -fschedule-=20 insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-=20 functions -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-=20 subscripts -Wmissing-declarations -Wmissing-prototypes -MT osd.o -=20 MD -MP -MF ".deps/osd.Tpo" -c -o osd.o osd.c; \ then mv -f ".deps/osd.Tpo" ".deps/osd.Po"; else rm -f ".deps/=20 osd.Tpo"; exit 1; fi osd.c: In function =91osd_stream_infos=92: osd.c:451: error: =91XINE_PARAM_VO_WINDOW_WIDTH=92 undeclared (first use = =20 in this function) osd.c:451: error: (Each undeclared identifier is reported only once osd.c:451: error: for each function it appears in.) osd.c: In function =91osd_draw_bar=92: osd.c:559: error: =91XINE_PARAM_VO_WINDOW_WIDTH=92 undeclared (first use = =20 in this function) osd.c:560: error: =91XINE_PARAM_VO_WINDOW_HEIGHT=92 undeclared (first = use =20 in this function) make[2]: *** [osd.o] Error 1 |