FreeCAD / homebrew-freecad

Homebrew recipes for FreeCAD
53 stars 34 forks source link

command 'clang' failed on 10.10.2 #11

Closed TLQuest closed 7 years ago

TLQuest commented 9 years ago

When setting Homebrew Dependencies: brew install --HEAD pivy I get: ==> Installing pivy from sanelson/homebrew-freecad ==> Cloning https://bitbucket.org/Coin3D/pivy Updating /Library/Caches/Homebrew/pivy--hg ==> python setup.py install --prefix=/usr/local/Cellar/pivy/HEAD /usr/local/Cellar/coin/3.1.3/Frameworks/Inventor.framework/Headers/Qt/devices/SoQtDevice.h:39:10: fatal error: 'qevent.h' file not found

include

     ^

1 error generated. error: command 'clang' failed with exit status 1

sanelson commented 9 years ago

It is possible that Coin was built with SoQt. I think this could cause this to happen. As far as I know, SoQt is no longer needed by FreeCAD. Try building Coin with the following options:

brew install --without-framework --without-soqt sanelson/freecad/coin

bblacey commented 7 years ago

Closing as OBE/no response.