I can get Victory running fine on my mac - with a little adjustment. probably won’t like solution but…
There are a couple of functions where there’s an error about a class not being allowed to return a ‘False’ bool - I think it’s some node which finds sockets on a character or something. My solution - because I never use these nodes - is to just comment out the class from the .h and the .cpp files.
also applies to compiling for 4.11 For my purposes I just commented out the functions which didn’t work - it’s a bit of a nasty hack, but it works perfectly for me as I don’t use these character based nodes.
Get your hands a bit dirty is my suggestion! I keep tinkering hoping I’ll suddenly understand C++ (It hasn’t happened yet)
What would probably help is a copy of the error messages from X-code. I think it’s only about 3 classes which return error about bools (for Mac 4.10).