[Python-bugs-list] [ python-Bugs-779999 ] PackageManager PIL-1.1.4-source not building

SourceForge.net noreply@sourceforge.net
Wed, 30 Jul 2003 05:21:57 -0700


Bugs item #779999, was opened at 2003-07-30 05:30
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=779999&group_id=5470

Category: Macintosh
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Stuart Bishop (zenzen)
Assigned to: Jack Jansen (jackjansen)
Summary: PackageManager PIL-1.1.4-source not building

Initial Comment:
PIL won't build without _tkinter support (looks like a bug 
in setup.py), so this dependancy needs to be added to 
PIL-1.1.4-source

After installing _tkinter, PIL-source still dies with:
gcc -Wl,-x -Wl,-F. -bundle -framework Python build/
temp.darwin-6.6-Power_Macintosh-2.3/_imagingtk.o build/
temp.darwin-6.6-Power_Macintosh-2.3/Tk/tkImaging.o -
LlibImaging - -lImaging -o build/lib.darwin-6.6-
Power_Macintosh-2.3/_imagingtk.so
ld: Undefined symbols:
_Tcl_AppendResult
_Tcl_CreateCommand
_Tk_FindPhoto
_Tk_PhotoBlank
_Tk_PhotoPutBlock_NoComposite
error: command 'gcc' failed with exit status 1


----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2003-07-30 14:21

Message:
Logged In: YES 
user_id=45365

Sorry, ignore my request for more information. I knew already 
about this problem. I'm working on it.

----------------------------------------------------------------------

Comment By: Jack Jansen (jackjansen)
Date: 2003-07-30 14:11

Message:
Logged In: YES 
user_id=45365

I think the problem may be that you have some parts of Tkinter/
_tkinter/Tcl/Tk installed, and some not. (In other words: for me 
everything works fine, either with fink or without).

Could you run the following commands from the Terminal, and 
attach the transcript to this bug report, please? (pimp.py is in Lib/
plat-mac, by the way).

% ls -l /Library/Frameworks
% ls -ld /sw
% python pimp.py -vs
% python pimp.py -iv PIL-1.1.4-source


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=779999&group_id=5470