<DIV>Hi David, </DIV>
<DIV>&nbsp;</DIV>
<DIV>- I made the changes in Utilities/vtkmpeg2encode: for the moment, VTK project is still building, but now it seems that vtkMPEG2Encode library is built without problem. So, you were right. Thanks for that. </DIV>
<DIV>&nbsp;</DIV>
<DIV>- Patrick, thanks for&nbsp; your help: this could be also a roblem, so I will be careful of that and ensure that only one VTK built project is on the disk.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Isabelle&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><BR><B><I>David Cole &lt;david.cole@kitware.com&gt;</I></B> a écrit :</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">It looks like we have a mismatch between the definitions of EXTERN and <BR>GLOBAL in Utilities/vtkmpeg2encode/mpeg2enc_global.h...<BR><BR>If you change the 12 functions that give you problems to use "EXTERN" <BR>instead of "GLOBAL" in the .c files, does that allow it to build with <BR>your configuration?<BR><BR>Thanks,<BR>David<BR><BR><BR>Renaud Isabelle wrote:<BR><BR>&gt; The CMakeCache.txt is attached: please, take a look.<BR>&gt; <BR>&gt; Thanks,<BR>&gt; <BR>&gt; Isabelle<BR>&gt;<BR>&gt; */Amy Squillacote <AMY.SQUILLACOTE@KITWARE.COM>/* a écrit :<BR>&gt;<BR>&gt; We'll need to see your CMakeCache.txt file (in<BR>&gt; the top-level directory of your build tree) to<BR>&gt; determine whether there is a problem with your<BR>&gt; CMake settings. Please send a copy of this file to the list.<BR>&gt;<BR>&gt; - Amy<BR>&gt;<BR>&gt; At 11:21 PM 9/15/2005, Renaud Isabelle wrote:<BR>&gt;
 &gt;Hi,<BR>&gt; &gt;<BR>&gt; &gt;Still having some problems for updating VTK at work<BR>&gt; &gt;via CVS or CVSGRAB (behing proxy and firewall), I<BR>&gt; &gt;dowloaded VTK-5-0 via CVS at home. Now, I have all<BR>&gt; &gt;the source code I need to go on with my project.<BR>&gt; &gt;<BR>&gt; &gt;However, I have errors when building VTK with CMake<BR>&gt; &gt;and MSVC.<BR>&gt; &gt;<BR>&gt; &gt;First of all, I tought it was because I downloaded<BR>&gt; &gt;from HEAD instead of VTK-5-0 branch (more stable). But<BR>&gt; &gt;I have exactly the same error after cheking out with<BR>&gt; &gt;VTK-5-0 tag:<BR>&gt; &gt;<BR>&gt; &gt;-------------------Configuration: vtkMPEG2Encode -<BR>&gt; &gt;Win32 Debug--------------------<BR>&gt; &gt;Compiling...<BR>&gt; &gt;conform.c<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\conform.c(38) : error<BR>&gt; &gt;C2375: 'MPEG2_range_checks' : redefinition; different<BR>&gt; &gt;linkage<BR>&gt; &gt;<BR>&gt;
 &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(191)<BR>&gt; &gt;: see declaration of 'MPEG2_range_checks'<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\conform.c(190) : error<BR>&gt; &gt;C2375: 'MPEG2_profile_and_level_checks' :<BR>&gt; &gt;redefinition; different linkage<BR>&gt; &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(192)<BR>&gt; &gt;: see declaration of 'MPEG2_profile_and_level_checks'<BR>&gt; &gt;motion.c<BR>&gt; &gt;putbits.c<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\putbits.c(41) : error<BR>&gt; &gt;C2375: 'MPEG2_initbits' : redefinition; different<BR>&gt; &gt;linkage<BR>&gt; &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(213)<BR>&gt; &gt;: see declaration of 'MPEG2_initbits'<BR>&gt; &gt;putpic.c<BR>&gt; &gt;quantize.c<BR>&gt; &gt;stats.c<BR>&gt; &gt;fdctref.c<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\fdctref.c(50) : error<BR>&gt; &gt;C2375: 'MPEG2_init_fdct' : redefinition; different<BR>&gt; &gt;linkage<BR>&gt;
 &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(195)<BR>&gt; &gt;: see declaration of 'MPEG2_init_fdct'<BR>&gt; &gt;puthdr.c<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\puthdr.c(43) : error<BR>&gt; &gt;C2375: 'MPEG2_putseqhdr' : redefinition; different<BR>&gt; &gt;linkage<BR>&gt; &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(219)<BR>&gt; &gt;: see declaration of 'MPEG2_putseqhdr'<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\puthdr.c(71) : error<BR>&gt; &gt;C2375: 'MPEG2_putseqext' : redefinition; different<BR>&gt; &gt;linkage<BR>&gt; &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(220)<BR>&gt; &gt;: see declaration of 'MPEG2_putseqext'<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\puthdr.c(94) : error<BR>&gt; &gt;C2375: 'MPEG2_putseqdispext' : redefinition; different<BR>&gt; &gt;linkage<BR>&gt; &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(221)<BR>&gt; &gt;: see declaration of 'MPEG2_putseqdispext'<BR>&gt;
 &gt;C:\VTK\Utilities\vtkmpeg2encode\puthdr.c(114) : error<BR>&gt; &gt;C2375: 'MPEG2_putuserdata' : redefinition; different<BR>&gt; &gt;linkage<BR>&gt; &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(222)<BR>&gt; &gt;: see declaration of 'MPEG2_putuserdata'<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\puthdr.c(226) : error<BR>&gt; &gt;C2375: 'MPEG2_putseqend' : redefinition; different<BR>&gt; &gt;linkage<BR>&gt; &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(226)<BR>&gt; &gt;: see declaration of 'MPEG2_putseqend'<BR>&gt; &gt;putseq.c<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\putseq.c(134) : error<BR>&gt; &gt;C2375: 'MPEG2_putseq_one' : redefinition; different<BR>&gt; &gt;linkage<BR>&gt; &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(237)<BR>&gt; &gt;: see declaration of 'MPEG2_putseq_one'<BR>&gt; &gt;ratectl.c<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\ratectl.c(43) : error<BR>&gt; &gt;C2375: 'MPEG2_rc_init_seq' :
 redefinition; different<BR>&gt; &gt;linkage<BR>&gt; &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(261)<BR>&gt; &gt;: see declaration of 'MPEG2_rc_init_seq'<BR>&gt; &gt;transfrm.c<BR>&gt; &gt;idct.c<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\idct.c(206) : error<BR>&gt; &gt;C2375: 'MPEG2_init_idct' : redefinition; different<BR>&gt; &gt;linkage<BR>&gt; &gt;<BR>&gt; &gt;C:\VTK\Utilities\vtkmpeg2encode\mpeg2enc_global.h(200)<BR>&gt; &gt;: see declaration of 'MPEG2_init_idct'<BR>&gt; &gt;predict.c<BR>&gt; &gt;putmpg.c<BR>&gt; &gt;putvlc.c<BR>&gt; &gt;readpic.c<BR>&gt; &gt;writepic.c<BR>&gt; &gt;Generating Code...<BR>&gt; &gt;Error executing cl.exe.<BR>&gt; &gt;<BR>&gt; &gt;ALL_BUILD - 12 error(s), 0 warning(s)<BR>&gt; &gt;<BR>&gt; &gt;- Maybe it is because my CMake parameters are not set<BR>&gt; &gt;correctly. If so, does anyone know what I have to<BR>&gt; &gt;enable and disable?<BR>&gt; &gt;<BR>&gt; &gt;- Any other idea about the origin of the problem?<BR>&gt;
 &gt;<BR>&gt; &gt;Thanks for help,<BR>&gt; &gt;<BR>&gt; &gt;Isabelle<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;___________________________________________________________________________<BR>&gt; &gt;Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo!<BR>&gt; Messenger<BR>&gt; &gt;Téléchargez cette version sur http://fr.messenger.yahoo.com<BR>&gt; &gt;_______________________________________________<BR>&gt; &gt;This is the private VTK discussion list.<BR>&gt; &gt;Please keep messages on-topic. Check the FAQ at:<BR>&gt; &gt;http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt; &gt;Follow this link to subscribe/unsubscribe:<BR>&gt; &gt;http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt;<BR>&gt; ------------------------------------------------------------------------<BR>&gt; *Appel audio GRATUIT partout dans le monde* avec le nouveau Yahoo! <BR>&gt; Messenger<BR>&gt; Téléchargez le ici ! <BR>&gt; <HTTP:
 fr.messenger.yahoo.com *http: default mail_taglines messenger us.rd.yahoo.com><BR>&gt;<BR>&gt;<BR>&gt;------------------------------------------------------------------------<BR>&gt;<BR>&gt;# This is the CMakeCache file.<BR>&gt;# For build in directory: c:/Isabelle/VTK-5-0/VTK-bin<BR>&gt;# You can edit this file to change values found and used by cmake.<BR>&gt;# If you do not want to change any of the values, simply exit the editor.<BR>&gt;# If you do want to change a value, simply edit, save, and exit the editor.<BR>&gt;# The syntax for the file is as follows:<BR>&gt;# KEY:TYPE=VALUE<BR>&gt;# KEY is the name of a variable in the cache.<BR>&gt;# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.<BR>&gt;# VALUE is the current value for the KEY.<BR>&gt;<BR>&gt;########################<BR>&gt;# EXTERNAL cache entries<BR>&gt;########################<BR>&gt;<BR>&gt;//Build the documentation (Doxygen).<BR>&gt;BUILD_DOCUMENTATION:BOOL=OFF<BR>&gt;<BR>&gt;//Build VTK
 examples.<BR>&gt;BUILD_EXAMPLES:BOOL=OFF<BR>&gt;<BR>&gt;//Build VTK with shared libraries.<BR>&gt;BUILD_SHARED_LIBS:BOOL=OFF<BR>&gt;<BR>&gt;//Build the testing tree.<BR>&gt;BUILD_TESTING:BOOL=ON<BR>&gt;<BR>&gt;//Path to a program.<BR>&gt;CMAKE_AR:FILEPATH=CMAKE_AR-NOTFOUND<BR>&gt;<BR>&gt;//For backwards compatibility, what version of CMake commands and<BR>&gt;// syntax should this version of CMake allow.<BR>&gt;CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.0<BR>&gt;<BR>&gt;//C++ compiler<BR>&gt;CMAKE_CXX_COMPILER:STRING=cl<BR>&gt;<BR>&gt;//Flags used by the compiler during all build types.<BR>&gt;CMAKE_CXX_FLAGS:STRING= /W3 /Zm1000 /GX /GR<BR>&gt;<BR>&gt;//Flags used by the compiler during debug builds.<BR>&gt;CMAKE_CXX_FLAGS_DEBUG:STRING=/MDd /Zi /Od /GZ<BR>&gt;<BR>&gt;//Flags used by the compiler during release minsize builds.<BR>&gt;CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /D NDEBUG<BR>&gt;<BR>&gt;//Flags used by the compiler during release builds (/MD /Ob1 /Oi<BR>&gt;// /Ot /Oy /Gs
 will produce slightly less optimized but smaller<BR>&gt;// files).<BR>&gt;CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /D NDEBUG<BR>&gt;<BR>&gt;//Flags used by the compiler during Release with Debug Info builds.<BR>&gt;//<BR>&gt;CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /D NDEBUG<BR>&gt;<BR>&gt;//C compiler<BR>&gt;CMAKE_C_COMPILER:STRING=cl<BR>&gt;<BR>&gt;//Flags for C compiler.<BR>&gt;CMAKE_C_FLAGS:STRING= /W3 /Zm1000<BR>&gt;<BR>&gt;//Flags used by the compiler during debug builds.<BR>&gt;CMAKE_C_FLAGS_DEBUG:STRING=/MDd /Zi /Od /GZ<BR>&gt;<BR>&gt;//Flags used by the compiler during release minsize builds.<BR>&gt;CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /D NDEBUG<BR>&gt;<BR>&gt;//Flags used by the compiler during release builds (/MD /Ob1 /Oi<BR>&gt;// /Ot /Oy /Gs will produce slightly less optimized but smaller<BR>&gt;// files).<BR>&gt;CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /D NDEBUG<BR>&gt;<BR>&gt;//Flags used by the compiler during Release with Debug Info
 builds.<BR>&gt;//<BR>&gt;CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /D NDEBUG<BR>&gt;<BR>&gt;//Flags used by the linker.<BR>&gt;CMAKE_EXE_LINKER_FLAGS:STRING=/STACK:10000000 /machine:I386 /INCREMENTAL:YES<BR>&gt;<BR>&gt;//Flags used by the linker during debug builds.<BR>&gt;CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /pdbtype:sept<BR>&gt;<BR>&gt;//Flags used by the linker during release minsize builds.<BR>&gt;CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=<BR>&gt;<BR>&gt;//Flags used by the linker during release builds.<BR>&gt;CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=<BR>&gt;<BR>&gt;//Flags used by the linker during Release with Debug Info builds.<BR>&gt;//<BR>&gt;CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /pdbtype:sept<BR>&gt;<BR>&gt;//Install path prefix, prepended onto install directories.<BR>&gt;CMAKE_INSTALL_PREFIX:PATH=C:/Program Files/VTK<BR>&gt;<BR>&gt;//make
 program<BR>&gt;CMAKE_MAKE_PROGRAM:FILEPATH=C:/PROGRA~1/MICROS~4/Common/MSDev98/Bin/msdev.com<BR>&gt;<BR>&gt;//Flags used by the linker during the creation of modules.<BR>&gt;CMAKE_MODULE_LINKER_FLAGS:STRING=/STACK:10000000 /machine:I386 /INCREMENTAL:YES<BR>&gt;<BR>&gt;//Flags used by the linker during debug builds.<BR>&gt;CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /pdbtype:sept<BR>&gt;<BR>&gt;//Flags used by the linker during release minsize builds.<BR>&gt;CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=<BR>&gt;<BR>&gt;//Flags used by the linker during release builds.<BR>&gt;CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=<BR>&gt;<BR>&gt;//Flags used by the linker during Release with Debug Info builds.<BR>&gt;//<BR>&gt;CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /pdbtype:sept<BR>&gt;<BR>&gt;//Flags used by the linker during the creation of dll's.<BR>&gt;CMAKE_SHARED_LINKER_FLAGS:STRING=/STACK:10000000 /machine:I386 /INCREMENTAL:YES<BR>&gt;<BR>&gt;//Flags used by the linker during
 debug builds.<BR>&gt;CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /pdbtype:sept<BR>&gt;<BR>&gt;//Flags used by the linker during release minsize builds.<BR>&gt;CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=<BR>&gt;<BR>&gt;//Flags used by the linker during release builds.<BR>&gt;CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=<BR>&gt;<BR>&gt;//Flags used by the linker during Release with Debug Info builds.<BR>&gt;//<BR>&gt;CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /pdbtype:sept<BR>&gt;<BR>&gt;//If set, runtime paths are not added when using shared libraries.<BR>&gt;//<BR>&gt;CMAKE_SKIP_RPATH:BOOL=OFF<BR>&gt;<BR>&gt;//Libraries linked by defalut with all applications.<BR>&gt;CMAKE_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib
 odbccp32.lib<BR>&gt;<BR>&gt;//If true, cmake will use relative paths in makefiles and projects.<BR>&gt;//<BR>&gt;CMAKE_USE_RELATIVE_PATHS:BOOL=OFF<BR>&gt;<BR>&gt;//Use the win32 thread library.<BR>&gt;CMAKE_USE_WIN32_THREADS:BOOL=ON<BR>&gt;<BR>&gt;//If this value is on, makefiles will be generated without the<BR>&gt;// .SILENT directive, and all commands will be echoed to the console<BR>&gt;// during the make. This is useful for debugging only. With Visual<BR>&gt;// Studio IDE projects all commands are done without /nologo.<BR>&gt;CMAKE_VERBOSE_MAKEFILE:BOOL=OFF<BR>&gt;<BR>&gt;//Path to program used to compress files for transfer to the dart<BR>&gt;// server<BR>&gt;COMPRESSIONCOMMAND:FILEPATH=C:/Program Files/MATLAB704/bin/win32/zip.exe<BR>&gt;<BR>&gt;//Path to the coverage program that Dart client uses for performing<BR>&gt;// coverage inspection<BR>&gt;COVERAGE_COMMAND:FILEPATH=COVERAGE_COMMAND-NOTFOUND<BR>&gt;<BR>&gt;//Path to a program.<BR>&gt;CVSCOMMAND:FILEPATH=C:/Program
 Files/CVSNT/cvs.exe<BR>&gt;<BR>&gt;//Options passed to the cvs update command.<BR>&gt;CVS_UPDATE_OPTIONS:STRING=-d -A -P<BR>&gt;<BR>&gt;//Limit of reported errors, -1 reports all.<BR>&gt;DART_BUILD_ERROR_REPORT_LIMIT:BOOL=OFF<BR>&gt;<BR>&gt;//Limit of reported warnings, -1 reports all.<BR>&gt;DART_BUILD_WARNING_REPORT_LIMIT:BOOL=OFF<BR>&gt;<BR>&gt;//If you have Dart installed, where is it located?<BR>&gt;DART_ROOT:PATH=DART_ROOT-NOTFOUND<BR>&gt;<BR>&gt;//Time alloted for a test before Dart will kill the test.<BR>&gt;DART_TESTING_TIMEOUT:STRING=1500<BR>&gt;<BR>&gt;//Show the actual output of the build, or if off show a . for each<BR>&gt;// 1024 bytes.<BR>&gt;DART_VERBOSE_BUILD:BOOL=OFF<BR>&gt;<BR>&gt;//Should Dart server send email when build errors are found in<BR>&gt;// Continuous builds?<BR>&gt;DELIVER_CONTINUOUS_EMAIL:BOOL=OFF<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;DICOMParser_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/DICOMParser<BR>&gt;<BR>&gt;//Value
 Computed by CMake<BR>&gt;DICOMParser_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/DICOMParser<BR>&gt;<BR>&gt;//Path to gunzip executable<BR>&gt;GUNZIPCOMMAND:FILEPATH=GUNZIPCOMMAND-NOTFOUND<BR>&gt;<BR>&gt;//Path to java command, used by the Dart server to create html.<BR>&gt;//<BR>&gt;JAVACOMMAND:FILEPATH=C:/WINNT/system32/java.exe<BR>&gt;<BR>&gt;//Command used to build entire project from the command line.<BR>&gt;MAKECOMMAND:STRING='"C:/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin/msdev.com" VTK.dsw /MAKE "ALL_BUILD - Release" '<BR>&gt;<BR>&gt;//Path to Rational purify command, used for memory error detection.<BR>&gt;//<BR>&gt;MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND<BR>&gt;<BR>&gt;//File that contains suppressions for the memmory checker<BR>&gt;MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=<BR>&gt;<BR>&gt;//OpenGL library for win32<BR>&gt;OPENGL_gl_LIBRARY:STRING=opengl32<BR>&gt;<BR>&gt;//GLU library for
 win32<BR>&gt;OPENGL_glu_LIBRARY:STRING=glu32<BR>&gt;<BR>&gt;//Path to a program.<BR>&gt;PYTHON_EXECUTABLE:FILEPATH=PYTHON_EXECUTABLE-NOTFOUND<BR>&gt;<BR>&gt;//Path to scp command, used by some Dart clients for submitting<BR>&gt;// results to a Dart server (when not using ftp for submissions)<BR>&gt;//<BR>&gt;SCPCOMMAND:FILEPATH=SCPCOMMAND-NOTFOUND<BR>&gt;<BR>&gt;//Name of the computer/site where compile is being run<BR>&gt;SITE:STRING=CHUM9157<BR>&gt;<BR>&gt;//Path to a program.<BR>&gt;TCL_TCLSH:FILEPATH=C:/VTK40/bin/tclsh.exe<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKEXPAT_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/vtkexpat<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKEXPAT_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/vtkexpat<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKFREETYPE_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/vtkfreetype<BR>&gt;<BR>&gt;//Value Computed by
 CMake<BR>&gt;VTKFREETYPE_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/vtkfreetype<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKFTGL_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/ftgl<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKFTGL_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/ftgl<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKJPEG_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/vtkjpeg<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKJPEG_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/vtkjpeg<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKNETCDF_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/vtknetcdf<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKNETCDF_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/vtknetcdf<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKPNG_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/vtkpng<BR>&gt;<BR>&gt;//Value Computed by
 CMake<BR>&gt;VTKPNG_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/vtkpng<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKTIFF_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/vtktiff<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKTIFF_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/vtktiff<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKZLIB_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/vtkzlib<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTKZLIB_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/vtkzlib<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTK_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin<BR>&gt;<BR>&gt;//What is the path where the file VTKData.readme can be found<BR>&gt;VTK_DATA_ROOT:PATH=VTK_DATA_ROOT-NOTFOUND<BR>&gt;<BR>&gt;//Build leak checking support into VTK.<BR>&gt;VTK_DEBUG_LEAKS:BOOL=OFF<BR>&gt;<BR>&gt;//Location of the OpenGL extensions header file
 (glext.h).<BR>&gt;VTK_GLEXT_FILE:FILEPATH=C:/Isabelle/VTK-5-0/Utilities/ParseOGLExt/headers/glext.h<BR>&gt;<BR>&gt;//Location of the GLX extensions header file (glxext.h).<BR>&gt;VTK_GLXEXT_FILE:FILEPATH=C:/Isabelle/VTK-5-0/Utilities/ParseOGLExt/headers/glxext.h<BR>&gt;<BR>&gt;//Remove all legacy code completely.<BR>&gt;VTK_LEGACY_REMOVE:BOOL=OFF<BR>&gt;<BR>&gt;//Silence all legacy code messages.<BR>&gt;VTK_LEGACY_SILENT:BOOL=OFF<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;VTK_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0<BR>&gt;<BR>&gt;//Build VTK with 64 bit ids<BR>&gt;VTK_USE_64BIT_IDS:BOOL=OFF<BR>&gt;<BR>&gt;//Use the ANSI standard iostream library.<BR>&gt;VTK_USE_ANSI_STDLIB:BOOL=ON<BR>&gt;<BR>&gt;//Turn this option off and tests will not popup windows<BR>&gt;VTK_USE_DISPLAY:BOOL=ON<BR>&gt;<BR>&gt;//Build VTK with gl2ps support.<BR>&gt;VTK_USE_GL2PS:BOOL=OFF<BR>&gt;<BR>&gt;//Build VTK with GUI Support<BR>&gt;VTK_USE_GUISUPPORT:BOOL=OFF<BR>&gt;<BR>&gt;//Use mangled Mesa with
 OpenGL.<BR>&gt;VTK_USE_MANGLED_MESA:BOOL=OFF<BR>&gt;<BR>&gt;//Use Matrox Imaging Library for video input.<BR>&gt;VTK_USE_MATROX_IMAGING:BOOL=OFF<BR>&gt;<BR>&gt;//Use Message Passing Interface (MPI) library for parallel support.<BR>&gt;//<BR>&gt;VTK_USE_MPI:BOOL=OFF<BR>&gt;<BR>&gt;//Build the vtkParallel kit.<BR>&gt;VTK_USE_PARALLEL:BOOL=ON<BR>&gt;<BR>&gt;//Build the vtkRendering kit. Needed for displaying data or using<BR>&gt;// widgets.<BR>&gt;VTK_USE_RENDERING:BOOL=ON<BR>&gt;<BR>&gt;//Use the system's expat library.<BR>&gt;VTK_USE_SYSTEM_EXPAT:BOOL=OFF<BR>&gt;<BR>&gt;//Use the system's freetype library.<BR>&gt;VTK_USE_SYSTEM_FREETYPE:BOOL=OFF<BR>&gt;<BR>&gt;//Use the system's jpeg library.<BR>&gt;VTK_USE_SYSTEM_JPEG:BOOL=OFF<BR>&gt;<BR>&gt;//Use the system's png library.<BR>&gt;VTK_USE_SYSTEM_PNG:BOOL=OFF<BR>&gt;<BR>&gt;//Use the system's tiff library.<BR>&gt;VTK_USE_SYSTEM_TIFF:BOOL=OFF<BR>&gt;<BR>&gt;//Use the system's zlib
 library.<BR>&gt;VTK_USE_SYSTEM_ZLIB:BOOL=OFF<BR>&gt;<BR>&gt;//Enable using Video for Windows (vfw32) for video input and output.<BR>&gt;//<BR>&gt;VTK_USE_VIDEO_FOR_WINDOWS:BOOL=ON<BR>&gt;<BR>&gt;//Location of the WGL extensions header file (wglext.h).<BR>&gt;VTK_WGLEXT_FILE:FILEPATH=C:/Isabelle/VTK-5-0/Utilities/ParseOGLExt/headers/wglext.h<BR>&gt;<BR>&gt;//Wrap VTK classes into the Java language.<BR>&gt;VTK_WRAP_JAVA:BOOL=OFF<BR>&gt;<BR>&gt;//Wrap VTK classes into the Python language.<BR>&gt;VTK_WRAP_PYTHON:BOOL=OFF<BR>&gt;<BR>&gt;//Wrap VTK classes into the TCL language.<BR>&gt;VTK_WRAP_TCL:BOOL=OFF<BR>&gt;<BR>&gt;//Dependencies for target<BR>&gt;vtkCommon_LIB_DEPENDS:STATIC=<BR>&gt;<BR>&gt;//Dependencies for target<BR>&gt;vtkDICOMParser_LIB_DEPENDS:STATIC=<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;vtkExodus2_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/vtkexodus2<BR>&gt;<BR>&gt;//Value Computed by
 CMake<BR>&gt;vtkExodus2_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/vtkexodus2<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkFiltering_LIB_DEPENDS:STATIC=vtkCommon;<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkGenericFiltering_LIB_DEPENDS:STATIC=vtkFiltering;vtkGraphics;<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkGraphics_LIB_DEPENDS:STATIC=vtkFiltering;<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkHybrid_LIB_DEPENDS:STATIC=vtkRendering;vtkIO;vtkexoIIc;vfw32;<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkIO_LIB_DEPENDS:STATIC=vtkFiltering;vtkDICOMParser;vtkpng;vtkzlib;vtkjpeg;vtktiff;vtkexpat;vfw32;vtkMPEG2Encode;<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkImaging_LIB_DEPENDS:STATIC=vtkFiltering;<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;vtkMPEG2Encode_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/vtkmpeg2encode<BR>&gt;<BR>&gt;//Dependencies for
 target<BR>&gt;vtkMPEG2Encode_LIB_DEPENDS:STATIC=<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;vtkMPEG2Encode_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/vtkmpeg2encode<BR>&gt;<BR>&gt;//Dependencies for target<BR>&gt;vtkNetCDF_LIB_DEPENDS:STATIC=<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkParallel_LIB_DEPENDS:STATIC=vtkRendering;vtkIO;vtkexoIIc;wsock32;<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkRendering_LIB_DEPENDS:STATIC=vtkGraphics;vtkImaging;vtkIO;vtkftgl;vtkfreetype;opengl32;<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkVolumeRendering_LIB_DEPENDS:STATIC=vtkRendering;vtkIO;<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkWidgets_LIB_DEPENDS:STATIC=vtkRendering;vtkHybrid;<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkexoIIc_LIB_DEPENDS:STATIC=vtkNetCDF;<BR>&gt;<BR>&gt;//Dependencies for target<BR>&gt;vtkexpat_LIB_DEPENDS:STATIC=<BR>&gt;<BR>&gt;//Dependencies for
 target<BR>&gt;vtkfreetype_LIB_DEPENDS:STATIC=<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkftgl_LIB_DEPENDS:STATIC=opengl32;vtkfreetype;<BR>&gt;<BR>&gt;//Dependencies for target<BR>&gt;vtkjpeg_LIB_DEPENDS:STATIC=<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtkpng_LIB_DEPENDS:STATIC=vtkzlib;<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;vtksys_BINARY_DIR:STATIC=C:/Isabelle/VTK-5-0/VTK-bin/Utilities/kwsys<BR>&gt;<BR>&gt;//Dependencies for target<BR>&gt;vtksys_LIB_DEPENDS:STATIC=<BR>&gt;<BR>&gt;//Value Computed by CMake<BR>&gt;vtksys_SOURCE_DIR:STATIC=C:/Isabelle/VTK-5-0/Utilities/kwsys<BR>&gt;<BR>&gt;//Dependencies for the target<BR>&gt;vtktiff_LIB_DEPENDS:STATIC=vtkzlib;vtkjpeg;<BR>&gt;<BR>&gt;//Dependencies for target<BR>&gt;vtkzlib_LIB_DEPENDS:STATIC=<BR>&gt;<BR>&gt;<BR>&gt;########################<BR>&gt;# INTERNAL cache entries<BR>&gt;########################<BR>&gt;<BR>&gt;//Advanced flag for variable:
 BUILD_DOCUMENTATION<BR>&gt;BUILD_DOCUMENTATION-ADVANCED:INTERNAL=1<BR><BR>=== message truncated ===</BLOCKQUOTE><p>
                <hr size=1> 
<b><font color=#FF0000>Appel audio GRATUIT</font> partout dans le monde</b> avec le nouveau Yahoo! Messenger<br> 
<a href="http://us.rd.yahoo.com/messenger/mail_taglines/default/*http://fr.messenger.yahoo.com">Téléchargez le ici !</a>