Same Compile Error for a couple days.
#31
Got it compiled, thanks. When I read this thread it seemed only 8.04 was affected and 8.10 should have compiled.

I had to 'apt-get remove libsmbclient-dev' first from my older version and then add the jaunty version.
Reply
#32
Nice it works now had to figure out how to find the sources.list file but after that it was easy Smile thanks
Reply
#33
xbmc/FileSystem/filesystem.a(FileSmb.o): In function `CSMB::URLEncode(CStdStr<char> const&)':
/home/xbmc/XBMC/xbmc/FileSystem/FileSmb.cpp:276: undefined reference to `smbc_urlencode'
collect2: ld returned 1 exit status
make: *** [xbmc.bin] Error 1

System: Debian Lenny with the updates from the readme for linux
Used the latest svn-update.
Reply
#34
xinkill

I installed libsmbclient and libsmbclient-dev 3.3 from debian backports and get it compiled.

http://www.backports.org/dokuwiki/doku.php
Reply
#35
I'm pretty sure this got fixed last night with no need for any external help. AlTheKiller could confirm that...

TheUni
Reply
#36
That confirmed. Lemme know if any paths with weird chars suddenly stop playing from SMB sources.
Reply
#37
Lightbulb 
Hello,

Due to the same errors on Intrepid PPA, I have backported samba to an Intrepid PPA myself.

https://edge.launchpad.net/~xbmc-addons/+archive/ppa
Code:
deb [url]http://ppa.launchpad.net/xbmc-addons/ppa/ubuntu[/url] intrepid main
deb-src [url]http://ppa.launchpad.net/xbmc-addons/ppa/ubuntu[/url] intrepid main
It has been built on Intrepid and thus the binaries are sure to be compatible.

Note: There is a risk when you add Jaunty repository to your sources that you would update a lot more packages that you originally wanted to.
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.


Image

Want a clean no-ads paste bin? http://pastebin.ubuntu.com/
Reply

Logout Mark Read Team Forum Stats Members Help
Same Compile Error for a couple days.0