Fatal Error Installing libsndfile on OS X Mavericks
c, libsndfile
Solution
I suggest you use brew to install it : http://brew.sh/
Once installed simply run `brew install libsndfile`
Problem
I'm currently trying to install libsndfile on my mac running os x 10.9.1. However, when after running the command 'make' it runs for a while and then displays the following message: `sndfile-play.c:61:11: fatal error: 'Carbon.h' file not found.` I haven't had much luck finding people with a similar issue. From what I found it looks like it may have to do with newer os versions not being supported. Anyone know how to resolve this issue? Thanks in advance!