Compiling on LinuxPPC
Stacho Mudrak
stacho at miesto.sk
Fri May 5 05:29:19 EDT 2000
Hi all,
there is a small problem compiling VTK under LinuxPPC on Mac PowerPC.
The problem is vtkDynamicLoader object:
vtkDynamicLoader line 61:
#elif defined(__powerpc)
and vtkDynamicLoader line 56:
#ifdef __powerpc
Expression __powerpc is evaluated as defined, even if we are not under
MacOS. So if you want to compile it correctly, you shoud change
expression __powerpc to something undefined ;-)
Regards, Stacho.
P.S. Is it possible to compile VTK under MacOS ??? Is there anybody
who did it ???
--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------
More information about the vtkusers
mailing list