Build Error with 10772
#1
After the latest trunk merge, I think the new textbox scrolling function has a bug in it; here's the output.

Code:
/home/psyber/SandBox/XBMC/xbmc/lib/libPython/xbmcmodule/controltextbox.cpp:95: undefined reference to `CGUITextBox::CGUITextBox(unsigned long, unsigned long, float, float, float, float, float, float, CImage const&, CImage const&, CImage const&, CImage const&, CLabelInfo const&, float, float, CLabelInfo const&)'
collect2: ld returned 1 exit status
make[1]: *** [XboxMediaCenter] Error 1
make[1]: Leaving directory `/home/psyber/SandBox/XBMC'
make: *** [all] Error 2
make: Leaving directory `/home/psyber/SandBox/XBMC'
make[1]: *** [XboxMediaCenter] Error 1
make: *** [all] Error 2

I'll also leave this info in the IRC Channel
Reply
#2
Nevermind, I did a clean pull from SVN and the compile error disappeared.
Reply

Logout Mark Read Team Forum Stats Members Help
Build Error with 107720