Re: error during make of libssh

2015-07-08 Thread Raghaw Shukla
I have not tried I Directly used the compiled one . On Wed, Jul 8, 2015 at 5:07 PM, Aris Adamantiadis a...@0xbadc0de.be wrote: Does it work if you remove the -DWITCH_STATIC_LIB option ? Le 08/07/15 08:23, Raghaw Shukla a écrit : Hi Andreas, Can u please let me know the

Re: error during make of libssh

2015-07-08 Thread Aris Adamantiadis
Does it work if you remove the -DWITCH_STATIC_LIB option ? Le 08/07/15 08:23, Raghaw Shukla a écrit : Hi Andreas, Can u please let me know the version/configuration of your gcc/compiler.I am using MINGW . On Tue, Jul 7, 2015 at 12:45 PM, Andreas Schneider a...@cryptomilk.org

Re: how to create scp server

2015-07-08 Thread Игорь Коваленко
I need a simple functionality of scp. I've got some progress with a file reading on server. I've opened a channel and then I've done this: ... std::vectorstd::string execParams; do { message = ssh_message_get(session); if (ssh_message_type(message) == SSH_REQUEST_CHANNEL

Re: error during make of libssh

2015-07-08 Thread Andreas Schneider
On Wednesday 08 July 2015 11:53:30 Raghaw Shukla wrote: Hi Andreas, Can u please let me know the version/configuration of your gcc/compiler.I am using MINGW . I've used CMake 3.1 and the latest MinGW release to compile the binaries you can find at:

Re: error during make of libssh

2015-07-08 Thread Raghaw Shukla
Hi Andreas, Can u please let me know the version/configuration of your gcc/compiler.I am using MINGW . On Tue, Jul 7, 2015 at 12:45 PM, Andreas Schneider a...@cryptomilk.org wrote: On Tuesday 07 July 2015 06:53:32 Raghaw Shukla wrote: Hi , After doing cmake and doing make i get this