lilypond-devel
[Top][All Lists]
Advanced

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

Re: please do a "make doc-clean; make clean"


From: Carl Sorensen
Subject: Re: please do a "make doc-clean; make clean"
Date: Tue, 29 Dec 2009 22:13:51 -0700



On 12/29/09 9:32 PM, "Graham Percival" <address@hidden> wrote:

> Oops, relied off-list by accident.
> 
> Please do a new pull, and build from a fresh tree.  This mess was
> fixed in 7b34eac90f81c8123feaf2670fafae236101f14c and I can confirm
> that it's ok in 80ebf95c872dd6afd587ce388e7fa3ca216937aa .
> 
> I don't know if the "make clean" is strictly necessary, but it can't hurt.

So now make fails, with this error message:

cp -p /Users/Carl/lilypond-working/config.hh out/config.hh
rm -f ./out/file-cookie.dep; DEPENDENCIES_OUTPUT="./out/file-cookie.dep
./out/file-cookie.o" g++ -c
-I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
-I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -arch
ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3 -DHAVE_CONFIG_H  -DNDEBUG -I./include
-I./out -I../flower/include -I../flower/./out  -I/opt/local/include  -O2
-finline-functions -g -pipe -I/opt/local/include -I/opt/local/include
-D_THREAD_SAFE -I/opt/local/include/freetype2 -I/opt/local/include
-I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2
-I/opt/local/include -I/opt/local/include/glib-2.0
-I/opt/local/lib/glib-2.0/include  -W -Wall -Wconversion -o
out/file-cookie.o file-cookie.cc
./include/libc-extension.hh:51: error: declaration does not declare anything
./include/libc-extension.hh:51: error: declaration does not declare anything
lipo: can't open input file:
/var/folders/Rv/RvqP2cCoEOawyy1FGSxWZU+++TI/-Tmp-//ccyBa9Qz.out (No such
file or directory)
make[1]: *** [out/file-cookie.o] Error 1
make: *** [all] Error 2
sorensen2:lilypond-working Carl$

flower/include/libc-extension.hh looks like this:

48 
 49 #if ! HAVE_SNPRINTF             /* GNU extension. */
 50 int snprintf (char *str, size_t n, char const *format, ...);
 51  __attribute__ ((format (printf, 3, 4)));
 52 #endif
 53 

Any thoughts?

Thanks,

Carl





reply via email to

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