Nilay Puri wrote:

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

this doesn't look right. make test is not suppose to need to compile 
anything. are you sure you have followed the correct installation procedure 
for the module? generally speaking, you need:

perl Makefile.PL
make 
make test
make install

make does the actual compilation and linking, make test simply runs the 
testing script against blib/* and make install pushs the module out to the 
right place. 

david
-- 
s$s*$+/<tgmecJ"ntgR"tgjvqpC"vuwL$;$;=qq$
\x24\x5f\x3d\x72\x65\x76\x65\x72\x73\x65
\x24\x5f\x3b\x73\x2f\x2e\x2f\x63\x68\x72
\x28\x6f\x72\x64\x28\x24\x26\x29\x2d\x32
\x29\x2f\x67\x65\x3b\x70\x72\x69\x6e\x74
\x22\x24\x5f\x5c\x6e\x22\x3b\x3b$;eval$;

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