[LIVE] "Make" Error
#1
Hi!

I've got problem to compile the newest version (35692) from SVN.
On "make" I get this errors

Code:
xbmc/lib/libjsonrpc/libjsonrpc.a(AudioLibrary.o): In function `JSONRPC::CAudioLibrary::ScanForContent(CStdStr<char> const&, JSONRPC::ITransportLayer*, JSONRPC::IClient*, Json::Value const&, Json::Value&)':
/home/xbmc/xbmc_src/xbmc/lib/libjsonrpc/AudioLibrary.cpp:209: undefined reference to `CApplicationMessenger::ExecBuiltIn(CStdStr<char> const&)'
xbmc/lib/libjsonrpc/libjsonrpc.a(VideoLibrary.o): In function `JSONRPC::CVideoLibrary::ScanForContent(CStdStr<char> const&, JSONRPC::ITransportLayer*, JSONRPC::IClient*, Json::Value const&, Json::Value&)':
/home/xbmc/xbmc_src/xbmc/lib/libjsonrpc/VideoLibrary.cpp:300: undefined reference to `CApplicationMessenger::ExecBuiltIn(CStdStr<char> const&)'
xbmc/lib/libhttpapi/libhttpapi.a(XBMChttp.o): In function `CXbmcHttp::xbmcExecBuiltIn(int, CStdStr<char>*)':
/home/xbmc/xbmc_src/xbmc/lib/libhttpapi/XBMChttp.cpp:2535: undefined reference to `CApplicationMessenger::ExecBuiltIn(CStdStr<char> const&)'
collect2: ld returned 1 exit status
make: *** [xbmc.bin] Error 1

Previously this problem didn't exist.

Anyone have a solution?
Reply
#2
make clean first ?
Reply
#3
It works Smile

Thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
[LIVE] "Make" Error0