View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007589VTK(No Category)public2008-09-02 03:272016-08-12 09:55
ReporterJerome Robert 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0007589: mingw: wrong library names => break Java
DescriptionBuilding 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
TagsNo tags attached.
Project
Type
Attached Files

 Relationships
duplicate of 0010969closedKitware Robot shared libraries and java wrappers do not appear correct for windows using mingw batch implementation. 

  Notes
(0032252)
Jerome Robert (reporter)
2014-02-01 11:52

Fixed in VTK 6.1

http://review.source.kitware.com/#/c/14013/ [^]
(0037013)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-09-02 03:27 Jerome Robert New Issue
2010-11-30 23:23 David Partyka Relationship added duplicate of 0010969
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2014-02-01 11:52 Jerome Robert Note Added: 0032252
2016-08-12 09:55 Kitware Robot Note Added: 0037013
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team