On Apr 4, 2012, at 10:02 AM, Alexander Hansen wrote: > On 4/4/12 6:28 AM, Richard Miles wrote: >> I tried to build sox and had this problem: >> gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/Developer/Headers/FlatCarbon >> -I/sw/include -g -O2 -std=gnu99 -Wall -Wextra -Wdeclaration-after-statement >> -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes >> -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast >> -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon -c >> sndfile-play.c >> sndfile-play.c:61:11: fatal error: 'Carbon.h' file not found >> #include <Carbon.h> >> ^ >> 1 error generated. >> make[1]: *** [sndfile-play.o] Error 1 >> make: *** [all-recursive] Error 1 >> ### execution of /tmp/fink.JT3_H failed, exit code 2 >> Removing runtime build-lock... >> Removing build-lock package... >> /sw/bin/dpkg-lockwait -r fink-buildlock-libsndfile1-1.0.25-1 >> (Reading database ... 163551 files and directories currently installed.) >> Removing fink-buildlock-libsndfile1-1.0.25-1 ... >> Failed: phase compiling: libsndfile1-1.0.25-1 failed >> >> Before reporting any errors, please run "fink selfupdate" and try again. >> >> If you continue to have issues, please check to see if the FAQ on Fink's >> website solves the problem. If not, ask on one (not both, please) of >> these mailing lists: >> >> >> >> The Fink Users List <[email protected]> >> >> >> The Fink Beginners List <[email protected]>, >> >> with a carbon copy to the maintainer: >> >> >> >> Daniel Johnson <[email protected]> >> >> Note that this is preferable to emailing just the maintainer directly, >> since most fink package maintainers do not have access to all possible >> hardware and software configurations. >> >> Please try to include the complete error message in your report. This >> generally consists of a compiler line starting with e.g. "gcc" or "g++" >> followed by the actual error output from the compiler. >> >> Also include the following system information: >> Package manager version: 0.32.4.1 >> Distribution version: selfupdate-cvs Wed Apr 4 06:22:55 2012, 10.7, x86_64 >> Trees: local/main stable/main >> Xcode: 4.3.2 >> Max. Fink build jobs: 1 >> Richard Miles >> [email protected] >> >> > It appears that the source of this package makes assumptions about where the > FlatCarbon headers are installed which is no longer valid for Xcode 4.3: >
It does, and even worse is that Carbon.h isn't actually used. I just committed a new revision that builds for me with Xcode 4.3.2 by removing #include <Carbon.h> altogether. Daniel ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
