First of all, I would like to thanks Pranab Dhar for the patience and
help.
Unfortunately, I can't compile JServ correctly yet. In this meantime
I've tried to found a C compiler (I get Microsoft Visual C++) and use de
Makefile.win32 that comes with the Apache Jserv 1.0 distribution but
without the proper experience with C language I'm getting in deep
trouble.
After some include archives problems that I was able to solve, I've come
to these messages when invoking "nmake /f Makefile.win32 EAPI=ON":
.\jserv.h (81): error C2143: syntax error: missing '{' before
'constant'
.\jserv.h (81): error C2059: syntax error: ''
.\mod_jserv.c (1258): error C2065: 'JSERV_NAME': undeclared
identifier
.\mod_jserv.c (1258): error C4047: 'function': 'const char *'
differs in levels of
indirection from 'int'
.\mod_jserv.c (1258): warning C4024: 'ap_add_version_component':
different
types for formal and actual parameter 1
.\mod_jserv.c (1258): error C2143: syntax error: missing ')' before
'string'
.\mod_jserv.c (1258): error C2059: syntax error: ')'
NMAKE: fatal error U1077: 'C:\ARQUIV~1\DEVSTU~1\VC\BIN\cl.exe':
return code '0x2'
Stop.
I know that, without the source code of Apache JServ that I have will be
almost impossible to help me, but the intention to put these messages
was more to know a direction than a direct solution.
Moreover, if this is a source code problem (considering the first
message), I would like to know if anybody here has a JServ 1.0 code that
compiles correctly.
Thank you all once more.
Gregory Castro.