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: Matthias Kramm
Subject: Re: [Swftools-common] Compiling pyswf on OS X
Date: Tue, 28 Sep 2004 12:48:23 +0200
User-agent: Mutt/1.5.6i

On Mon, Sep 27, 2004 at 09:43:41PM +0200, Ksenia Marasanova wrote:
> What should I pass to configure program to compile pyswf? I use Panther  
> and the standard Python framework.
> Now after running configure program without parameters the Makefile in  
> lib/python contains only 'all install uninstall clean:' line.
> And config.log sais:
> [...]
> configure:11492: checking for Python.h and PIL
> configure:11545: result: nope
> [...]
> 
> I have Python.h in  
> /System/Library/Frameworks/Python.framework/Versions/2.3/include/ 
> python2.3/ and PIL in /Library/Python/2.3/.

Try running ./configure as

    
PYTHON_LIB="/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3"
 \
    PYTHON_INCLUDES="/Library/Python/2.3/" \
    ./configure

(Using the latest CVS version)

Are the directories you sent the standard locations for a python
installation? If yes, I'll add them to the list of directories that
are checked.

Greetings

Matthias







reply via email to

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