Compiling error on Centos 5.3 x86_64
#1
Hi,

I'm trying to compile XBMC on a fresh Centos 5.3 x86_64 install. I get the source from the svn but I get the following error during the compilation:

make -C guilib
make[1]: Entering directory `/root/linuxport/XBMC/guilib'
g++ -MD -c -O2 -g -D_DEBUG -Wall -D_LINUX -D_FILE_DEFINED -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DINSTALL_PATH="\"/usr/local/share/xbmc\"" -DHAS_SDL_JOYSTICK -DHAS_XRANDR -DHAS_PCRE -D'SVN_REV="22283M"' -DHAVE_CONFIG_H -DDLL_PATH_LIBCURL="\"/usr/lib64/libcurl.so.4\"" -I. -I../ -Icommon -I../xbmc -I../xbmc/cores -I../xbmc/linux -I../xbmc/utils -I/usr/include/freetype2 -I/usr/include/SDL -I/root/linuxport/XBMC -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/hal -I/usr/include/lzo GraphicContext.cpp -o GraphicContext.o
../xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h:71: error: FNGLXBINDTEXIMAGEEXTPROC does not name a type
../xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h:72: error: PFNGLXRELEASETEXIMAGEEXTPROC does not name a type
make[1]: *** [GraphicContext.o] Error 1
make[1]: Leaving directory `/root/linuxport/XBMC/guilib'
make: *** [guilib/guilib.a] Error 2
[root@mythtvsrv XBMC]#

Does anybody have an idea how I can fix this?
Reply
#2
I spent too much time trying to install XBMC on Centos x64. I will install it on Ubuntu instead...
Reply
#3
Good idea, probably centos has some ancient version of a dep that's incompatible. They like to not update things, ever.
Reply

Logout Mark Read Team Forum Stats Members Help
Compiling error on Centos 5.3 x86_640