Archived issue #0030639
Configuration, qmake - unable to build with VTK
Description
Link error if HAVE_VTK is defined:
LINK : fatal error LNK1181: cannot open input file 'vtkCommonCore.lib'
VTK libraries in 3rd-party folder contain version numbers in names (e.g. vtkCommonCore-6.1.lib).
In addition, genconf.tcl uses hard-coded VTK version resulting in search failure when user has no VTK 6.1 libraries (usual case, since there were several VTK releases afterwards).
LINK : fatal error LNK1181: cannot open input file 'vtkCommonCore.lib'
VTK libraries in 3rd-party folder contain version numbers in names (e.g. vtkCommonCore-6.1.lib).
In addition, genconf.tcl uses hard-coded VTK version resulting in search failure when user has no VTK 6.1 libraries (usual case, since there were several VTK releases afterwards).
Steps to reproduce
Launch genconf and configure VTK dependency ("custom.auto.pri" will contain HAVE_VTK option)
Public activity
1 archived note
Participants are labeled by their role within this record.
Please close issue as won't fix.
Related records