On May 10, 2007, at 12:28 PM, Stuart Robertson wrote:
Above this message are approx. 220 lines which mostly include 'Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast'. I'm guessing that the problem is something to do with the commands used when trying to build python24 but I've too little understanding of unix, the command line, python and compilers to make sense of the appropriate lines. The first two lines of output concerning python are:
---> Building python24 with target all /usr/bin/gcc-4.0 -c -fno-strict-aliasing -Wno-long-double -no-cpp- precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG - g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I. -I./ Include -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/ mactoolboxglue.c
can you send lines more toward the end of the message so we can see where it failed? Those warnings don't mean anything: you should have something much more explicit just before the process exits. -- Paul Beard words: http://paulbeard.org/wordpress pictures: http://www.flickr.com/photos/pdb206/ Are you trying to win an argument or solve a problem?