[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
syntax error in (1.4.8) lily-guile.cc?
From: |
Carl Gibbons |
Subject: |
syntax error in (1.4.8) lily-guile.cc? |
Date: |
Thu, 15 Nov 2001 15:50:34 -0700 (MST) |
When trying to build lilypond version 1.4.8:
make[1]: Entering directory `/space/usr/local/src/lilypond-1.4.8/lily'
cp -p .././config.h out/config.h
rm -f ./out/lily-guile.dep; DEPENDENCIES_OUTPUT="./out/lily-guile.dep
./out/lily-guile.o" c++ -c -DHAVE_CONFIG_H -DSTRING_UTILS_INLINED
-Iinclude -I./out -I.././lib/include -I../lib/./out -I.././flower/include
-I../flower/./out -I../flower/include -O2 -finline-functions -g -O2
-finline-functions -g -DSTRING_UTILS_INLINED -I/usr/local/include -Wall
-W -Wmissing-prototypes -Wconversion lily-guile.cc -o out/lily-guile.o
lily-guile.cc: In function `SCM ly_version()':
lily-guile.cc:446: parse error before string constant
make[1]: *** [out/lily-guile.o] Error 1
make[1]: Leaving directory `/space/usr/local/src/lilypond-1.4.8/lily'
make: *** [all] Error 2
The offending line 446 is:
char const* vs = "\' (" MAJOR_VERSION " " MINOR_VERSION " " PATCH_LEVEL " "
MY_PATCH_LEVEL ")" ;
which looks like quoting syntax errors. I'll try hacking a fix, but I
don't know what I'm doing.
My platform is Solaris 8 on SPARC, gcc 2.95.3. (Oh, and if it matters:
python 1.6a2, guile 1.4, TeX 3.14159, kpathsea 3.3.1, GNU make 3.79.1,
flex 2.5.4a, bison 1.28, Ghostscript 6.0)
- Carl
- syntax error in (1.4.8) lily-guile.cc?,
Carl Gibbons <=