lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Installing on OS X


From: Han-Wen Nienhuys
Subject: Installing on OS X
Date: Thu, 24 Jul 2003 17:34:45 +0200

address@hidden 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   |   address@hidden   |   http://www.xs4all.nl/~hanwen 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]