Hi, On our machine (BS2000) there is a mm.h in /usr/local/include and it is conflicting with the APR one in srclib/apr/shmem/unix/mm. We need to use CFLAGS="-I/usr/local/include" for the configure because the basic /usr/include only gives a very reduced set of includes.
The problem is due to that APR puts the CFLAGS before its own includes. How should I solve this problem? Cheers Jean-frederic
