<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 &lt;QPoint&gt; and &lt;QTime&gt;.&nbsp; 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.&nbsp; 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">&lt;<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>&gt;</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. &nbsp;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, &quot;ÎâÑǸÕ&quot; &lt;<a href="mailto:whugang@gmail.com">whugang@gmail.com</a>&gt; wrote:<br>
<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;hi , everyone, I was a &nbsp;little confused about some re-compile problems on<br>
&gt; Paraview.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;I have added some include files into the original file pvserver.cxx for<br>
&gt; some custom usage. (Using VS.Net2005)<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;When compile it , it said that the include file could not be found. And<br>
&gt; If I use the absolute directory, then the lib file would not be found.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;Of course that was not a good solutio. How to simplely compile it ?<br>
&gt;<br>
&gt; &nbsp; &nbsp; thanks.<br>
&gt;<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>