![]() |
|
|||||||
| XBMC for Linux and XBMC Live Specific Support Need help with XBMC for Linux or XBMC Live, or think you've found a bug? Discuss it here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 | |
|
Senior Member
Join Date: Mar 2007
Posts: 137
![]() |
im getting a compile error after updating from 7.04 to 7.10
I even nuked my full xbmc dir and got the svn again. here is where its falling apart Quote:
version 10566 thoughts? |
|
|
|
|
|
|
#2 |
|
Team-XBMC Scraper Specialist
Join Date: Aug 2004
Posts: 1,338
![]() |
im not linux guru bit i think there is a SLIGHT difference between the sudo commands 7.04 & 7.10 "the long command lines" you may need to spot the difference and install that package.
Look at the linux.readme
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() If scraper related please always grab the latest XML relevant to the content you are trying to grab info for from this link https://xbmc.svn.sourceforge.net/svn...ystem/scrapers System Specs: A Computer with loads of shiny things that make a noise and bring life to my tv, and xbmc ofc
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2007
Posts: 9
![]() |
You just need to add -llzo2 to the library line in your Makefile. It is missing the lzo2 library at the linking stage.
|
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Oct 2007
Posts: 9
![]() |
A quick and dirty fix if you're using the build.sh script is to change line 3954 in the configure script from
LIBS="-llzo $LIBS" to LIBS="-llzo -llzo2 $LIBS" |
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Mar 2007
Posts: 137
![]() |
I actually had to remove the package llzo2-dev to get it to work. It may of been left over from upgrade from 7.04 to 7.10 after doing this xbmc was able to compile for me... odd..
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Oct 2007
Posts: 1
![]() |
What I did to to make the compile successful is to remove the liblzo2-dev in Gutsy. After removal compile is possible. If checked from the requirement, configure does not require liblzo2-dev at all, but liblzo-dev. That's how I compile the XBMC.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|