[Paraview] how to compile it again

Moreland, Kenneth kmorel at sandia.gov
Wed Sep 10 09:02:26 EDT 2008


The header files you are trying to include are apparently not in the include
path.  You can add paths for the compile to search for include files using
the INCLUDE_DIRECTORIES CMake command in the
ParaView3/Servers/Executables/CMakeLists.txt file.

-Ken


On 9/9/08 7:07 PM, "吴亚刚" <whugang at gmail.com> wrote:

>
>      hi , everyone, I was a  little confused about some re-compile problems on
> Paraview.
>
>      I have added some include files into the original file pvserver.cxx for
> some custom usage. (Using VS.Net2005)
>
>      When compile it , it said that the include file could not be found. And
> If I use the absolute directory, then the lib file would not be found.
>
>      Of course that was not a good solutio. How to simplely compile it ?
>
>     thanks.
>



More information about the ParaView mailing list