Yawning Angel <[email protected]> wrote: > obfsclient (https://github.com/yawning/obfsclient) now also supports the > latest and greatest in pluggable transport technology in the form of > ScrambleSuit. > > All 3 transports pass the "Can I watch youtube over it" test. [...] > Comments, Questions, Feedback appreciated!
Trying to build it on FreeBSD 11.0-CURRENT I get (after a couple
of other issues):
fk@r500 ~/git/obfsclient $make obfsclient
[ 91%] Built target obfsclient_lib
[100%] Building CXX object src/CMakeFiles/obfsclient.dir/main.cc.o
In file included from /home/fk/git/obfsclient/src/main.cc:49:
/home/fk/git/obfsclient/src/schwanenlied/pt/scramblesuit/client.h:145:60:
error: implicit instantiation of undefined template 'std::__1::array<unsigned
char, 1448>'
::std::array<uint8_t, kHeaderLength + kMaxPayloadLength> decode_buf_;
^
/usr/include/c++/v1/__tuple:69:60: note: template is declared here
template <class _Tp, size_t _Size> struct _LIBCPP_TYPE_VIS array;
^
In file included from /home/fk/git/obfsclient/src/main.cc:49:
/home/fk/git/obfsclient/src/schwanenlied/pt/scramblesuit/client.h:64:14: error:
cannot initialize return object of type 'Socks5Server::Session *' with an
rvalue of type
'schwanenlied::pt::scramblesuit::Client *'
return new Client(base, sock, addr, addr_len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
Any ideas?
Fabian
signature.asc
Description: PGP signature
_______________________________________________ tor-dev mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
