markreidvfx / pyaaf

Python Bindings for the Advanced Authoring Format (AAF)
http://markreidvfx.github.io/pyaaf
MIT License
49 stars 9 forks source link

Compile the original AAF project #50

Closed MartinDelille closed 6 years ago

MartinDelille commented 6 years ago

This would be nice to be able to compile the AAF project.

I tried without success: https://pastebin.com/g0N5sjGx

MartinDelille commented 6 years ago

I found a github clone here: https://github.com/nevali/aaf

markreidvfx commented 6 years ago

The AAF SDK sadly hasn't been updated in about 10 years. You are probably having trouble because your version of macosx no longer has gcc. When I do full releases I use snow leopard for my own sanity. You can use prebult libraries on the lastest version of macosx.

This is one of the reasons I made pyaaf2 it is pure python, has no dependencies and doesn't use the SDK at all.

MartinDelille commented 6 years ago

Ok pyaaf2 is a great news I nevered heard about! What is the library status?

markreidvfx commented 6 years ago

It does everything the readme says ;) feel free to report any issues your encounter!