Yes works now when I add the build tree.<br><br>Regards<br>Darshan<br><br><div class="gmail_quote">On Mon, Mar 8, 2010 at 10:43 AM, Francois Bertel <span dir="ltr">&lt;<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I justed tested the installation stage with &quot;make install&quot; and it<br>
installs in vtkTDxConfigure.h in install_root/include/vtk-5.5<br>
<br>
So there is no bug in VTK.<br>
<br>
On Mon, Mar 8, 2010 at 10:40 AM, Francois Bertel<br>
<div><div></div><div class="h5">&lt;<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>&gt; wrote:<br>
&gt; Do you use an install tree of VTK? If so, don&#39;t try to include the<br>
&gt; build directory in addition to the install tree.<br>
&gt; I think this is a bug in the install process because it does not copy<br>
&gt; vtkTDxConfigure.h from the build tree to the install tree.<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Mar 8, 2010 at 10:35 AM, Darshan Pai &lt;<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>&gt; wrote:<br>
&gt;&gt; oh . yes I think I see now . I did not include the build directory of VTK<br>
&gt;&gt; during compilation<br>
&gt;&gt;<br>
&gt;&gt; Works now<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt;<br>
&gt;&gt; Darshan<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Mar 8, 2010 at 10:30 AM, Francois Bertel<br>
&gt;&gt; &lt;<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; No, vtkTDxConfigure.h is where VTK_USE_TDX is defined.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I think it might that vtkTDxConfigure.h has to copied during the install<br>
&gt;&gt;&gt; step.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Do you compile your applications against a build directory of VTK or<br>
&gt;&gt;&gt; an install directory of VTK.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Mon, Mar 8, 2010 at 10:26 AM, Darshan Pai &lt;<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt; Just checked my Build settings . the switch is off . I opened the .h<br>
&gt;&gt;&gt; &gt; file<br>
&gt;&gt;&gt; &gt; and I suspect that that<br>
&gt;&gt;&gt; &gt; #include &quot;vtkTDxConfigure.h&quot; // defines VTK_USE_TDX<br>
&gt;&gt;&gt; &gt; #ifdef VTK_USE_TDX<br>
&gt;&gt;&gt; &gt; class vtkTDxWinDevice;<br>
&gt;&gt;&gt; &gt; #endif<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; should be actually this ..<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; #ifdef VTK_USE_TDX<br>
&gt;&gt;&gt; &gt; #include &quot;vtkTDxConfigure.h&quot; // defines VTK_USE_TDX<br>
&gt;&gt;&gt; &gt; class vtkTDxWinDevice;<br>
&gt;&gt;&gt; &gt; #endif<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Isnt it ?<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On Mon, Mar 8, 2010 at 9:57 AM, Francois Bertel<br>
&gt;&gt;&gt; &gt; &lt;<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Hello,<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; I assumed you switched VTK_USE_TDX to ON. Then vtkTDxConfigure.h is in<br>
&gt;&gt;&gt; &gt;&gt; the subdirectory Rendering in your build directory:<br>
&gt;&gt;&gt; &gt;&gt; mybuild/Rendering/vtkTDxConfigure.h<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; More info here:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; <a href="http://www.vtk.org/Wiki/VTK/3DConnexion_Devices_Support#Install_the_3DConnexion_SDK" target="_blank">http://www.vtk.org/Wiki/VTK/3DConnexion_Devices_Support#Install_the_3DConnexion_SDK</a><br>

&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; On Sat, Mar 6, 2010 at 3:50 PM, Darshan Pai &lt;<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>&gt;<br>
&gt;&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt; &gt; I just compiled the latest CVS version of VTK and tried to test it<br>
&gt;&gt;&gt; &gt;&gt; &gt; against<br>
&gt;&gt;&gt; &gt;&gt; &gt; my current programs . It gives me an error when I use<br>
&gt;&gt;&gt; &gt;&gt; &gt; vtkWin32RenderWindowInteractor<br>
&gt;&gt;&gt; &gt;&gt; &gt;  Cannot open include file: &#39;vtkTDxConfigure.h&#39;: No such file or<br>
&gt;&gt;&gt; &gt;&gt; &gt; directory<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Where can i find this file?<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Regards<br>
&gt;&gt;&gt; &gt;&gt; &gt; Darshan<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; &gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; &gt;&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; &gt;&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; --<br>
&gt;&gt;&gt; &gt;&gt; François Bertel, PhD  | Kitware Inc. Suite 204<br>
&gt;&gt;&gt; &gt;&gt; 1 (518) 371 3971 x113 | 28 Corporate Drive<br>
&gt;&gt;&gt; &gt;&gt;                      | Clifton Park NY 12065, USA<br>
&gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; &gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; &gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; &gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; &gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; François Bertel, PhD  | Kitware Inc. Suite 204<br>
&gt;&gt;&gt; 1 (518) 371 3971 x113 | 28 Corporate Drive<br>
&gt;&gt;&gt;                      | Clifton Park NY 12065, USA<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; François Bertel, PhD  | Kitware Inc. Suite 204<br>
&gt; 1 (518) 371 3971 x113 | 28 Corporate Drive<br>
&gt;                      | Clifton Park NY 12065, USA<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">François Bertel, PhD  | Kitware Inc. Suite 204<br>
1 (518) 371 3971 x113 | 28 Corporate Drive<br>
                      | Clifton Park NY 12065, USA<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br>