Hi Gang, I noticed a previous post of yours on the mailing list where you said you wanted to include headers like <QPoint> and <QTime>. Are these the headers you are trying to add to pvserver.cxx?
Normally, Qt headers like this are not added to files in ParaView3/Servers/Executables. The pvserver executable is not linked with Qt libraries, only the client GUI executable is (files in ParaView3/Qt and ParaView3/Applications/Client) Pat 2008/9/10 Moreland, Kenneth <[EMAIL PROTECTED]> > 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 >
_______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
