[EMAIL PROTECTED] writes: > Everything I've tried to install Lilypond on OS X failed. I've: > > * Installed X11 as an X86 base. TeTeX wanted this. Fink was the one that > recommended this, but when I tried it, it quit installing when it came to > the free X86-base. It asks me to destroy certain files (which don't exist) > before reinstalling. > > * Downloaded the source and compiled it. The commands lilypond provided to > compile lilypond: > > CC="cc -I/sw/include" CXX="c++ -I/sw/include" LDFLAGS="-L/sw/lib" \ > ./configure --prefix=/sw > make -C lily out/parser.hh out/parser.cc out/config.h > patch -p0 < darwin.patch > make -C lily out/parser.o > make DEPENDENCIES_OUTPUT=/dev/null all > make install > > Don't work, as Terminal quickly complains that no 'cc -I/sw/include' command > exists.
try CC="cc" CPPFLAGS="-I/sw/include" ... -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
