yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #22012
Re: [Question #688588]: Compilation error
Question #688588 on Yade changed:
https://answers.launchpad.net/yade/+question/688588
Status: Open => Answered
Robert Caulk proposed the following answer:
- manually compile the cgal (version 4.12.1 and 4.8): the same error
persists.
Xenial is libcgal 4.7.4 [1]. And did you link the alternative library
(cgal 4.7.4) correctly during the cmake step?
- error: unused parameter ‘withBoundaries’ [-Werror=unused-parameter]
- error: variable ‘cellEnd’ set but not used [-Werror=unused-but-set-variable]
You can remove those parameters or set -DENABLE_USEFUL_ERRORS=OFF during
cmake step.
[1]https://packages.ubuntu.com/xenial/libcgal-dev
--
You received this question notification because your team yade-users is
an answer contact for Yade.