New to the MAC world, so there is likely a very simple and obvious solution.
Trying to build audacity-src-2.0.2
Followed “Building On Mac” from wiki.
From command line build, I get 195 of this type of error.
I tried using Xcode 3.2.6 and got even more.
Tried just compiling “libFLAC” separately and got this error, which is common to all the others: /audacity-src-2.0.2/mac/…/lib-src/libflac/src/libFLAC/bitmath.c:33:22: error: config.h: No such file or directory
Looks like the lines that generate the error are: #if HAVE_CONFIG_H #include <config.h> #endif
I suggest you use the 2.0.3 tarball or HEAD rather than 2.0.2.
No-one on the Forum currently builds Audacity on Mac so I suggest you follow your own intuition or Google search results as you wish. Note however that you have to use XCode (IDE or its own command-line tools). Command-line building as done on Linux hasn’t worked for years.
If you find a solution, please post it here. If not, please recheck all the Wiki steps and tell us your version of OS X
I will try 2.0.3. My concern with this is the “minsrc”.
The tar I have with 2.0.2 is fullsrc.
I did not see a 2.0.3 “fullsrc”
Is there one that I missed?