swftools für mac?

timoken

Aktives Mitglied
Thread Starter
Dabei seit
11.11.2003
Beiträge
831
Reaktionspunkte
8
swftools für mac? compile-problem

versuche verzweifelt die swftools auf meinem mac in betrieb zu nehmen:
http://www.swftools.org/

laut entwickler soll das auch kein problem sein (habe die beschreibung mal unten angehängt). aber das funzt alles nicht. ich habe zwar fink installiert aber bekomme direkt beim ersten befehl die fehlermeldung, dass lame nicht gefunden werden konnte. naja, also keine soundkonvertierung. könnte ich mit leben. dann bekomme ich aber auch eine fehlermeldung, dass freetype nicht installiert werden konnte und das ist ärgerlich. besonders weil ich das tool pdf2swf nutzen möchte.

hat das schon mal jemand gemacht oder kann das eben auf seinem rechner durchjagen und mir die binaries zur verfügung stellen (ist ja open source)

HILFEEEE!!!
DANKEEE!!!

6.) How do I compile swftools on Mac OS X?

You need to get fink (http://fink.sourceforge.net), and install it.
After this, you need to install all the required libs (jpeg, freetype, lame):

fink install libjpeg libjpeg-shlibs freetype2 freetype2-shlibs lame lame-shlibs

Then, you have to inform configure of where they are:

LDFLAGS="-L/sw/lib" CPPFLAGS="-I/sw/include -I/sw/include/lame" ./configure
make
sudo make install

If this doesn't work, especially if you want to use the python library and
get weird exceptions, try to remove all versions of jpeglib, freetype and
lame from /usr/lib and /usr/local/lib, and then run configure / make / make install
again.

If you also want to use the python interface, you may have to copy the
Imaging headers (Imaging.h, ImPlatform.h, ImConfig.h) to
/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
before running configure.
 
Zuletzt bearbeitet:
Zurück
Oben Unten