lilypond-devel
[Top][All Lists]
Advanced

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

2.1.37: make error messages


From: Hans Forbrich
Subject: 2.1.37: make error messages
Date: Wed, 31 Mar 2004 18:28:01 -0700
User-agent: KMail/1.5.1

I have the following messages coming from "make all".  The build completes and 
appears to be all right.  I've seen most of these messages before, but there 
seems to be a push on getting things squeeky-clean.  

I've got 6 groups (a-f) by message type. Please advise whether to ignore 
these.  I have captured the make log file for follow up as necessary.

(SuSE 8.2 w/ gcc 3.3 and latest stable of all prereq packages)

/Hans

a) Unused parameters:

cluster.cc:234: warning: unused parameter `scm_unused_struct*ax'
parse-scm.cc:78: warning: unused parameter `scm_unused_struct*tag'

b) Shift/reduce conflicts 

(near music.cc)
bison -o./out/parser.cc -d parser.yy
parser.yy: conflicts: 4 shift/reduce
mv -f parser.yy.tab.h out/parser.hh  # bison < 1.30 ???
mv: cannot stat `parser.yy.tab.h': No such file or directory
make[1]: [out/parser.hh] Error 1 (ignored)
mv -f ./out/parser.cc.h out/parser.hh  # bison < 1.30
mv: cannot stat `./out/parser.cc.h': No such file or directory
make[1]: [out/parser.hh] Error 1 (ignored)
mv parser.tab.hh out/parser.hh
mv: cannot stat `parser.tab.hh': No such file or directory
make[1]: [out/parser.hh] Error 1 (ignored)
rm -f parser.tab.c parser.tab.cc # bison < 1.30
rm -f ./out/parser.cc # avoid recompiling the .cc file

c) deprecated header

source-file.cc
In file included from /usr/local/include/c++/3.3/backward/strstream:51,
                 from source-file.cc:17:
/usr/local/include/c++/3.3/backward/backward_warning.h:32:2: warning: #warning 
This file includes at least one deprecated or antiquated header. Please 
consider using one of the 32 headers found in section 17.4.1.2 of the C++ 
standard. Examples include substituting the <X> header for the <X.h> header 
for C++ includes, or <sstream> instead of the deprecated header 
<strstream.h>. To disable this warning use -Wno-deprecated.

d) lexer rules

warn.cc
flex -Cfe -p -p -oout/lexer.cc lexer.ll
lexer.ll:587: warning, -s option given but default rule can be matched

e) char size adjustment (happened with a number of fints)

(some charht values had to be adjusted by as much as 0.40506pt)
(some chardp values had to be adjusted by as much as 0.32242pt)
Font metrics written on feta14.tfm.

f) "overriding commands for target `install'"

make[1]: Entering directory
`/home/hforbric/Documents/lilypond-2.1.37/stepmake'
/home/hforbric/Documents/lilypond-2.1.37/stepmake/stepmake/generic-targets.make:143:out/dummy.dep:
 
No such file or directory
GNUmakefile:28: warning: overriding commands for target `install'
/home/hforbric/Documents/lilypond-2.1.37/stepmake/stepmake/generic-targets.make:127:
 
warning: ignoring old commands for target `install'
please ignore innocent warning about dummy.dep
mkdir -p ./out
touch ./out/dummy.dep
make[1]: Leaving directory `/home/hforbric/Documents/lilypond-2.1.37/stepmake'
-------------------
make[1]: Entering directory 
`/home/hforbric/Documents/lilypond-2.1.37/stepmake'
GNUmakefile:28: warning: overriding commands for target `install'
/home/hforbric/Documents/lilypond-2.1.37/stepmake/stepmake/generic-targets.make:127:
 
warning: ignoring old commands for target `install'
make PACKAGE=LILYPOND package=lilypond -C bin all &&  make PACKAGE=LILYPOND 
package=lilypond -C stepmake all && true
make[2]: Entering directory 
`/home/hforbric/Documents/lilypond-2.1.37/stepmake/bin'





reply via email to

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