![]() |
Compile error latest SVN - 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: Compile error latest SVN (/showthread.php?tid=28911) Pages:
1
2
|
- knatsch - 2007-10-12 Like k-pax I updated today to the Gutsy Beta and now I get the same error when compiling xbmc ![]() - averylinden - 2007-10-12 Do you have the liblzo1 and liblzo-dev packages installed? - knatsch - 2007-10-13 Yes both packages are installed & up-to-date. Newest svn revision still got the same error. I even cannot compile older revisions. - averylinden - 2007-10-13 My svn 10528 doesn't compile either - but with a different error on Fiesty: xbmc/xbox/Network.o: In function `CNetwork::NetworkUp()': Network.cpp ![]() Not too worried about this sort of thing, happens a lot to projects in active development... - d4rk - 2007-10-14 With liblzo related errors, try svn 10529+ and remember to rerun ./configure. If that doesn't do it, remove liblzo2-dev. and try again. Most other undefined reference errors can be fixed by doing a make clean before building. - knatsch - 2007-10-14 Thank you d4rk! After removing this package compiling is working again ![]() |