Hi, Am 12.01.2011 06:57, schrieb zl liu: > The testing of libssh2-1.2.8-20110111, > Compiled with visual c++ 6.0 and has following errors: > libssh2-1.2.8-20110111\src\session.c(359) : error C2065: 'socklen_t' : > undeclared identifier we dont support VC 6.0 without PSDK; if you really want to compile with 12+ year old headers then you need to add a line typedef int socklen_t; to your winsock2.h header.
Gün. _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
