Re: [libssh2] Trouble compiling example projects

2007-08-14 Thread Dan Fandrich
On Wed, Aug 15, 2007 at 03:40:13AM +0200, Guenter Knauf wrote: > just copy the libssh2_config.h to config.h; that should do for the moment... > I will soon take a look, but at the moment a bit short in time... There was a problem in the includes used in the examples makefile, which I fixed last we

Re: [libssh2] Trouble compiling example projects

2007-08-14 Thread Paul Thomas
BTW - the ssh2.c example finally does keyboard-interactive authentication just fine on my bleeding edge Linux box. Keep up the good work devs! Paul On 8/14/07, Paul Thomas <[EMAIL PROTECTED]> wrote: > > Hello all, > > I was trying to test the latest libssh2 stuff and went to build the > ssh2.cex

Re: [libssh2] Trouble compiling example projects

2007-08-14 Thread Guenter Knauf
Hi Paul, > I was trying to test the latest libssh2 stuff and went to build the > ssh2.cexample and found that it was unable to find the " > config.h" file. How do I go about generating this? There really are not > any > windows build instructions for any of the examples... no NMakefile either. > I'

[libssh2] Trouble compiling example projects

2007-08-14 Thread Paul Thomas
Hello all, I was trying to test the latest libssh2 stuff and went to build the ssh2.cexample and found that it was unable to find the " config.h" file. How do I go about generating this? There really are not any windows build instructions for any of the examples... no NMakefile either. I've got th