Hi! I'm trying to compile libssh on Windows 7 but it fails. I've pulled libssh from the Git repo. Installed openSSL. Installed Visual Studio 11
Ran "cmake ../libssh -DWITH_ZLIB=No -G"NMake Makefiles"" Running nmake: Microsoft (R) Program Maintenance Utility Version 11.00.50727.1 Copyright (C) Microsoft Corporation. All rights reserved. Scanning dependencies of target ssh_shared [ 1%] Building C object src/CMakeFiles/ssh_shared.dir/agent.c.obj agent.c [ 2%] Building C object src/CMakeFiles/ssh_shared.dir/auth.c.obj auth.c C:\Users\Siim\Documents\libssh\include\libssh/priv.h(55) : fatal error C1189: #error : "no strtoull function found" NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\cl.exe' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0 \VC\BIN\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0 \VC\BIN\nmake.exe"' : return code '0x2' Stop. Could you help me and tell me what am I doing wrong? Thank you in advance! Siim
