Kodi Community Forum

Full Version: Compile error FileSFTP?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

I've tried different SVNs (28256, 28725) and I get the same error, see pastebin.
http://pastebin.com/1NJTP5TA

I really don't know what to do, but the tragic thing is that I have no old SVN to revert to, and I don't want to use the newer SVN since they seem really unstable atm.

Could someone help, please? Smile
//m
mlmc Wrote:Hi!

I've tried different SVNs (28256, 28725) and I get the same error, see pastebin.
http://pastebin.com/1NJTP5TA

I really don't know what to do, but the tragic thing is that I have no old SVN to revert to, and I don't want to use the newer SVN since they seem really unstable atm.

Could someone help, please? Smile
//m

svn co -r <stick desired version here> ....
Sorry for delay...

Yes, I know that I can svn down an older version. The problem was that most of the gave the same error (i had a few laying around 28256, 28725, etc, etc).

Finally I found a version that worked, r28231. Trac timeline gave me a hint..
14:03 Changeset [28232] by topfs2
Initial SFTP VFS
13:45 Changeset [28231] by arnova
[XBOX] changed: Some version info tweaks



Problem solved, i guess, but why is it that I can't compile the 28725 version and others can? Is there some depency error involved? My Ubuntu is up to date.
Read the README, it has new dependencies. if you do not meet them you won't be able to compile.
Yes, I do update my system according to the README.ubuntu file. All my packages are up to date.

topfs2 Wrote:Read the README, it has new dependencies. if you do not meet them you won't be able to compile.