SVN 12923 - LinuxRendererATI.o Compile error
#1
Just had my build fail after the latest svn up.

I had done all the correct steps:
svn up
./configure
make clean
make

xbmc/cores/VideoRenderers/LinuxRendererATI.oSad.rodata._ZTV17CLinuxRendererATI[vtable for CLinuxRendererATI]+0x60): undefined reference to `CLinuxRendererGL::Render(unsigned int)'
collect2: ld returned 1 exit status
make[1]: *** [XboxMediaCenter] Error 1

Manually deleting that LinuxRendererATI.o fixed the problem and it would compile fine, it wouldnt be compiled again next time i did a make either.

Just thought id give a heads up to anyone getting that error.
Reply
#2
delete the file or do
make distclean
its not used anymore

And wrong forum Smile
Reply

Logout Mark Read Team Forum Stats Members Help
SVN 12923 - LinuxRendererATI.o Compile error0