0n 2008/09/20 08:25 +0200, Reinhold Kainhofer wrote: > I'm getting these errors on my server, trying to build current master. I even > did a make clean and a "./autogen.sh; make ", but the error stays. The server > is running Debian testing.
Which GCC version do you use? I can't reproduce the error below on Fedora 9 x86_64 using GCC 4.3.0. In limits.h from GCC include directory, I can see that LLONG_MAX is set to __LONG_LONG_MAX__. > > make[1]: Entering directory `/home/lilypond/lilypond/flower' > > rm -f ./out/rational.dep; > > DEPENDENCIES_OUTPUT="./out/rational.dep ./out/rational.o" > > g++ -c -I/usr/include/python2.4 -DHAVE_CONFIG_H -DNDEBUG > > -I./include -I./out -I../flower/include -I../flower/./out -O2 > > -finline-functions -g -pipe -pthread -I/usr/include/freetype2 > > -I/usr/include/pango-1.0 -I/usr/include/freetype2 > > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W > > -Wall -Wconversion -o out/rational.o rational.cc > > ./include/rational.hh:104: error: 'LLONG_MAX' was not declared in this scope > > make[1]: *** [out/rational.o] Error 1 > > make[1]: Leaving directory `/home/lilypond/lilypond/flower' Cheers, John _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
