Subject: | Compilation Error using HTML::Tidy-1.06 |
I can run 'perl Makefile.PL' without any problems, but when I
run 'make' I get the error below. Any help and suggestions on how to
fix this problem is appreciated.
Perl Version: 5.6
OS: RedHat 7.3 - Linux 2.4.20-28.7 #1 Thu Dec 18 11:23:36 EST 2003
i686 unknown
Error:
[root@66 HTML-Tidy-1.06]# make
cp lib/HTML/Tidy/Message.pm blib/lib/HTML/Tidy/Message.pm
cp lib/HTML/Tidy.pm blib/lib/HTML/Tidy.pm
/usr/bin/perl -I/usr/lib/perl5/5.6.1/i386-linux -
I/usr/lib/perl5/5.6.1 /usr/lib/perl5/5.6.1/ExtUtils/xsubpp -
typemap /usr/lib/perl5/5.6.1/ExtUtils/typemap Tidy.xs > Tidy.xsc && mv
Tidy.xsc Tidy.c
Error: 'const char *' not in typemap in Tidy.xs, line 15
Error: 'const char *' not in typemap in Tidy.xs, line 50
Error: 'const char *' not in typemap in Tidy.xs, line 51
Please specify prototyping behavior for Tidy.xs (see perlxs manual)
make: *** [Tidy.c] Error 1