I face the error:
"/usr/local/apr/include/apr-1/apr.h:270: parse error before "apr_off_t""
You probably need to include the proper header files in your mp-sample.c:
#include <apr.h>
-- Avi
I face the error:
"/usr/local/apr/include/apr-1/apr.h:270: parse error before "apr_off_t""