[vtkusers] error in compilation of VTK source code for Borland Builder 6 using CMake

Luca Picello luca.picello at libero.it
Tue Apr 27 12:47:39 EDT 2004


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 <stdmutex.h>
#endif


with 

// include stdmutex for borland
#ifdef __BORLANDC__
#include <.\rw\stdmutex.h>
#endif


Picello Luca




  [vtkusers] error in compilation of VTK source code for Borland Builder
  6 using CMake

*Johnson Abraham * ajar_johnson at yahoo.co.uk 
<mailto:ajar_johnson%40yahoo.co.uk>
/Thu, 9 Oct 2003 10:34:05 +0100 (BST)/

    * Previous message: [vtkusers] error in compilation of vtk source
      code for Borland Builder 6.0
      <http://public.kitware.com/pipermail/vtkusers/2003-October/020411.html>
    * Next message: [vtkusers] vtkSTLWriter ,wat is .vtk format?
      <http://public.kitware.com/pipermail/vtkusers/2003-October/020414.html>
    * *Messages sorted by:* [ date ]
      <http://public.kitware.com/pipermail/vtkusers/2003-October/date.html#20412>
      [ thread ]
      <http://public.kitware.com/pipermail/vtkusers/2003-October/thread.html#20412>
      [ subject ]
      <http://public.kitware.com/pipermail/vtkusers/2003-October/subject.html#20412>
      [ author ]
      <http://public.kitware.com/pipermail/vtkusers/2003-October/author.html#20412>


------------------------------------------------------------------------

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040427/8f84cdc6/attachment.htm>


More information about the vtkusers mailing list