FYI... From Thursday CVS snapshot...
Pier
------ Forwarded Message
> From: Marcus Adair <[EMAIL PROTECTED]>
> Reply-To: [email protected]
> Date: Sun, 23 Sep 2001 12:43:35 -0500
> To: tomcat-user <[email protected]>
> Subject: stdint.h not found when compiling apr in webapp 1.0 (tc4.0)
>
> I'm doing ./configure then make --with-apxs and I can't avoid a compile
> error in the APR.
>
> Following is the output when I try compiling the apr dir in the source
> distro. I'm running FreeBSD 4.4 on Intel. Tomcat 4.0 is running fine, as
> well as JDK 1.3.1_01.
>
> Any help is much appreciated,
>
> Output after ./configure; make
>
> Making all in strings
> /bin/sh
> /usr/home/gcom/webapp-module-1.0-tc40/apr/libtool --silent --mode=compile
> cc -g -O2 -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -I../include -I../
> include/arch/unix -c apr_cpystrn.c && touch apr_cpystrn.lo
> In file included from apr_cpystrn.c:55:
> ../include/apr.h:132: stdint.h: No such file or directory
> *** Error code 1
>
> Stop in /usr/home/gcom/webapp-module-1.0-tc40/apr/strings.
> *** Error code 1
>
> Stop in /usr/home/gcom/webapp-module-1.0-tc40/apr/strings.
> *** Error code 1
>
> Stop in /usr/home/gcom/webapp-module-1.0-tc40/apr.
------ End of Forwarded Message