You are not logged in.
Pages: 1
i want to recompile xine-ui cause the arch package doesnt seem to have antialiasing for the menu fonts in xine-ui...(though --enable-xft seems to be default... :shock: :shock: )not sure if this will do the trick though
anyway, compiling thru abs errors out here...(with AND without enable-xft in PKGBUILD)
make[5]: Entering directory `/stuff/Desktop/xine-ui-0.99.3/src/xitk/skins'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/stuff/Desktop/xine-ui-0.99.3/src/xitk/skins'
make[4]: Leaving directory `/stuff/Desktop/xine-ui-0.99.3/src/xitk/skins'
make[4]: Entering directory `/stuff/Desktop/xine-ui-0.99.3/src/xitk'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../src -I../../src -
I../../src/common -I../../src/common -I../../src/xitk/xine-toolkit -I../../src/x
itk/xine-toolkit -I/usr/local/include -I/usr/X11R6/include -I/usr/include
-I/usr/include/readline -I../../src/xitk/xine-toolkit -DNDEBUG -Wall -D_FILE_OFF
SET_BITS=64 -mtune=athlon -O3 -pipe -fomit-frame-pointer -falign-functions=4 -fa
lign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizat
ions -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-
functions -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-subscripts -Wmiss
ing-declarations -Wmissing-prototypes -MT mediamark.o -MD -MP -MF ".deps/medi
amark.Tpo"
-c -o mediamark.o `test -f 'mediamark.c' || echo './'`mediamark.c;
then mv -f ".deps/mediamark.Tpo" ".deps/mediamark.Po";
else rm -f ".deps/mediamark.Tpo"; exit 1;
fi
mediamark.c: In function 'mmkeditor_apply':
mediamark.c:3124: error: invalid lvalue in assignment
mediamark.c:3124: error: invalid lvalue in assignment
mediamark.c:3128: error: invalid lvalue in assignment
mediamark.c:3128: error: invalid lvalue in assignment
make[4]: *** [mediamark.o] Error 1
make[4]: Leaving directory `/stuff/Desktop/xine-ui-0.99.3/src/xitk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/stuff/Desktop/xine-ui-0.99.3/src/xitk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/stuff/Desktop/xine-ui-0.99.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/stuff/Desktop/xine-ui-0.99.3'
make: *** [all] Error 2
thanks for all your help...if im going about it the wrong way please tell me...im just hoping theres some hidden option which enable anti-aliasing for the menu fonts..
Offline
anyone?
Offline
have you got gcc4 installed?
it might be causing problems.
Offline
yup it was the problem.. :)roll back to an earlier gcc resulted in a perfect compile..
however, still have the problem of not being able to have anti-aliased fonts in xine-ui menus...:(
Offline
Pages: 1