Hello Martin, I spend some time to have a look to some other test systems are based on Mac OS X 10.6.8 also.
> We compile it on MacOSX Server 10.6.8, the MNT_CPROTECT is defined in the > /usr/include/sys/mount.h file: > > $ grep -r MNT_CPROTECT /usr/include/ 2>/dev/null > /usr/include/sys/mount.h:#define MNT_CPROTECT 0x00000080 /* file > system supports content protection */ > > If you build for 10.6 SDK, it should work fine. The Mac OS X 10.6.8 systems with Xcode 3.2.6 contain the sufficient header files (e.g. /usr/include/sys/mount.h). #define MNT_CPROTECT 0x00000080 /* file system supports content protection */ The Mac OS X 10.6.8 systems with Xcode 3.2.4 do not. And for Mac OS X 10.5.8 (I use Xcode 3.1.4) an useful build environment is not available. Unfortunately my test system is based on Mac OS X 10.6.8 with Xcode 3.2.4, that was the reason I can't find the right header files. Based on a Mac OS X 10.6.8 system with Xcode 3.2.6 I am able to build Monit 5.22.0. Next week I start testing Monit 5.22.0 in the AIX (we use AIX 7.1) playground. Thanks for all your help, Lutz -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
