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"><<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>></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 "make install" 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"><<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>> wrote:<br>
> Do you use an install tree of VTK? If so, don't try to include the<br>
> build directory in addition to the install tree.<br>
> I think this is a bug in the install process because it does not copy<br>
> vtkTDxConfigure.h from the build tree to the install tree.<br>
><br>
><br>
> On Mon, Mar 8, 2010 at 10:35 AM, Darshan Pai <<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>> wrote:<br>
>> oh . yes I think I see now . I did not include the build directory of VTK<br>
>> during compilation<br>
>><br>
>> Works now<br>
>><br>
>> Thanks<br>
>><br>
>> Darshan<br>
>><br>
>> On Mon, Mar 8, 2010 at 10:30 AM, Francois Bertel<br>
>> <<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>> wrote:<br>
>>><br>
>>> No, vtkTDxConfigure.h is where VTK_USE_TDX is defined.<br>
>>><br>
>>> I think it might that vtkTDxConfigure.h has to copied during the install<br>
>>> step.<br>
>>><br>
>>> Do you compile your applications against a build directory of VTK or<br>
>>> an install directory of VTK.<br>
>>><br>
>>><br>
>>> On Mon, Mar 8, 2010 at 10:26 AM, Darshan Pai <<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>> wrote:<br>
>>> > Just checked my Build settings . the switch is off . I opened the .h<br>
>>> > file<br>
>>> > and I suspect that that<br>
>>> > #include "vtkTDxConfigure.h" // defines VTK_USE_TDX<br>
>>> > #ifdef VTK_USE_TDX<br>
>>> > class vtkTDxWinDevice;<br>
>>> > #endif<br>
>>> ><br>
>>> > should be actually this ..<br>
>>> ><br>
>>> ><br>
>>> > #ifdef VTK_USE_TDX<br>
>>> > #include "vtkTDxConfigure.h" // defines VTK_USE_TDX<br>
>>> > class vtkTDxWinDevice;<br>
>>> > #endif<br>
>>> ><br>
>>> > Isnt it ?<br>
>>> ><br>
>>> > On Mon, Mar 8, 2010 at 9:57 AM, Francois Bertel<br>
>>> > <<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>> wrote:<br>
>>> >><br>
>>> >> Hello,<br>
>>> >><br>
>>> >> I assumed you switched VTK_USE_TDX to ON. Then vtkTDxConfigure.h is in<br>
>>> >> the subdirectory Rendering in your build directory:<br>
>>> >> mybuild/Rendering/vtkTDxConfigure.h<br>
>>> >><br>
>>> >> More info here:<br>
>>> >><br>
>>> >><br>
>>> >> <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>
>>> >><br>
>>> >> On Sat, Mar 6, 2010 at 3:50 PM, Darshan Pai <<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>><br>
>>> >> wrote:<br>
>>> >> > I just compiled the latest CVS version of VTK and tried to test it<br>
>>> >> > against<br>
>>> >> > my current programs . It gives me an error when I use<br>
>>> >> > vtkWin32RenderWindowInteractor<br>
>>> >> > Cannot open include file: 'vtkTDxConfigure.h': No such file or<br>
>>> >> > directory<br>
>>> >> ><br>
>>> >> > Where can i find this file?<br>
>>> >> ><br>
>>> >> > Regards<br>
>>> >> > Darshan<br>
>>> >> ><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<br>
>>> >> > <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:<br>
>>> >> > <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>
>>> >> ><br>
>>> >> ><br>
>>> >><br>
>>> >><br>
>>> >><br>
>>> >> --<br>
>>> >> 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<br>
>>> >> <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:<br>
>>> >> <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>
>>> ><br>
>>> ><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> 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<br>
>>> <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:<br>
>>> <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>
>><br>
>><br>
><br>
><br>
><br>
> --<br>
> 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>
<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>