[vtkusers] updating

Renaud Isabelle renauisa at yahoo.fr
Fri Sep 16 11:32:04 EDT 2005


Hi David, 
 
- 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. 
 
- Patrick, thanks for  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.
 
Isabelle 
 


David Cole <david.cole at kitware.com> a écrit :
It looks like we have a mismatch between the definitions of EXTERN and 
GLOBAL in Utilities/vtkmpeg2encode/mpeg2enc_global.h...

If you change the 12 functions that give you problems to use "EXTERN" 
instead of "GLOBAL" in the .c files, does that allow it to build with 
your configuration?

Thanks,
David


Renaud Isabelle wrote:

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

=== message truncated ===
		
---------------------------------
 Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
 Téléchargez le ici !  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050916/8183479e/attachment.htm>


More information about the vtkusers mailing list