Bug#623560: FTBFS on kfreebsd-*: fatal error: Driver_Document.h: No such file or directory
Werner Mayer
werner.wm.mayer at gmx.de
Sun Jul 10 21:33:58 UTC 2011
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
More information about the debian-science-maintainers
mailing list