View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015355VTK(No Category)public2015-03-02 15:242016-07-07 13:40
ReporterDženan Zukić 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.0.0 
Target VersionFixed in Version7.1.0 
Summary0015355: Linker cannot find tbb_debug.lib
DescriptionIn debug mode (but not release) there is a linking error with tbb_debug.lib, even though I specified its path in CMake configuration step along with all other things setting VTK_SMP_IMPEMENTATION_TYPE to TBB required. It happens for vtkFiltersModelingCxxTests, AmbientSpheres and many others. Example message:
5>------ Build started: Project: vtkFiltersSMPCxxTests, Configuration: Debug x64 ------
5>LINK : fatal error LNK1104: cannot open file 'tbb_debug.lib'
Build: 2 succeeded, 117 failed, 124 up-to-date, 7 skipped
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Filestxt file icon CMakeCache.txt [^] (170,749 bytes) 2015-03-02 15:24 [Show Content]

 Relationships

  Notes
(0036191)
Berk Geveci (administrator)
2016-07-06 12:10

Can you still reproduce this? I believe FindTBB changed since this was reported.
(0036237)
Dženan Zukić (developer)
2016-07-06 16:36

The latest TBB release compiles and links properly in Release mode, but in Debug gives this error:
40>c:\libs\tbb44_20160526oss\include\tbb\tbb_config.h(546): fatal error C1017: invalid integer constant expression

This seems like an error in TBB. I will investigate more.
(0036331)
Dženan Zukić (developer)
2016-07-07 13:40

It looks like the problem was fixed 4 months ago by this pull request:
https://gitlab.kitware.com/vtk/vtk/merge_requests/1306 [^]

This bug is gone in today's master branch (commit 445361ed4692eba9f12db29bab1f01f24229d50a).

 Issue History
Date Modified Username Field Change
2015-03-02 15:24 Dženan Zukić New Issue
2015-03-02 15:24 Dženan Zukić File Added: CMakeCache.txt
2016-07-06 12:10 Berk Geveci Note Added: 0036191
2016-07-06 16:36 Dženan Zukić Note Added: 0036237
2016-07-07 13:40 Dženan Zukić Note Added: 0036331
2016-07-07 13:40 Dženan Zukić Status backlog => closed
2016-07-07 13:40 Dženan Zukić Resolution open => fixed
2016-07-07 13:40 Dženan Zukić Fixed in Version => 7.1.0


Copyright © 2000 - 2018 MantisBT Team