[Pythonmac-SIG] TECManager build failure

Bob Ippolito bob at redivi.com
Wed Nov 12 17:14:40 EST 2003


On Nov 12, 2003, at 4:05 PM, Keith Jackson wrote:

> Hi,
> I can't get TECManager to build on my 10.2.8 box. I've tried with both 
> gcc 3.1 and 3.3. I did a quick google search and couldn't find anyone 
> else who had this problem. Maybe I'm doing something dumb?
>
> When I try to build TECManager it fails to build _TECManager.c due to 
> a missing include; include_CoreServices.h. This looks pretty ify to me 
> already. Did pyrex do something strange here? I would assume this 
> should be CoreServices.h, although that doesn't fix it either.
>
> gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp 
> -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall 
> -Wstrict-prototypes 
> -I/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 
> -c src/_TECManager.c -o 
> build/temp.darwin-6.8-Power_Macintosh-2.3/src/_TECManager.o
> src/_TECManager.c:6:34: include_CoreServices.h: No such file or 
> directory

Just make a file called include_CoreServices.h that has the text 
#include <CoreServices/CoreServices.h> -- this is a workaround for the 
fact that Pyrex can't use a system header file directly.

I don't know why it didn't make it into the source distribution.  I'll 
make a new release soon.

You can also install these from the Package Manager repository:  
http://undefined.org/python/pimp/darwin-6.8-Power_Macintosh.html (for 
10.2.x only)

-bob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2357 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20031112/a7419604/smime.bin


More information about the Pythonmac-SIG mailing list