You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Henry San <sa...@real-info.com> on 2001/04/12 00:42:53 UTC

Building Connector

Hi,

I'm trying to build the Tomcat-Apache WarpConnector, but evey time I type
"make" I get the following:

make[1]: Entering directory
`/data05/jakarta-tomcat-4.0/src/connectors/webapplib'
gcc -O6 -Wall -Wstrict-prototypes  -I../webapplib -c wa.c -o wa.o
In file included from ../webapplib/wa.h:98,
                 from wa.c:61:
../webapplib/wa_config.h:75: warning: function declaration isn't a prototype
In file included from ../webapplib/wa.h:100,
                 from wa.c:61:
../webapplib/wa_memorypool.h:77: warning: function declaration isn't a
prototype
wa.c:68: parse error before `*'
wa.c:68: warning: function declaration isn't a prototype
wa.c: In function `wa_init':
wa.c:69: `wa_connections' undeclared (first use in this function)
wa.c:69: (Each undeclared identifier is reported only once
wa.c:69: for each function it appears in.)
wa.c:72: `cb' undeclared (first use in this function)
wa.c:73: `wa_callbacks' undeclared (first use in this function)
wa.c:76: warning: implicit declaration of function `wa_callback_debug'
wa.c:76: `WA_LOG' undeclared (first use in this function)
wa.c:77: warning: implicit declaration of function `wa_callback_serverinfo'
wa.c:77: `WA_NAME' undeclared (first use in this function)
wa.c:77: parse error before string constant
wa.c:82: structure has no member named `prov'
wa.c: In function `wa_destroy':
wa.c:94: `wa_connections' undeclared (first use in this function)
wa.c:98: structure has no member named `prov'
wa.c:99: `WA_LOG' undeclared (first use in this function)
wa.c:103: `wa_callbacks' undeclared (first use in this function)
make[1]: *** [wa.o] Error 1
make[1]: Leaving directory
`/data05/jakarta-tomcat-4.0/src/connectors/webapplib'
make: *** [webapplib/libwebapp.a] Error 2

Any help would be greatly appreciated.

-Henry