XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > XBMC General Help and Support > XBMC for Linux and XBMC Live Specific Support

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.

Reply
 
Thread Tools Search this Thread Display Modes
Old 2007-10-18, 20:01   #1
gateway69
Senior Member
 
Join Date: Mar 2007
Posts: 137
gateway69 is on a distinguished road
Default latest svn on 7.10 doesnt compile

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:
lsmbclient -llzo -lfribidi -lfreetype -ldl -lcdio -lSDL_mixer -lSDL_image -lSDL -lXinerama -lGLU -lGLEW -lGL -rdynamic
guilib/TextureBundle.o: In function `CTextureBundle::OpenBundle()':
/home/gateway/XBMC/guilib/TextureBundle.cpp:275: undefined reference to `__lzo_init_v2'
collect2: ld returned 1 exit status
make[1]: *** [XboxMediaCenter] Error 1
make[1]: Leaving directory `/home/gateway/XBMC'
make: *** [all] Error 2
make: Leaving directory `/home/gateway/XBMC'

version 10566

thoughts?
__________________
-------------
I Bare It All -Personal Blog
gateway69 is offline   Reply With Quote
Old 2007-10-18, 20:14   #2
C-Quel
Team-XBMC Scraper Specialist
 
C-Quel's Avatar
 
Join Date: Aug 2004
Posts: 1,338
C-Quel is on a distinguished road
Default

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
C-Quel is offline   Reply With Quote
Old 2007-10-18, 21:06   #3
Redhound
Junior Member
 
Join Date: Oct 2007
Posts: 9
Redhound is on a distinguished road
Default

You just need to add -llzo2 to the library line in your Makefile. It is missing the lzo2 library at the linking stage.
Redhound is offline   Reply With Quote
Old 2007-10-18, 21:15   #4
Redhound
Junior Member
 
Join Date: Oct 2007
Posts: 9
Redhound is on a distinguished road
Default

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"
Redhound is offline   Reply With Quote
Old 2007-10-19, 23:21   #5
gateway69
Senior Member
 
Join Date: Mar 2007
Posts: 137
gateway69 is on a distinguished road
Default

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..
__________________
-------------
I Bare It All -Personal Blog
gateway69 is offline   Reply With Quote
Old 2007-10-24, 23:16   #6
munmon
Junior Member
 
Join Date: Oct 2007
Posts: 1
munmon is on a distinguished road
Default

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.
munmon is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 15:37.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project