Index: src/platform.h ================================================================== --- src/platform.h +++ src/platform.h @@ -71,10 +71,14 @@ #if defined(__APPLE__) # include # if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE # define OF_IOS +/* + * iOS has the functions, so configure will find them, but they cannot be used. + */ +# undef OF_HAVE_PROCESSES # else # define OF_MAC_OS_X # endif #elif defined(__linux__) # define OF_LINUX