Well....Finally got VTK installed!!!<br><br>&#39;SimpleCocoaVTK&#39; builds with no errors. But the project doesn&#39;t seem to be running correctly.<br><br>There are warnings as follows:<br><br>Warning: In /Users/pebble/Development/VTK/Rendering/vtkCocoaRenderWindow.h, line 121<br>
vtkCocoaRenderWindow (0xb13af0): Method not implemented.<br><br>Warning: In /Users/pebble/Development/VTK/Rendering/vtkCocoaRenderWindow.h, line 121<br>vtkCocoaRenderWindow (0xb45650): Method not implemented.<br><br>2010-06-22 09:22:09.804 SimpleCocoaVTK[2025:a0f] invalid drawable<br>
2010-06-22 09:22:09.809 SimpleCocoaVTK[2025:a0f] invalid drawable<br>2010-06-22 09:22:09.810 SimpleCocoaVTK[2025:a0f] invalid drawable<br>2010-06-22 09:22:09.815 SimpleCocoaVTK[2025:a0f] invalid drawable<br>2010-06-22 09:22:09.823 SimpleCocoaVTK[2025:a0f] invalid drawable<br>
2010-06-22 09:22:09.824 SimpleCocoaVTK[2025:a0f] invalid drawable<br>2010-06-22 09:22:10.010 SimpleCocoaVTK[2025:a0f] invalid drawable<br><br>Don&#39;t know what the issue is?!?!?!<br><br>Help appreciated<br><br><br><div class="gmail_quote">
On Tue, Jun 22, 2010 at 8:20 AM, Barth, Sebastian <span dir="ltr">&lt;<a href="mailto:sebastian.barth@iosb.fraunhofer.de">sebastian.barth@iosb.fraunhofer.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="DE">

<div>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Hello,</span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US">please use „answer all“ if you want to answer. Otherwise your
answer will not be visible on the vtkuser mailing list!</span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US"> </span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US">I don’t know enough about cmake, sorry. But I recommend to use
the cmake-gui that comes with cmake, to generate the installation.</span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US"> </span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US">Good luck,</span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US">Sebastian</span></p>

<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US"> </span></p>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">

<p class="MsoNormal"><b><span style="font-size: 10pt;">Von:</span></b><span style="font-size: 10pt;"> Preeti Bindu
[mailto:<a href="mailto:preetibindu@gmail.com" target="_blank">preetibindu@gmail.com</a>] <br>
<b>Gesendet:</b> Dienstag, 22. Juni 2010 13:40<br>
<b>An:</b> Barth, Sebastian<br>
<b>Betreff:</b> Re: [vtkusers] Error in VTK Installation</span></p>

</div><div><div></div><div class="h5">

<p class="MsoNormal"> </p>

<p class="MsoNormal" style="margin-bottom: 12pt;">Hey,<br>
<br>
There is one more thing. As per the tutorial the &#39;make install&#39; copies all the
header files at <br>
<br>
~/Development/VTKBuild/include/vtk-5.1 <br>
<br>
So I tried finding this location and got to know that in my VTKBuild I have
multiple copies of the same file. For ex. flags.make has 50 copies?!?!?! So
does the include folder! and none of them really has the vtk-5.1 directory.<br>
<br>
<br>
</p>

<div>

<p class="MsoNormal">On Tue, Jun 22, 2010 at 7:30 AM, Preeti Bindu &lt;<a href="mailto:preetibindu@gmail.com" target="_blank">preetibindu@gmail.com</a>&gt; wrote:</p>

<p class="MsoNormal">Hey,<br>
<br>
I got that fixed. But there is a new issue now! <br>
<br>
After the &#39;make&#39; when I say &#39;make install&#39; it completes the process but with following
error.<br>
<br>
CMake Error at cmake_install.cmake:31 (FILE):<br>
  file INSTALL destination: ~/Development/VTKBuild/lib/vtk-5.6 is not a<br>
  directory.<br>
<br>
<br>
make: *** [install] Error 1<br>
<br>
And then when I try building the SimpleCocoaVTK project I get the following error:<br>
<br>
Check dependencies<br>
<br>
[BEROR]error: There is no SDK with the name or path
&#39;/Developer/SDKs/MacOSX10.4u.sdk&#39;<br>
<br>
I am pretty sure these are co-related. But am just unable to find out how... :|<br>
<br>
Thanks anyway, </p>

<div>

<div>

<p class="MsoNormal"> </p>

<div>

<p class="MsoNormal">On Tue, Jun 22, 2010 at 3:11 AM, Barth, Sebastian &lt;<a href="mailto:sebastian.barth@iosb.fraunhofer.de" target="_blank">sebastian.barth@iosb.fraunhofer.de</a>&gt;
wrote:</p>

<p class="MsoNormal">Hi,<br>
<br>
I&#39;m not a Mac OS/X user but it&#39;s similar to linux systems. Everything in your
own risk!<br>
<br>
Try this command in terminal, it should list these files if they are installed
on your pc:<br>
   locate stdio.h stdlib.h string.h | grep include<br>
<br>
If the files will be listed, you may have to add their path to your environment
path. Don&#39;t know anything about this, but a short google search will solve this
problem.<br>
<br>
What I found out is that these tools are installing the needed files into
/usr/include/ dir on your mac:<br>
<a href="http://developer.apple.com/technologies/tools/" target="_blank">http://developer.apple.com/technologies/tools/</a><br>
<br>
<br>
I hope this helps!<br>
Good luck!<br>
<br>
Sebastian Barth<br>
<br>
<br>
<br>
Von: <a href="mailto:vtkusers-bounces@vtk.org" target="_blank">vtkusers-bounces@vtk.org</a>
[mailto:<a href="mailto:vtkusers-bounces@vtk.org" target="_blank">vtkusers-bounces@vtk.org</a>]
Im Auftrag von Preeti Bindu<br>
Gesendet: Montag, 21. Juni 2010 20:24<br>
An: <a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a><br>
Betreff: [vtkusers] Error in VTK Installation</p>

<div>

<div>

<p class="MsoNormal"><br>
I am installing VTK on my MAC OS X as per the step by step instructions given
in the tutorial.<br>
<br>
I have first installed the CMake. Then created the directory VTKBuild as
instructed. Everything goes fine.<br>
<br>
I made the changes in CMakeCache.txt<br>
<br>
on cmake ../VTK all build files get written to VKBuild.<br>
<br>
But it gives error on make.<br>
<br>
There are many errors of the form:<br>
<br>
/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:50:39: error:
stddef.h: No such file or directory<br>
/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:51:38: error:
stdio.h: No such file or directory<br>
/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:52:42: error:
stdlib.h: No such file or directory<br>
/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:53:54: error:
string.h: No such file or directory<br>
/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:54:44: error:
sys/time.h: No such file or directory<br>
/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:55:43: error:
sys/types.h: No such file or directory<br>
/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:56:37: error:
sys/wait.h: No such file or directory<br>
<br>
and so on...<br>
<br>
Please tell me where am I going wrong.<br>
<br>
<br>
<br>
--<br>
Regards,<br>
Preeti Bindu</p>

</div>

</div>

</div>

<p class="MsoNormal"><br>
<br clear="all">
</p>

</div>

</div>

<div>

<div>

<p class="MsoNormal">-- <br>
Regards,<br>
Preeti Bindu<br>
MS Computer Science<br>
UMBC</p>

</div>

</div>

</div>

<p class="MsoNormal"><br>
<br clear="all">
<br>
-- <br>
Regards,<br>
Preeti Bindu<br>
MS Computer Science<br>
UMBC</p>

</div></div></div>

</div>


</blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Preeti Bindu<br><br>