Kodi Community Forum
[LIVE] "Make" Error - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: [LIVE] "Make" Error (/showthread.php?tid=88582)



[LIVE] "Make" Error - mateusz.sz - 2010-12-25

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?


- davilla - 2010-12-25

make clean first ?


- mateusz.sz - 2010-12-25

It works Smile

Thank you.