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
endif

This 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]

Reply via email to