← Back to team overview

yade-users team mailing list archive

Re: Optional libraries (VTK, Eigen)

 

> VTK seems to clash with gts.  What should I do to get VTK work?
> Another question is my CPPPATH already has /usr/include/eigen2.   How
> do I write CPPPATH with 2 paths?
Care to read "scons -h"? (colon-separated). There is no clash of gts and
vtk; vtk needs its special CPPPATH as well (it is in the default
setting, as you used one for eigen, you removed the default values.. you
should use something like

CPPPATH=/usr/include/eigen2:/usr/include/vtk-5.4

For gts, you need to have the libgts-dev package installed (no need to
change CPPPATH for gts)

HTH, Vaclav





Follow ups

References