Hello,
My name is Harsha. I am highly interested in contributing to Appleseed. I am trying to build appleseed from source, on my recently purchased MacBook(have been a Linux user mostly) and am currently stuck on compilation.
I am following the instructions on the GitHub wiki, trying to compile the dependency SeExpr and am getting the following error.
[ 74%] SeExpr2Editor.sip'
cd /Users/harsha/external_git/SeExpr/build/src/ui && /usr/local/bin/sip -w -c . -x VendorID -x PyQt_NoPrintRangeBug -x Py_v3 -t Qt_4_8_0 -t WS_X11 -g -j 1 -I. -I -I/usr/local/Cellar/sip/4.19.3_1/include /Users/harsha/external_git/SeExpr/src/ui/SeExpr2Editor.sip
sip: Unable to find file "QtGui/QtGuimod.sip"
make[2]: *** [src/ui/sipexpreditor2part0.cpp] Error 1
make[1]: *** [src/ui/CMakeFiles/expreditor2.dir/all] Error 2
MacOs Version: 10.12.6 which doesn't support pyqt4, so installed using brew install cartr/qt4/qt
Any help and advice is appreciated.
Regards
Harsha