[Skencil-users] installing on Mac Intel, now a segfault problem
W. Craig Carter
ccarter at mit.edu
Thu Aug 31 23:16:02 CEST 2006
Update: I killed and restarted the Xdisplay.
Skencil now works.
Summary(as best as I remember) for those who
compile on an Intel Mac MacOsX 10.4
1. Install X11 from Mac distribution.
2. Install XCode from the apple developer
site.
3. Install fink and finkcommander
4. Install tcltk-dev
5. install python23
6. I installed pil-py23, but had to make PIL
from source anyways.
7. install libjpeg-shlibs
8. Get PIL source (I got 1.1.5 from
http://www.pythonware.com/products/pil/)
9. install pil from source directory with
sudo /sw/bin/python2.3 setup.py install
10. get skencil source and compile with this
sequence:
a)
sudo /sw/bin/python2.3 ./setup.py configure --imaging-include=/sw/include/python2.3/
b)
sudo /sw/bin/python2.3 ./setup.py build --imaging-include=/sw/include/python2.3/
c)
sudo /sw/bin/python2.3 ./setup.py install --imaging-include=/sw/include/python2.3/ --prefix=/sw/
More information about the Skencil-users
mailing list