<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
<pre>To compile successfully Java wrappers in BCB6 modify in source stdmutex.h path ( in vtk/Common/vtkJavaUtil.cxx )

// include stdmutex for borland
#ifdef __BORLANDC__
#include &lt;stdmutex.h&gt;
#endif


with 

// include stdmutex for borland
#ifdef __BORLANDC__
#include &lt;.\rw\stdmutex.h&gt;
#endif


Picello Luca


</pre>
<h1>[vtkusers] error in compilation of VTK source code for Borland
Builder 6 using CMake </h1>
<b>Johnson Abraham </b> <a href="mailto:ajar_johnson%40yahoo.co.uk"
 title="[vtkusers] error in compilation of VTK source code for Borland Builder 6 using CMake">ajar_johnson
at yahoo.co.uk </a><br>
<i>Thu, 9 Oct 2003 10:34:05 +0100 (BST)</i>
<ul>
  <li> Previous message: <a
 href="http://public.kitware.com/pipermail/vtkusers/2003-October/020411.html">[vtkusers]
error in compilation of vtk source code for Borland Builder 6.0 </a></li>
  <li> Next message: <a
 href="http://public.kitware.com/pipermail/vtkusers/2003-October/020414.html">[vtkusers]
vtkSTLWriter ,wat is .vtk format? </a></li>
  <li> <b>Messages sorted by:</b> <a
 href="http://public.kitware.com/pipermail/vtkusers/2003-October/date.html#20412">[
date ]</a> <a
 href="http://public.kitware.com/pipermail/vtkusers/2003-October/thread.html#20412">[
thread ]</a> <a
 href="http://public.kitware.com/pipermail/vtkusers/2003-October/subject.html#20412">[
subject ]</a> <a
 href="http://public.kitware.com/pipermail/vtkusers/2003-October/author.html#20412">[
author ]</a> </li>
</ul>
<hr><!--beginarticle-->
<pre>Hi ,
Thank for you help ,
As instructed I have downloaded the vtk source code
and created the 
makefiles.
I had the following error during convertion to borland
shared libs and dlls
I have opted for java wrapper and tcl wrapper in
Cmake.
I get the following error

Error E2209 C:/Program
Files/Borland/vtk/Common/vtkJavaUtil.cxx 21: 
Unable to open include file 'stdmutex.h'
Please do help me in sorting out the following error


thank you,
Johnson Abraham</pre>
</body>
</html>