Thank you Michael!

--------------------------------------------------------------------
PIL 1.1.6 BUILD SUMMARY
--------------------------------------------------------------------
version       1.1.6
platform      linux2 2.5.2 (r252:60911, Dec  3 2008, 13:33:02)
              [GCC 4.3.2]
--------------------------------------------------------------------
--- TKINTER support ok
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
--- FREETYPE2 support ok
--------------------------------------------------------------------


It turns out I had to copy all the tck/tk header files over using
sudo cp /usr/include/tcl8.5/*.h /usr/include/

For what it is worth, I think now the chaos package of
Marc Culler at http://www.math.uic.edu/~culler/chaos/
should work if you install it using the usual sage -python setup.py
, etc, procedure.  I recommend especially the interactive

sage: from chaos.quaditerate import *
sage: M = Mandelbrot()


On Fri, Dec 5, 2008 at 3:40 PM, mabshoff
<[EMAIL PROTECTED]> wrote:
>
>
>
> On Dec 5, 11:37 am, "David Joyner" <[EMAIL PROTECTED]> wrote:
>> On Fri, Dec 5, 2008 at 2:13 AM, mabshoff
>
> <SNIP>
>
>> > The compiler is looking in /usr/local/include and /usr/include - where
>> > is your tk.h located?
>>
>> [EMAIL PROTECTED]:~/sagefiles/sage-3.2.1.rc0$ ls -la /usr/include/tcl8.5/tk.h
>> -rw-r--r-- 1 root root 57240 2008-10-08 09:47 /usr/include/tcl8.5/tk.h
>>
>> Isn't this the normal place they should be?
>
> On Linux/UNIX boxen there is no such thing as "normal" about header
> locations. My guess would be that PIL includes "tk.h", so you can do
> three things:
>
>  * move the tk headers to usr/local/include temporarily
>  * add some LDFLAGS magic to the PIL.spkg
>  * edit the PIL sources and change include "tk.h" to include "tcl8.5/
> tk.h"
>
> All of the above are bad ideas, but at least it will make the
> extension build.
>
> Cheers,
>
> Michael
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to