MantisBT - VTK
View Issue Details
0007589VTK(No Category)public2008-09-02 03:272016-08-12 09:55
Jerome Robert 
Kitware Robot 
normalmajoralways
closedmoved 
 
 
0007589: mingw: wrong library names => break Java
Building VTK 5.2 with mingw create libraries names like libvtkCommon.dll instead of vtkCommon.dll.

A workaround could be to adapt the Java wrapper by replacing:
System.loadLibrary("vtkCommonJava");
by
System.loadLibrary("libvtkCommonJava");
Unfortunately this would render the Linux wrapper buggy as System.loadLibrary("libvtkCommonJava") mean loading liblibvtkCommonJava.so
No tags attached.
duplicate of 0010969closed Kitware Robot shared libraries and java wrappers do not appear correct for windows using mingw batch implementation. 
Issue History
2008-09-02 03:27Jerome RobertNew Issue
2010-11-30 23:23David PartykaRelationship addedduplicate of 0010969
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2014-02-01 11:52Jerome RobertNote Added: 0032252
2016-08-12 09:55Kitware RobotNote Added: 0037013
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0032252)
Jerome Robert   
2014-02-01 11:52   
Fixed in VTK 6.1

http://review.source.kitware.com/#/c/14013/ [^]
(0037013)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.