Subject: | Can't "make" on Win32 |
C:\Documents and Settings\lee.goddard>cd C:\temp\HTML-Tidy-1.05_02
C:\temp\HTML-Tidy-1.05_02>perl Makefile.PL
Note (probably harmless): No library found for '-ltidy'
Note (probably harmless): No library found for 'oldnames.lib'
Note (probably harmless): No library found for 'kernel32.lib'
Note (probably harmless): No library found for 'user32.lib'
Note (probably harmless): No library found for 'gdi32.lib'
Note (probably harmless): No library found for 'winspool.lib'
Note (probably harmless): No library found for 'comdlg32.lib'
Note (probably harmless): No library found for 'advapi32.lib'
Note (probably harmless): No library found for 'shell32.lib'
Note (probably harmless): No library found for 'ole32.lib'
Note (probably harmless): No library found for 'oleaut32.lib'
Note (probably harmless): No library found for 'netapi32.lib'
Note (probably harmless): No library found for 'uuid.lib'
Note (probably harmless): No library found for 'wsock32.lib'
Note (probably harmless): No library found for 'mpr.lib'
Note (probably harmless): No library found for 'winmm.lib'
Note (probably harmless): No library found for 'version.lib'
Note (probably harmless): No library found for 'odbc32.lib'
Note (probably harmless): No library found for 'odbccp32.lib'
Note (probably harmless): No library found for 'msvcrt.lib'
It seems that you don't have libtidy installed. HTML::Tidy does no
real work on its own. See the section "INSTALLING LIBTIDY" in Tidy.pm
for a step-by-step walkthrough of building the lib. You can also refer
to http://tidy.sourceforge.net/.
If you do have libtidy installed, and I just haven't detected it,
go ahead and try building. If HTML::Tidy builds and tests correctly,
then please let Andy Lester know at bug-html-tidy.cpan.org so that
he can fix the library detection code.
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for '-ltidy'
Note (probably harmless): No library found for 'oldnames.lib'
Note (probably harmless): No library found for 'kernel32.lib'
Note (probably harmless): No library found for 'user32.lib'
Note (probably harmless): No library found for 'gdi32.lib'
Note (probably harmless): No library found for 'winspool.lib'
Note (probably harmless): No library found for 'comdlg32.lib'
Note (probably harmless): No library found for 'advapi32.lib'
Note (probably harmless): No library found for 'shell32.lib'
Note (probably harmless): No library found for 'ole32.lib'
Note (probably harmless): No library found for 'oleaut32.lib'
Note (probably harmless): No library found for 'netapi32.lib'
Note (probably harmless): No library found for 'uuid.lib'
Note (probably harmless): No library found for 'wsock32.lib'
Note (probably harmless): No library found for 'mpr.lib'
Note (probably harmless): No library found for 'winmm.lib'
Note (probably harmless): No library found for 'version.lib'
Note (probably harmless): No library found for 'odbc32.lib'
Note (probably harmless): No library found for 'odbccp32.lib'
Note (probably harmless): No library found for 'msvcrt.lib'
Writing Makefile for HTML::Tidy
C:\temp\HTML-Tidy-1.05_02>nmake test
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cp lib/HTML/Tidy/Message.pm blib\lib\HTML\Tidy\Message.pm
cp lib/HTML/Tidy.pm blib\lib\HTML\Tidy.pm
C:\Perl\bin\perl.exe -IC:\Perl\lib -IC:\Perl\lib C:\Perl\lib\ExtUtils/xs
ubpp -typemap C:\Perl\lib\ExtUtils\typemap Tidy.xs > Tidy.xsc && C:\Perl\bin\pe
rl.exe -IC:\Perl\lib -IC:\Perl\lib -MExtUtils::Command -e 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)
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
C:\temp\HTML-Tidy-1.05_02>