I am running Solaris 9, perl 5.8.3. When I try to install Crypt::Idea it fails in the 
make process.  

Thanks


# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Crypt::IDEA
# make
cp IDEA.pod blib/lib/Crypt/IDEA.pod
cp IDEA.pm blib/lib/Crypt/IDEA.pm
/usr/local/bin/perl /usr/local/lib/perl5/5.8.3/ExtUtils/xsubpp  -typemap 
/usr/local/lib/perl5/5.8.3/ExtUtils/typemap -typemap typemap  IDEA.xs > IDEA.xsc && mv 
IDEA.xsc IDEA.c
Please specify prototyping behavior for IDEA.xs (see perlxs manual)
gcc -B/usr/ccs/bin/ -c   -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -O   -DVERSION=\"1.02\" -DXS_VERSION=\"1.02\" -fPIC 
"-I/usr/local/lib/perl5/5.8.3/sun4-solaris/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
#


------------------------------------------------------------------------------

This email is confidential and may be legally privileged.

It is intended solely for the addressee. Access to this email by anyone else, unless 
expressly approved by the sender or an authorized addressee, is unauthorized.

If you are not the intended recipient, any disclosure, copying, distribution or any 
action omitted or taken in reliance on it, is prohibited and may be unlawful. If you 
believe that you have received this email in error, please contact the sender, delete 
this e-mail and destroy all copies.

==============================================================================


--
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