well i'm porting python 2.5 but adding support for tkinter (awesome right?) i have tk/tcl thanks to c0de (thanks!), anyways i got the file from python.org unarchived it and then after seeing a post to get it to support openSSL (different story haha) i figured it'd work with tkinter so i ran :
(in root and the file's directory)
./configure --with-tkinter
(it configured fine)
make install
and it gives me this (it doesn't have the other stuff because i accidentally excited before i got it haha)

anyone know how to fix those errors or what they are even? thanks!