Fredrik Ehnbom
Fredrik Ehnbom
Not looked into it, but I'm getting: ``` [ 84%] Performing install step for 'libssh' [ 1%] Building C object src/CMakeFiles/ssh_shared.dir/agent.c.o In file included from /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/session.h:28, from /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/src/agent.c:56: /Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build/libs-prefix/src/libs-build/libssh-prefix/src/libssh/include/libssh/channels.h:79: error:...
What's your output if you run: ``` touch libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/libssh-mkdir make VERBOSE=1 ``` ? Mine is: ``` 10:08 ~/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build $ touch libs-prefix/src/libs-build/libssh-prefix/src/libssh-stamp/libssh-mkdir 10:08 ~/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build $ make VERBOSE=1 /usr/local/Cellar/cmake/3.2.2/bin/cmake -H/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox -B/Users/quarnster/android/system/.boxee/boxeebox-xbmc/tools/boxeebox/build --check-build-system...
> Binutls, GCC 4.8.2 Glibc 2.19 What about the kernel version? If you didn't use 2.6.28 I'd suggest that that is the reason for: > ./libstdc++.so.6: ELF file OS ABI...
Yeah it was for osx. One way to fix could be to set a `SED` variable to `sed` on linux and `gsed` on OSX and then use `${SED}` in the...
yeah, that could work too
Well, no, because then you won't have .sublime-project settings respected (which are queried via view.settings()). You are correct however that it should fallback to completion settings if no view settings...
It appears there's a version check python script in xbmc TOT, so that should be modified as needed for the boxeebox version.
This one is probably newbie friendly, but I haven't look into the version check scripts. I presume only some python knowledge is needed.
Yeah, trick modes are not implemented. Beta 1 I think, marking as such.
Wouldn't expect it to work out of the box. Someone needs to write some special code for the SMD codecs, see the [trick modes](https://github.com/quarnster/boxeebox-xbmc/blob/master/tools/boxeebox/intel/headers/ismd_vidrend.h#L102) section in the video renderer header....