Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - zog

Pages: [1]
1
Zaurus - pdaXrom / Compiling Apache
« on: August 30, 2005, 08:03:58 am »
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:

Code: [Select]

 ./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?

Pages: [1]