Hello,
I am getting troubles compiling Net-SSH2-0.05 in a Solaris 8 system.
"perl Makefile.PL" works fine, but "make" shows this error list.
Thank you in advance.
===================================
cc -c -I/usr/local/include -I. -D_REENTRANT -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.05\"
-DXS_VERSION=\"0.05\" -KPIC
"-I/usr/local/lib/perl5/5.8.7/sun4-solaris-thread-multi/CORE" SSH2.c
"SSH2.xs", line 689: warning: argument #3 is incompatible with prototype:
prototype: pointer to void : "/usr/local/include/libssh2.h",
line 263
argument : pointer to function() returning void
"SSH2.xs", line 782: non-constant initializer: op "NAME"
"SSH2.xs", line 782: non-constant initializer: op "U*"
"SSH2.xs", line 782: non-constant initializer: op "NAME"
"SSH2.c", line 1164: cannot recover from previous errors
cc: acomp failed for SSH2.c
*** Error code 2
make: Fatal error: Command failed for target `SSH2.o'