bgi has asked for the wisdom of the Perl Monks concerning the following question:
what to do?hostkey.c:416: error: syntax error before string constant hostkey.c:426: error: syntax error before '*' token hostkey.c: In function `libssh2_hostkey_methods': hostkey.c:429: error: `_libssh2_hostkey_methods' undeclared (first use + in this function) hostkey.c:429: error: (Each undeclared identifier is reported only onc +e hostkey.c:429: error: for each function it appears in.) hostkey.c: At top level: hostkey.c:438: error: syntax error before "const" hostkey.c:439: error: syntax error before '*' token hostkey.c: In function `libssh2_hostkey_hash': hostkey.c:441: error: `hash_type' undeclared (first use in this functi +on) hostkey.c:447: error: `LIBSSH2_HOSTKEY_HASH_SHA1' undeclared (first us +e in this function) hostkey.c:448: error: `session' undeclared (first use in this function +) hostkey.c:451: error: `NULL' undeclared (first use in this function) make[2]: *** [hostkey.lo] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SSH2 Module on Windows
by tachyon-II (Chaplain) on May 19, 2008 at 11:12 UTC | |
|
Re: SSH2 Module on Windows
by Anonymous Monk on May 19, 2008 at 11:14 UTC | |
by bgi (Sexton) on May 19, 2008 at 11:42 UTC | |
by Anonymous Monk on May 19, 2008 at 12:37 UTC | |
by Anonymous Monk on May 19, 2008 at 12:19 UTC | |
by syphilis (Archbishop) on May 20, 2008 at 07:31 UTC | |
by bgi (Sexton) on May 20, 2008 at 07:57 UTC | |
by syphilis (Archbishop) on May 20, 2008 at 08:08 UTC | |
|
Re: SSH2 Module on Windows
by Anonymous Monk on May 19, 2008 at 11:12 UTC |