I'd like to have a go at fixing https://bugs.launchpad.net/maxosx/+bug/809864 myself. First step is to build Max from source

I'm using OS X 10.6.8 and Xcode 3.2.6. Are these versions OK?
When I try to build Max in Xcode I get lots of errors about missing headers, for example:
Code: Select all
In file included from /Users/francis/Code/Audio/Max/Rippers/ComparisonRipper.m:27:
/Users/francis/Code/Audio/Max/Utilities/UtilityFunctions.h:23:10: fatal error: 'FLAC/metadata.h' file not found
#include <FLAC/metadata.h>
Francis