Hi LswaN, NSWindowCollectionBehaviorFullScreenPrimary was introduced in 10.7; the same kind of compilation problem against earlier SDKs happened with the nativePixel implementation. I don't have the latest source here now, but I suspect the fix will be similar to that one[1] (i.e. a MAC_OS_X_VERSION_MIN_REQUIRED check).
Cheers, Patrick [1] http://lists.blender.org/pipermail/bf-blender-cvs/2012-December/052166.html > From: [email protected] > To: [email protected] > Date: Sat, 6 Apr 2013 23:12:25 -0500 > Subject: [Bf-committers] Build error on Mac OSX, r.55863 > > Hi all, using svn revision 55863 I have run into the following build error: > [ 73%] Building CXX object > intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_WindowCocoa.mm.o/Users/lukeswanson/blender-build/blender/intern/ghost/intern/GHOST_WindowCocoa.mm: > In constructor ‘GHOST_WindowCocoa::GHOST_WindowCocoa(GHOST_SystemCocoa*, > const STR_String&, GHOST_TInt32, GHOST_TInt32, GHOST_TUns32, GHOST_TUns32, > GHOST_TWindowState, GHOST_TDrawingContextType, bool, > GHOST_TUns16)’:/Users/lukeswanson/blender-build/blender/intern/ghost/intern/GHOST_WindowCocoa.mm:628: > error: ‘NSWindowCollectionBehaviorFullScreenPrimary’ was not declared in > this scopemake[2]: *** > [intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_WindowCocoa.mm.o] > Error 1make[1]: *** [intern/ghost/CMakeFiles/bf_intern_ghost.dir/all] Error > 2make: *** [all] Error 2 > I'm not sure exactly when this error was introduced, today would have been > the first version I've built since r.55515, which obviously leaves over 300 > commits that could have created this problem.Building with Cmake on Mac OSX > 10.6.8. Any help or fix for this is greatly appreciated! > > > Thank you for your time.-LswaN > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
