[vtkusers] Anyone Compile for python on Mac OS X 10.3 panther?
Sheehan Olver
solver at mac.com
Wed Nov 26 02:05:39 EST 2003
Okay, that fixed the problem I was facing, but then later on in the
build I got the error:
/Users/solver/Projects/opensource/VTK/Graphics/vtkSphereSource.cxx:285:
error: no
`void vtkSphereSource::ExecuteInformation()' member function
declared in
class `vtkSphereSource'
make[3]: *** [vtkSphereSource.o] Error 1
make[2]: *** [default_target] Error 2
make[1]: *** [default_target_Graphics] Error 2
make: *** [default_target] Error 2
I tried starting with a fresh directory, updating my cvs copy, and
building from the release but none of these helped. It doesn't seem to
be a python problem, which is odd since it did compile alright with
c++. Any suggestions?
Thanks for all the help!
Sheehan
On Nov 25, 2003, at 6:31 PM, Frank Lindseth wrote:
> Hi Sheehan,
>
> I guess you are using the Python that came with the system.
> Try adding a link from /Library/Frameworks (the place for the old full
> framework install)
> to /System/Library/Frameworks/ (the place for the new preinstalled
> python framworks)
> [sule:/Library/Frameworks] frankl% ls -l
> lrwxr-xr-x 1 root admin 43 26 Nov 00:04 Python.framework ->
> /System/Library/Frameworks/Python.framework
> drwxrwxr-x 6 root admin 204 14 Nov 10:40 StuffIt.framework
> drwxr-xr-x 11 root admin 374 28 Oct 15:13 Tcl.framework
> dr-xr-xr-x 11 root admin 374 28 Oct 15:13 Tk.framework
>
> Judging from my ongoing build this might do the trick.
> As for the reason, I'm not sure, isn't /System/Library/Frameworks/ in
> the path?, is
> /Library/Frameworks hardcoded somewhere?
> Please comment.
>
> Best regards,
> Frank
>
>
>
> On Sunday, November 23, 2003, at 01:16 AM, Sheehan Olver wrote:
>
>> I've been trying to compile vtk with the python wrappings on panther.
>> Note that I have successfully compiled with C++ and Carbon wrappings.
>> When I "make", I get the errors:
> <snip>
More information about the vtkusers
mailing list