I am trying to build Slicer on my Mac. Qt4 installer does not work on El Capitan. I have tried homebrew, but it only installs Qt5 now. I also tried compile Qt4 with the homebrew patch, still failed. Is there any other way to get Qt4 working?
I have successfully installed Qt4 with ‘brew install cartr/qt4/qt’ according to the post http://slicer-devel.65872.n3.nabble.com/Struggling-with-Sierra-build-td4037945.html. Thanks Christian!
While building Slicer, I run into the error “This platform’s pyconfig.h needs to define PY_FORMAT_LONG_LONG”. I tried configure python-cmake-buildsystem directly but still got the same error. Anyone has any idea why?