<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi VTK users,<br>
<br>
I've just managed to build VTK on a Mac OS X 10.2.3 machine.<br>
The only change made to the default CMakeLists file was that I turned
VTK_USE_COCOA:BOOL=ON AND VTK_USE_CARBON:BOOL=OFF.<br>
<br>
Everything compiled and went well.<br>
<br>
Now when I compile and run any of the examples in the user guide from
the terminal, containing a vtkRenderWindowInteractor instantiation,
I'm presented with a bunch of what I think are Cocoa related errors.
For example:<br>
<br>
<font face="Courier New, Courier, monospace">2005-03-09 11:54:32.977
Cylinder[20349] *** _NSAutoreleaseNoPool(): Object 0x1139ff0 of class
NSCFArray autoreleased with no pool in place - just leaking<br>
<br>
<font face="Times New Roman, Times, serif">The render window shows up
but interaction is minimal - the only interaction seems to be when the
actor is left clicked, it starts to rotate rapidly on its own which
means theres definitely something wrong.<br>
Any help would be appreciated.<br>
<br>
Thanks<br>
Mithun<br>
</font></font>
</body>
</html>