I need headless cli to run on my server (don't own my own computer, just a root shell & a borrowed laptop from work).
How to compile? I recommend including a cli binary. FAQ?
Good work by the way, thanks
update: checked out thr trunk by svn, tried a make after installing g++, no joy:
usr/include/c++/4.3/bits/stl_vector.h:150: instantiated from âvoid std::_Vector_base<_Tp, _Alloc>::_M_deallocate(_Tp*, size_t) [with _Tp = unsigned char, _Alloc = secure_allocator<unsigned char>]â
/usr/include/c++/4.3/bits/stl_vector.h:136: instantiated from âstd::_Vector_base<_Tp, _Alloc>::~_Vector_base() [with _Tp = unsigned char, _Alloc = secure_allocator<unsigned char>]â
/usr/include/c++/4.3/bits/stl_vector.h:235: instantiated from âstd::vector<_Tp, _Alloc>::vector(size_t, const _Tp&, const _Alloc&) [with _Tp = unsigned char, _Alloc = secure_allocator<unsigned char>]â
key.h:105: instantiated from here
serialize.h:684: error: âmemsetâ was not declared in this scope
make: *** [headers.h.gch] Error 1
...amongst other errors (don't know what I'm doing with multiplatform...