"Pier P. Fumagalli" wrote:
>
> jean-frederic clere at [EMAIL PROTECTED] wrote:
> >
> > Hi,
> >
> > I have started to test mod_webapp I have some complains:
>
> Oh, well...
>
> > - It needs gnu make but could have used normal make. - Should I change it? -
>
> How about APR... Which one does it need?
Normal make.
>
> > - When configuring APR I need to pass some parameters:
> > CC=/usr/bin/cc \
> > CFLAGS=-DXTI_SUPPORT \
> > ./configure --enable-static --disable-shared --disable-threads
> > (I will add this to the README.txt)
>
> I don't get why you have to specify the CC location (should be in your path)
> and enable XTI_SUPPORT... It's pointless to add them to the readme... If
> your platform requires those two things, they need to be updated in the APR
> configure script.
I have just committed it - Have a look to it - (Yes, I could have added this to
APR)
>
> > - The make build the java part but it needs CLASSPATH... (We use ant
> > everywhere, why using make for mod_webapp).
>
> So? The official Java build of the Warp code is the one in the
> jakarta-tomcat-4 repository...
So I am just loosing time? Where hell is the correct code? (Should be in
jakarta-tomcat-connectors!).
>
> PIer