Steffen Haase wrote:
>
> Hi,
>
> jean-frederic clere wrote:
>
> > Have you done configure before doing make?
>
> yes, of course.
>
> > >
> > > What is mach-o?
> >
> > MacOS/X
>
> where can I find it? It seems that I need these header files for compiling the
>webapp sources.
Finding it will not help. Something else is wrong.
At least 2 things:
1 - What is the result of your configure?
(There must be something wrong).
2 - On my machine I have:
+++
In file included from apr_cpystrn.c:55:
../include/apr.h:281: sys/syslimits.h: No such file or directory
make[3]: *** [apr_cpystrn.lo] Error 1
make[3]: Leaving directory `/home/jfclere/webapp/apr/strings'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jfclere/webapp/apr/strings'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jfclere/webapp/apr'
make: *** [apr-all] Error 2
+++
The APR included in webapp is not OK (At least for SuSe 7.2).
I have used an other one from CVS (tagged APACHE_2_0_22_dev). It works OK.
Could you try using APR from CVS?
You have to solve 1 before 2 ;-)
>
> best regards,
>
> Steffen