Hi all,

Make test is failing during installation of module Crypt::Idea 1.02


 make test
gcc -c   -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O   -DVERSION=\"1.02\" -DXS_VERSION=\"1.02\" -fPIC
"-I/usr/local/lib/perl5/5.8.0/sun4-solaris-thread-multi/CORE"   IDEA.c
In file included from IDEA.xs:10:
idea.h:5: error: parse error before "idea_cblock"
idea.h:5: warning: data definition has no type or storage class
idea.h:6: error: parse error before "idea_user_key"
idea.h:6: warning: data definition has no type or storage class
idea.h:7: error: parse error before "idea_ks"
idea.h:7: warning: data definition has no type or storage class
idea.h:9: error: parse error before "in"
idea.h:10: error: parse error before "key"
idea.h:11: error: parse error before "userKey"
IDEA.xs: In function `XS_Crypt__IDEA_expand_key':
IDEA.xs:24: error: parse error before "ks"
IDEA.xs:30: error: `u_int16_t' undeclared (first use in this function)
IDEA.xs:30: error: (Each undeclared identifier is reported only once
IDEA.xs:30: error: for each function it appears in.)
IDEA.xs:30: error: parse error before ')' token
IDEA.xs:32: error: `ks' undeclared (first use in this function)
IDEA.xs: In function `XS_Crypt__IDEA_invert_key':
IDEA.xs:41: error: `u_int16_t' undeclared (first use in this function)
IDEA.xs:41: error: parse error before "iks"
IDEA.xs:47: error: parse error before ')' token
IDEA.xs:49: error: `iks' undeclared (first use in this function)
IDEA.xs: In function `XS_Crypt__IDEA_crypt':
IDEA.xs:77: error: `u_int16_t' undeclared (first use in this function)
IDEA.xs:77: error: parse error before ')' token
make: *** [IDEA.o] Error 1


Can any one help.


Thanks.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to