View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001533VTK(No Category)public2005-01-26 21:072005-01-28 07:48
ReporterSean McInerney 
Assigned ToBrad King 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001533: Borland stdmutex.h header not found.
DescriptionThe 'stdmutex.h' header is not found during compilation of vtkJavaUtil.cxx when using Borland's compiler (either BCB 5.5 or 5).

This can be rectified by changing in inclusion from:
#include <stdmutex.h>
to:
#include <rw/stdmutex.h>
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0001983)
Brad King (developer)
2005-01-28 07:48

Fixed in CVS version:

/cvsroot/VTK/VTK/Common/vtkJavaUtil.cxx,v <-- vtkJavaUtil.cxx
new revision: 1.54; previous revision: 1.53

Amazingly that line has been there since 1997. I guess no one has ever built Java wrapping with Borland before!

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


Copyright © 2000 - 2018 MantisBT Team