[vtkusers] VTK on Mac OS X

Klein, Patrick paklein at sandia.gov
Fri Jun 14 02:20:20 EDT 2002


Marietta,

Try adding 

    -framework AppKit

to the link instructions for CellLocator in the makefile

    $(your VTK home)/Graphics/Testing/Cxx/Makefile

It looks like you're building for the Quartz window manager. If this is
true, be sure you
"hide" any X11 installation from cmake while it's generating the
makefile's. Headers
and libraries with the same names exist in

     /System/Library/Frameworks/OpenGL.framework

and

    /usr/X11R6

that gave me trouble if mixed by cmake.

Good luck,
Patrick

-----Original Message-----
From: Marietta E. Cameron
To: vtkusers at public.kitware.com
Sent: 6/12/2002 12:28 PM
Subject: RE: [vtkusers] VTK on Mac OS X

Hi Patrick and Catherine,
I am  "attempting" to install vtk on Mac OS X using Orobor OSX.
Right now I am receiving the following error messages:

=============================
/usr/bin/ld: Undefined symbols:
.objc_class_name_NSApplication
.objc_class_name_NSAutoreleasePool
_objc_msgSend
_objc_msgSend_stret
.objc_class_name_NSEvent
_NSApp
.objc_class_name_NSOpenGLPixelFormat
.objc_class_name_NSOpenGLView
_NSLog
__NSConstantStringClassReference
_objc_msgSendSuper
.objc_class_name_NSTimer
.objc_class_name_NSWindow
make[5]: *** [/Users/marietta/FellowProject/VTK/bin/CellLocator] Error 1
make[4]: *** [default_target] Error 2
make[3]: *** [default_target_Cxx] Error 2
make[2]: *** [default_target] Error 2
make[1]: *** [default_target_Graphics_Testing] Error 2
make: *** [default_target] Error 2
=================================

Any suggestions????


--Marietta



_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers




More information about the vtkusers mailing list