[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Akka Error while "make"ing



Dear Sir,
I installed all the dependencies but received the attached error while
doing "make" to install akka. :(

Thank you for your help in advance.
-- 
Ibrahim El-Shafei
"HimaTech"

The nice thing about Windows is - It does not crash, it displays a
dialog box
and lets you press 'OK' first.
cd ./src/; make akka_perl_mod.so
make[1]: Entering directory `/tmp/akka-1.0/src'
gcc -c -Wall -c -Wall -c -Wall -I../. -I../src -I../src/examples -I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE -DPERL_POLLUTE akka-module_wrap.c
In file included from /usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/op.h:480,
                 from /usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/perl.h:2209,
                 from akka-module_wrap.c:228:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/reentr.h:602: field `_crypt_struct' has incomplete type
In file included from /usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/perl.h:3368,
                 from akka-module_wrap.c:228:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:246: parse error before "off64_t"
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:248: parse error before "Perl_do_sysseek"
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:248: parse error before "off64_t"
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:248: warning: type defaults to `int' in declaration of `Perl_do_sysseek'
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:248: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:249: parse error before "Perl_do_tell"
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:249: warning: type defaults to `int' in declaration of `Perl_do_tell'
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:249: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:1378: parse error before "Perl_PerlIO_tell"
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:1378: warning: type defaults to `int' in declaration of `Perl_PerlIO_tell'
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:1378: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/proto.h:1379: parse error before "off64_t"
akka-module_wrap.c: In function `boot_akka_perl_mod':
akka-module_wrap.c:822: warning: unused variable `items'
akka-module_wrap.c: At top level:
akka-module_wrap.c:163: warning: `SWIG_TypeDynamicCast' defined but not used
akka-module_wrap.c:175: warning: `SWIG_TypeQuery' defined but not used
akka-module_wrap.c:356: warning: `SWIG_ConvertPtr' defined but not used
akka-module_wrap.c:539: warning: `swig_magic_readonly' defined but not used
make[1]: *** [akka-module_wrap.o] Error 1
make[1]: Leaving directory `/tmp/akka-1.0/src'
make: *** [akka_perl_mod.so] Error 2