Details
Description
Shiboken versions 1.2.0 and 1.2.1 both fail to compile on OS 10.9, both due to the same error message. The build log and CMakeCache are here: https://gist.github.com/jensenb/7118598
OS X 10.9 switched to libc++ by default, which is mostly c++11 compliant and does not support tr1. I think this may be the problem.