Yes it should. I just added the install rule now and checked into master. Thanks for catching that!<br><br><div class="gmail_quote">On Tue, Aug 24, 2010 at 5:36 PM, Dean Inglis <span dir="ltr"><<a href="mailto:dean.inglis@camris.ca">dean.inglis@camris.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I'm statically building svn latest gdcm against installed build of git latest<br>
vtk on Win32 Vista, CMake 2.8.2<br>
with option GDCM_USE_VTK:BOOL=ON, running into:<br>
<br>
Scanning dependencies of target gdcm2vtk<br>
[ 94%] Building CXX object<br>
Utilities/VTK/Applications/CMakeFiles/gdcm2vtk.dir/gd<br>
cm2vtk.cxx.obj<br>
gdcm2vtk.cxx<br>
d:\developer\releases\vs\static\install\include\vtk-5.7\vtktiff\tiff.h(31) :<br>
fat<br>
al error C1083: Cannot open include file: 'tiffconf.h': No such file or<br>
director<br>
y<br>
NMAKE : fatal error U1077: 'C:\PROGRA~1\MID05A~1\VC\bin\cl.exe' : return<br>
code '0<br>
x2'<br>
Stop.<br>
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio<br>
8\VC\BIN\n<br>
make.exe"' : return code '0x2'<br>
Stop.<br>
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio<br>
8\VC\BIN\n<br>
make.exe"' : return code '0x2'<br>
Stop.<br>
<br>
in vtk/Utilities/vtktiff/CMakeLists.txt there is no install rule for this<br>
header:<br>
IF(NOT VTK_INSTALL_NO_DEVELOPMENT)<br>
INSTALL(FILES<br>
${VTKTIFF_BINARY_DIR}/tiffDllConfig.h<br>
${VTKTIFF_SOURCE_DIR}/tiffvers.h<br>
${VTKTIFF_SOURCE_DIR}/vtk_tiff_mangle.h<br>
${VTKTIFF_SOURCE_DIR}/tiff.h<br>
${VTKTIFF_SOURCE_DIR}/tiffio.h<br>
${VTKTIFF_SOURCE_DIR}/tconf.h<br>
DESTINATION ${VTK_INSTALL_INCLUDE_DIR_CM24}/vtktiff<br>
COMPONENT Development)<br>
ENDIF(NOT VTK_INSTALL_NO_DEVELOPMENT)<br>
<br>
vtk_tiff.h is included in gdcm2vtk.cxx which has the following include<br>
chain:<br>
vtk_tiff.h -tiffio.h -tiff.h -tiffconf.h<br>
<br>
I didnt notice this before because I usually do nmake -i or I have built<br>
directly against<br>
a build tree of vtk. So, should vtk/Utilities/vtktiff/CMakeLists.txt be<br>
modified to<br>
install tiffconf.h ? Currently, when i just copy it into my install<br>
include path for vtk-5.7 it works.<br>
<br>
Dean<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 <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>
</blockquote></div><br>