Hi Anton,yes there is a simple way to fix this bug. Just open the file FreeCAD/src/3rdParty/Makefile.am and put a "if HAVE_OPENCASCADE/endif" around the line SUBDIRS=salomesmesh. It should look like this:
if HAVE_OPENCASCADE SUBDIRS=salomesmesh endifThis way the Makefile of salomesmesh would be completely ignored if configure didn't find OpenCascade.
Cheers, Werner -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

