I tried compiling Apache 2.0.54 with the native SDK and this error appears:
In file included from apr_cpystrn.c:17:
../include/apr.h:393:2: #error no decision has been made on APR_PATH_MAX for your platform
I ran configure thus:
./configure --enable-so
but apart from that everything is vanilla.
Needless to say, APR_PATH_MAX should be set to a constant in limits.h by configure. limits.h exists and configure seems to be able to find it.
Something really simple is missing here, but I can't figure what it is.
Anyone got any ideas?