View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003613VTK(No Category)public2006-08-15 12:372006-11-29 14:14
ReporterHeath Davis 
Assigned ToClinton Stimpson 
PrioritylowSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003613: QT Designer fails to load libQVTKWidgetPlugin.so
DescriptionPlatform:

     Fedora Core 5 i386
     QT X11 Commercial 4.1.4
     Fresh VTK 5.0.x checkout

Problem:

     When VTK is configured with BUILD_SHARED_LIBS set to OFF, libQVTKWidgetPlugin.so will NOT load in Designer. QT loads plugins with the system dlopen(const char*, int) system call. When followed by a char* dlopen() call, the following error is reported:

/pluginpath/libQVTKWidgetPlugin.so: undefined symbol: _ZN11vtkByteSwap7Swap4LEEPv

Workaround:

     When VTK is configured with BUILD_SHARED_LIBS set to ON, libQVTKWidgetPlugin.so will load in Designer properly.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0004647)
Heath Davis (reporter)
2006-08-15 12:40

UPDATE:

The error is reported by char* dlerror(), not by the dlopen() function. Sorry for the typo...
(0005584)
Clinton Stimpson (developer)
2006-10-27 18:10

Fixed in HEAD.

/cvsroot/VTK/VTK/GUISupport/Qt/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.31; previous revision: 1.30
(0005823)
David Cole (developer)
2006-11-28 16:57

Merged into the VTK-5-0 branch...

/cvsroot/VTK/VTK/GUISupport/Qt/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.18.2.2; previous revision: 1.18.2.1

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team