On Mon, 19 Jan 2015 14:38:22 +0100 Nico Schlömer <[email protected]> wrote:
> When building DOLFIN from sources (latest master), I'm getting error > messages of the type > ``` > /path/to/dolfin/build/swig/modules/mesh/module.i:164: Error: Unable to > find 'dolfin/swig/graph/docstrings.i' > ``` > Any idea what might be going wrong? (Configuration doesn't show any > errors.) Maybe you did 'git clean -fdx -e build' and try to 'cd build/ && make'? (Some generated SWIG files are still written to src instead of build dir. This is know problem.) Try ./cmake/scripts/generate-swig-* or start from scratch by git clean -fdx mkdir build cd build cmake .. make Jan > > Cheers, > Nico > _______________________________________________ > fenics-support mailing list > [email protected] > http://fenicsproject.org/mailman/listinfo/fenics-support _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
