Greetings.
I partially solved the issue by commenting lines 13-14 of
modperl_apache_includes.h reading:
/* # include <win32.h>
# include <win32iop.h> */
This gets rid of the syntax errors and modperl compiles cleanly.
The link cannot be closed, however: it ends with a smattering of undefined
symbols. The apparent reason is that system libraries
($Config::Config{libs})donot get appended to the link line, since unresolved symbols
are things
like exit,strcmp that should live in the C runtime lib.
This is possibly an issue with ExtUtils::Makemakerr in bleedperl itself (I
had topatch libwin32 for the same reason) or maybe with Apache::Build, or both...
Ideas on where to go from here?
Cheers,
alf
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]