← Back to team overview

yade-dev team mailing list archive

Re: [Bug 431834] Re: VTK feature problem to compile

 

scons CPPPATH='/usr/include/vtk-5.0/'
seems starts to compile, but then:

In file included from
/home/gladk/dem/yade/testBuild/build-testBuild/packages.cpp:201:
/home/gladk/dem/yade/testBuild/yade/pkg/dem/Engine/StandAloneEngine/VTKRecorder.cpp:10:39:
error: vtkXMLMultiBlockDataWriter.h: No such file or directory
/home/gladk/dem/yade/testBuild/yade/pkg/dem/Engine/StandAloneEngine/VTKRecorder.cpp:11:33:
error: vtkMultiBlockDataSet.h: No such file or directory


What about adding next string to SConscript?

    if 'vtk' in env['features']:
*        conf.env.Append(CPPPATH='/usr/include/vtk-5.0/')*


______________________________


Anton Gladkyy


2009/9/17 Václav Šmilauer <eudoxos@xxxxxxxx>

> It should be autodetected, or you should include the headers the <vtk/
> portion included (the second being prefereable). Is that possible?
>
> --
> VTK feature problem to compile
> https://bugs.launchpad.net/bugs/431834
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Yet Another Dynamic Engine: New
>
> Bug description:
> I tried to install VTK feature, but can compile with vtk feature enabled:
>
> I get:
>
> Checking for vtkInstantiator::New() in C++ library vtkHybrid... no
> ERROR: Unable to compile with optional feature `vtk'.
>
> I installed all packages with "vtk" name in my Ubuntu 9.04
>

-- 
VTK feature problem to compile
https://bugs.launchpad.net/bugs/431834
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.

Status in Yet Another Dynamic Engine: New

Bug description:
I tried to install VTK feature, but can compile with vtk feature enabled:

I get:

Checking for vtkInstantiator::New() in C++ library vtkHybrid... no
ERROR: Unable to compile with optional feature `vtk'.

I installed all packages with "vtk" name in my Ubuntu 9.04



Follow ups

References