lilypond-user
[Top][All Lists]
Advanced

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

Compile problems - tried patch


From: Bryan Koschmann - GKT
Subject: Compile problems - tried patch
Date: Tue, 8 Apr 2003 23:31:01 -0700 (PDT)

Hello,

Well I've just setup a new machine with a fresh install of Slackware 9.0.
Of course, this includes gcc 3.2.2. I upgraded flex to 2.5.31 using the
source. I am trying lilypond version 1.7.15. After getting errors
compiling, I tried running the lexer-gcc-3.1.sh per a message I found in
the archives. There was no config.cache, but I did kill the whole source
directory and unzip a new one to try again.

Any help would be great! I am completely lost :(

Thanks in advance!

        Bryan

This is what I get now:

Script started on Tue Apr  8 23:22:50 2003
bash-2.05b$ pico E-mail\ Address\ List
bash-2.05b$ ssh penguinlsmv .bash_profile .bashrc
bash-2.05b$ make all
make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C buildscripts all 
&&  make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C python all &&  
make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C scripts all &&  
make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C flower all &&  
make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C lily all &&  make 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C mf all &&  make 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ly all &&  make 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C tex all &&  make 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ps all &&  make 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C scm all &&  make 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C po all &&  make 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C make all &&  make 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C cygwin all &&  make 
--no-builtin-rule!
s PACKAGE=LILYPOND package=lilypond -C debian all &&  make --no-builtin-rules 
PACKAGE=LILYPOND package=lilypond -C /usr/src/lilypond-1.7.15/stepmake all &&  
make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C Documentation all 
&&  make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C input all && 
true
make[1]: Entering directory `/usr/src/lilypond-1.7.15/buildscripts'
true
make[1]: Leaving directory `/usr/src/lilypond-1.7.15/buildscripts'
make[1]: Entering directory `/usr/src/lilypond-1.7.15/python'
true
make[1]: Leaving directory `/usr/src/lilypond-1.7.15/python'
make[1]: Entering directory `/usr/src/lilypond-1.7.15/scripts'
true
true
make[1]: Leaving directory `/usr/src/lilypond-1.7.15/scripts'
make[1]: Entering directory `/usr/src/lilypond-1.7.15/flower'
make PACKAGE=LILYPOND package=lilypond -C include all && true
make[2]: Entering directory `/usr/src/lilypond-1.7.15/flower/include'
true
make[2]: Leaving directory `/usr/src/lilypond-1.7.15/flower/include'
make[1]: Leaving directory `/usr/src/lilypond-1.7.15/flower'
make[1]: Entering directory `/usr/src/lilypond-1.7.15/lily'
rm -f ./out/includable-lexer.dep; 
DEPENDENCIES_OUTPUT="./out/includable-lexer.dep ./out/includable-lexer.o" g++ 
-c   -DHAVE_CONFIG_H  -DSTRING_UTILS_INLINED -Iinclude -I./out 
-I../flower/include -I../flower/./out -I../flower/include -O2 
-finline-functions -g   -I/usr/share/texmf/include      -O2 -finline-functions 
-g   -I/usr/share/texmf/include  -Wall  -W -Wmissing-prototypes -Wconversion  
-o out/includable-lexer.o includable-lexer.cc
In file included from include/includable-lexer.hh:14,
                 from includable-lexer.cc:13:
out/FlexLexer.h:71: no class template named `std' in `std'
out/FlexLexer.h:71: `s' was not declared in this scope
out/FlexLexer.h:71: parse error before `)' token
out/FlexLexer.h:73: no class template named `std' in `std'
out/FlexLexer.h:73: `s' was not declared in this scope
out/FlexLexer.h:73: virtual outside class declaration
out/FlexLexer.h:73: variable or field `yyrestart' declared void
out/FlexLexer.h:78: no class template named `std' in `std'
out/FlexLexer.h:78: `new_in' was not declared in this scope
out/FlexLexer.h:78: no class template named `std' in `std'
out/FlexLexer.h:78: `new_out' was not declared in this scope
out/FlexLexer.h:79: initializer list being treated as compound expression
out/FlexLexer.h:79: syntax error before `{' token
out/FlexLexer.h: In member function `const char* FlexLexer::YYText()':
out/FlexLexer.h:65: `yytext' undeclared (first use this function)
out/FlexLexer.h:65: (Each undeclared identifier is reported only once for each
   function it appears in.)
out/FlexLexer.h: In member function `int FlexLexer::YYLeng()':
out/FlexLexer.h:66: `yyleng' undeclared (first use this function)
out/FlexLexer.h: At global scope:
out/FlexLexer.h:86: warning: `virtual' is not at beginning of declaration
out/FlexLexer.h:86: no class template named `std' in `std'
out/FlexLexer.h:86: `new_in' was not declared in this scope
out/FlexLexer.h:87: no class template named `std' in `std'
out/FlexLexer.h:87: `new_out' was not declared in this scope
out/FlexLexer.h:87: two or more data types in declaration of `switch_streams'
out/FlexLexer.h:87: virtual outside class declaration
out/FlexLexer.h:87: cannot declare variable `switch_streams' to be of type `
   FlexLexer'
out/FlexLexer.h:87:   because the following virtual functions are abstract:
out/FlexLexer.h:75:     virtual int FlexLexer::yylex()
out/FlexLexer.h:72:     virtual void 
FlexLexer::yy_delete_buffer(yy_buffer_state*)
out/FlexLexer.h:71:     virtual yy_buffer_state* 
FlexLexer::yy_create_buffer(...)
out/FlexLexer.h:69:     virtual void
   FlexLexer::yy_switch_to_buffer(yy_buffer_state*)
out/FlexLexer.h:87: assignment (not initialization) in declaration
out/FlexLexer.h:89: non-member function `int lineno()' cannot have `const'
   method qualifier
out/FlexLexer.h: In function `int lineno()':
out/FlexLexer.h:89: `yylineno' undeclared (first use this function)
out/FlexLexer.h: At global scope:
out/FlexLexer.h:91: non-member function `int debug()' cannot have `const'
   method qualifier
out/FlexLexer.h: In function `int debug()':
out/FlexLexer.h:91: `yy_flex_debug' undeclared (first use this function)
out/FlexLexer.h: At global scope:
out/FlexLexer.h:94: parse error before `protected'
out/FlexLexer.h:96: `int yyleng' used prior to declaration
out/FlexLexer.h:97: `int yylineno' used prior to declaration
out/FlexLexer.h:98: `int yy_flex_debug' used prior to declaration
out/FlexLexer.h:101: parse error before `}' token
out/FlexLexer.h:116: no class template named `std' in `std'
out/FlexLexer.h:116: parse error before `*' token
out/FlexLexer.h:121: no class template named `std' in `std'
out/FlexLexer.h:121: `s' was not declared in this scope
out/FlexLexer.h:121: parse error before `)' token
out/FlexLexer.h:123: no class template named `std' in `std'
out/FlexLexer.h:123: `s' was not declared in this scope
out/FlexLexer.h:123: invalid data member initialization
out/FlexLexer.h:123: (use `=' to initialize static data members)
out/FlexLexer.h:123: variable or field `yyrestart' declared void
out/FlexLexer.h:129: no class template named `std' in `std'
out/FlexLexer.h:129: `new_in' was not declared in this scope
out/FlexLexer.h:129: no class template named `std' in `std'
out/FlexLexer.h:129: `new_out' was not declared in this scope
out/FlexLexer.h:129: invalid data member initialization
out/FlexLexer.h:129: variable or field `switch_streams' declared void
out/FlexLexer.h:129: `switch_streams' declared as a `virtual' field
out/FlexLexer.h:140: no class template named `std' in `std'
out/FlexLexer.h:140: no type `istream' in `<type error>'
out/FlexLexer.h:140: parse error before `*' token
out/FlexLexer.h:155: no class template named `std' in `std'
out/FlexLexer.h:155: syntax error before `*' token
out/FlexLexer.h:156: no class template named `std' in `std'
out/FlexLexer.h:156: syntax error before `*' token
includable-lexer.cc: In constructor `Includable_lexer::Includable_lexer()':
includable-lexer.cc:31: `yy_current_buffer' undeclared (first use this
   function)
make[1]: *** [out/includable-lexer.o] Error 1
make[1]: Leaving directory `/usr/src/lilypond-1.7.15/lily'
make: *** [all] Error 2
bash-2.05b$
bash-2.05b$





reply via email to

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