Hi,

Trying to compile Lilypond-1.2.9.

OS Linux 2.2.14.
Processor AMDK2-400
gcc version 2.95.2 19991024 (release)

While doing "make" I get the error message:-

make[1]: Entering directory `/usr/src/Tars/Lilypond/lilypond-1.2.9/lily'
rm -f out/paper-score.dep; DEPENDENCIES_OUTPUT="out/paper-score.dep
out/paper-score.o" c++ -c  -DHAVE_CONFIG_H
-I.. -Iinclude -Iout -I../lib/include -I../lib/out -I../flower/include
-I../flower/out -I../lib/include
-I../flower/include -g     -g   -I/usr/local/include -Wall  -W
-Wmissing-prototypes -Wmissing-declarations
-Wconversion  paper-score.cc -o out/paper-score.o
paper-score.cc: In method `void Paper_score::typeset_element(Score_element *)':
paper-score.cc:61: non-lvalue in assignment
make[1]: *** [out/paper-score.o] Error 1
make[1]: Leaving directory `/usr/src/Tars/Lilypond/lilypond-1.2.9/lily'
make: *** [all] Error 2

I attach the "offending" paper-score.cc file from my download. This file may not
be
spaced exactly as received 'cos I moved things around a bit to make absolutely
sure 
it was the bit after the comma in the assignment statement that caused the
"non-lvalue" 
problem.  I have only changed white spaces and am sure I've put it back pretty
much as 
received.

Your help will be much appreciated.

-- 
Thanks and Best wishes,
Howard Gilbert.
(A.H.Gilbert, Thornaby, North Yorkshire)
make[1]: Entering directory `/usr/src/Tars/Lilypond/lilypond-1.2.9/lily'
rm -f out/paper-score.dep; DEPENDENCIES_OUTPUT="out/paper-score.dep out/paper-score.o" 
c++ -c  -DHAVE_CONFIG_H  -I.. -Iinclude -Iout -I../lib/include -I../lib/out 
-I../flower/include -I../flower/out -I../lib/include -I../flower/include -g     -g   
-I/usr/local/include -Wall  -W -Wmissing-prototypes -Wmissing-declarations 
-Wconversion  paper-score.cc -o out/paper-score.o
paper-score.cc: In method `void Paper_score::typeset_element(Score_element *)':
paper-score.cc:61: non-lvalue in assignment
make[1]: *** [out/paper-score.o] Error 1
make[1]: Leaving directory `/usr/src/Tars/Lilypond/lilypond-1.2.9/lily'
make: *** [all] Error 2

Reply via email to