swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Compiling pyswf on OS X


From: Ksenia Marasanova
Subject: Re: [Swftools-common] Compiling pyswf on OS X
Date: Wed, 27 Oct 2004 13:17:16 +0200


Ok, I changed that in the PIL autodetection.
Could you do a CVS update and try running configure again?



There is some progress:
checking for Python.h and PIL... 2.3
checking whether we can compile the python test program... ld: can't locate file for: -lpython2.3
no


From config.log:

configure:22188: checking for Python.h and PIL
configure:22216: result: 2.3
configure:22221: checking whether we can compile the python test program
python.m4: gcc -I/usr/local/include/freetype2 -I/usr/local/include -Ilame -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer -fno-rtti -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/ python2.3/ conftest.c -L/usr/local/lib -lpython2.3 /Library/Python/2.3/PIL/_imaging.so -lt1 -ljpeg -lz -lm -L/usr/local/lib -lfreetype -lz -o conftest
cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
configure: failed program was:
#include <Python.h>
#include <Imaging.h>

int main()
{
    int ret;
    ret = Py_Main(0, 0);
    int x; // check also for gcc 2.95.x incompatibilities
    return ret;
}
configure:22244: result: no


--
Ksenia.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]