[vtk-developers] vtk master Static build failing on vtklzma

Cory Quammen cory.quammen at kitware.com
Tue Jan 30 16:18:05 EST 2018


https://gitlab.kitware.com/vtk/vtk/merge_requests/3841 doesn't fix it?

On Tue, Jan 30, 2018 at 4:06 PM, Ken Martin <ken.martin at kitware.com> wrote:
>
>
> This ring a bell with anyone, clean tree, vtk master, vs13 windows static
> build
>
> [10/1509] Linking CXX executable bin\vtkCommonExecutionModelCxxTests.exe
> FAILED: cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E
> vs_link_exe
> --intdir=Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir
> --manifests  -- C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\link.exe /nologo
> Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir\vtkCommonExecutionModelCxxTests.cxx.obj
> Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir\TestCopyAttributeData.cxx.obj
> Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir\TestImageDataToStructuredGrid.cxx.obj
> Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir\TestMetaData.cxx.obj
> Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir\TestSetInputDataObject.cxx.obj
> Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir\TestTemporalSupport.cxx.obj
> Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir\TestThreadedImageAlgorithmSplitExtent.cxx.obj
> Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir\TestTrivialConsumer.cxx.obj
> Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir\UnitTestSimpleScalarTree.cxx.obj
> Common\ExecutionModel\Testing\Cxx\CMakeFiles\vtkCommonExecutionModelCxxTests.dir\TestMultiOutputSimpleFilter.cxx.obj
> /out:bin\vtkCommonExecutionModelCxxTests.exe
> /implib:lib\vtkCommonExecutionModelCxxTests.lib
> /pdb:bin\vtkCommonExecutionModelCxxTests.pdb /version:0.0  /machine:x64
> /debug /INCREMENTAL /subsystem:console  lib\vtkCommonExecutionModel-9.0.lib
> lib\vtkCommonCore-9.0.lib lib\vtksys-9.0.lib lib\vtkCommonDataModel-9.0.lib
> lib\vtkCommonMath-9.0.lib lib\vtkCommonMisc-9.0.lib
> lib\vtkCommonSystem-9.0.lib lib\vtkCommonTransforms-9.0.lib
> lib\vtkFiltersCore-9.0.lib lib\vtkFiltersSources-9.0.lib
> lib\vtkCommonComputationalGeometry-9.0.lib lib\vtkFiltersGeneral-9.0.lib
> lib\vtkIOCore-9.0.lib lib\vtklz4-9.0.lib lib\vtklzma-9.0.lib
> lib\vtkzlib-9.0.lib lib\vtkIOLegacy-9.0.lib lib\vtkIOXML-9.0.lib
> lib\vtkIOXMLParser-9.0.lib lib\vtkexpat-9.0.lib lib\vtkFiltersCore-9.0.lib
> lib\vtkCommonComputationalGeometry-9.0.lib lib\vtkIOCore-9.0.lib
> lib\vtkCommonExecutionModel-9.0.lib lib\vtkCommonDataModel-9.0.lib
> lib\vtkCommonSystem-9.0.lib lib\vtkCommonTransforms-9.0.lib
> lib\vtkCommonMisc-9.0.lib lib\vtkCommonMath-9.0.lib
> lib\vtkCommonCore-9.0.lib lib\vtksys-9.0.lib ws2_32.lib Psapi.lib
> C:\Users\ken.martin\Documents\tbb2017_20170604oss\lib\intel64\vc12\tbb.lib
> lib\vtklz4-9.0.lib lib\vtklzma-9.0.lib lib\vtkzlib-9.0.lib kernel32.lib
> user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib
> uuid.lib comdlg32.lib advapi32.lib && cd ."
> vtkIOCore-9.0.lib(vtkLZ4DataCompressor.cxx.obj) : error LNK2019: unresolved
> external symbol __imp_vtklz4_LZ4_decompress_safe referenced in function
> "protected: virtual unsigned __int64 __cdecl
> vtkLZ4DataCompressor::UncompressBuffer(unsigned char const *,unsigned
> __int64,unsigned char *,unsigned __int64)"
> (?UncompressBuffer at vtkLZ4DataCompressor@@MEAA_KPEBE_KPEAE1 at Z)
> vtkIOCore-9.0.lib(vtkLZ4DataCompressor.cxx.obj) : error LNK2019: unresolved
> external symbol __imp_vtklz4_LZ4_compress_fast referenced in function
> "protected: virtual unsigned __int64 __cdecl
> vtkLZ4DataCompressor::CompressBuffer(unsigned char const *,unsigned
> __int64,unsigned char *,unsigned __int64)"
> (?CompressBuffer at vtkLZ4DataCompressor@@MEAA_KPEBE_KPEAE1 at Z)
> vtkIOCore-9.0.lib(vtkLZMADataCompressor.cxx.obj) : error LNK2019: unresolved
> external symbol __imp_vtklzma_lzma_easy_buffer_encode referenced in function
> "protected: virtual unsigned __int64 __cdecl
> vtkLZMADataCompressor::CompressBuffer(unsigned char const *,unsigned
> __int64,unsigned char *,unsigned __int64)"
> (?CompressBuffer at vtkLZMADataCompressor@@MEAA_KPEBE_KPEAE1 at Z)
> vtkIOCore-9.0.lib(vtkLZMADataCompressor.cxx.obj) : error LNK2019: unresolved
> external symbol __imp_vtklzma_lzma_stream_buffer_decode referenced in
> function "protected: virtual unsigned __int64 __cdecl
> vtkLZMADataCompressor::UncompressBuffer(unsigned char const *,unsigned
> __int64,unsigned char *,unsigned __int64)"
> (?UncompressBuffer at vtkLZMADataCompressor@@MEAA_KPEBE_KPEAE1 at Z)
> bin\vtkCommonExecutionModelCxxTests.exe : fatal error LNK1120: 4 unresolved
> externals
> LINK Pass 1 failed. with 1120
>
> --
> Ken Martin PhD
> Distinguished Engineer
> Kitware Inc.
> 28 Corporate Drive
> Clifton Park NY 12065
>
> This communication, including all attachments, contains confidential and
> legally privileged information, and it is intended only for the use of the
> addressee.  Access to this email by anyone else is unauthorized. If you are
> not the intended recipient, any disclosure, copying, distribution or any
> action taken in reliance on it is prohibited and may be unlawful. If you
> received this communication in error please notify us immediately and
> destroy the original message.  Thank you.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
>
> Follow this link to subscribe/unsubscribe:
> https://vtk.org/mailman/listinfo/vtk-developers
>
>



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.


More information about the vtk-developers mailing list