[Paraview] include paths for building examples with superbuild
Vanmoer, Mark W
mvanmoer at illinois.edu
Wed Sep 11 17:15:27 EDT 2013
Hi, I think I have a complete ParaView superbuild on Titan. I'm trying to get the wiki C++ coprocessing example to compile and get the following:
Scanning dependencies of target CoProcessingExample
[100%] Building CXX object CMakeFiles/CoProcessingExample.dir/CoProcessingExample.cxx.o
/ccs/home/vanmoer/testing/wiki_cxx/CoProcessingExample.cxx:2:39: fatal error: vtkCPInputDataDescription.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/CoProcessingExample.dir/CoProcessingExample.cxx.o] Error 1
make[1]: *** [CMakeFiles/CoProcessingExample.dir/all] Error 2
make: *** [all] Error 2
inside of ${CROSS}/paraview/src/paraview-build, there are lib/ and bin/ which seem to have everything I'd expect, but there's no include/
The headers are scattered in paraview/src/paraview, e.g.
${CROSS}/paraview/src/paraview/CoProcessing/Catalyst/vtkCPInputDataDescription.h
How do I tell superbuild to create an include directory? I see a patch from Utkarsh about the paraviewsdk, approved on 8/9, should I apply that?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130911/c4a0980e/attachment.htm>
More information about the ParaView
mailing list