<div dir="ltr">Hi Gang,<br><br>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?<br>
<br>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)<br>
<br>Pat<br><br><div class="gmail_quote">2008/9/10 Moreland, Kenneth <span dir="ltr"><<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The header files you are trying to include are apparently not in the include<br>
path. You can add paths for the compile to search for include files using<br>
the INCLUDE_DIRECTORIES CMake command in the<br>
ParaView3/Servers/Executables/CMakeLists.txt file.<br>
<br>
-Ken<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
On 9/9/08 7:07 PM, "ÎâÑǸÕ" <<a href="mailto:whugang@gmail.com">whugang@gmail.com</a>> wrote:<br>
<br>
><br>
> hi , everyone, I was a little confused about some re-compile problems on<br>
> Paraview.<br>
><br>
> I have added some include files into the original file pvserver.cxx for<br>
> some custom usage. (Using VS.Net2005)<br>
><br>
> When compile it , it said that the include file could not be found. And<br>
> If I use the absolute directory, then the lib file would not be found.<br>
><br>
> Of course that was not a good solutio. How to simplely compile it ?<br>
><br>
> thanks.<br>
><br>
<br>
</div></div>_______________________________________________<br>
ParaView mailing list<br>
<a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>