Actually, I'm guessing it is this test that is failing...

#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5
typedef long NSInteger;
typedef unsigned long NSUInteger;
#endif



I can never recall the ins-and-outs of OSX's versioning, but I think  
that MAC_OS_X_VERSION_MAX_ALLOWED is maybe set by Xcode, but not for  
command line builds?
Is that likely?

-- 
Ian



_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to