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, "吴亚刚" <[EMAIL PROTECTED]> 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. > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
