The problem described is a compilation problem and isn't related to to the make install. I had this problem when I tried to compile the source after downloading it a while ago. The problem is caused by the constants TYPE_... not being defined anywhere in the source. To solve this problem I took at look at the java warp source to determine what the constants should be and then added them into pr_warp.h file as follows:
#define TYPE_ERROR 0x00 #define TYPE_DISCONNECT 0xfe .... As I mentioned I downloaded my source a while ago and I haven't checked against the latest source. If the problem is still there then I think this might be a broken mainline. Simon. > > make install? I don't run it. I manually copy mod_webapp.so from > apache-1.3/.libs to libexec directory. README.txt should have all > information you need. > > Punky > > ----- Original Message ----- > From: "Noaman Ahmed" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, April 06, 2002 9:18 PM > Subject: Building modapp for Tomcat4.0 and apache1_3.23 > > > I am getting following o/p at the time of builng webapp module . > > ../configure with all appropriate action succeds. > > Even > make Succeds > > But I get following error at the time of make install > > > > make[1]: Entering directory "lib" > make[1]: Invoking "make build" > /usr/local/bin/gcc -g -O2 -g -O2 -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS - > D_RE > ENTRANT -I/usr/local/apr/include -I/software/user/webapp_module/include -c > "pr > _warp.c" -o "pr_warp.o" > pr_warp.c: In function `headers': > pr_warp.c:198: `TYPE_REQ_HEADER' undeclared (first use in this function) > pr_warp.c:198: (Each undeclared identifier is reported only once > pr_warp.c:198: for each function it appears in.) > pr_warp.c: In function `warp_handle': > pr_warp.c:245: `TYPE_REQ_INIT' undeclared (first use in this function) > pr_warp.c:279: `TYPE_REQ_CONTENT' undeclared (first use in this function) > pr_warp.c:291: `TYPE_REQ_SCHEME' undeclared (first use in this function) > pr_warp.c:303: `TYPE_REQ_AUTH' undeclared (first use in this function) > pr_warp.c:329: `TYPE_REQ_CLIENT' undeclared (first use in this function) > pr_warp.c:345: `TYPE_REQ_SERVER' undeclared (first use in this function) > pr_warp.c:359: `TYPE_REQ_PROCEED' undeclared (first use in this function) > pr_warp.c:372: `TYPE_RES_STATUS' undeclared (first use in this function) > pr_warp.c:380: `TYPE_RES_HEADER' undeclared (first use in this function) > pr_warp.c:391: `TYPE_RES_COMMIT' undeclared (first use in this function) > pr_warp.c:396: `TYPE_RES_BODY' undeclared (first use in this function) > pr_warp.c:403: `TYPE_RES_DONE' undeclared (first use in this function) > pr_warp.c:408: `TYPE_CBK_READ' undeclared (first use in this function) > pr_warp.c:416: `TYPE_CBK_DONE' undeclared (first use in this function) > pr_warp.c:418: `TYPE_CBK_DATA' undeclared (first use in this function) > pr_warp.c:421: `TYPE_ERROR' undeclared (first use in this function) > pr_warp.c:373: warning: unreachable code at beginning of switch statement > pr_warp.c:373: warning: unreachable code at beginning of switch statement > *** Error code 1 > make: Fatal error: Command failed for target `pr_warp.o' > Current working directory /software/user/webapp_module/lib > *** Error code 1 > make: Fatal error: Command failed for target `template' > Current working directory /software/user/webapp_module > *** Error code 1 > make: Fatal error: Command failed for target `lib-build' > you have mail > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>