lilypond-devel
[Top][All Lists]
Advanced

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

Compile failure with commit edd89894


From: Patrick McCarty
Subject: Compile failure with commit edd89894
Date: Mon, 11 Oct 2010 18:30:45 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Graham,

With GCC 4.5.1, I'm seeing a compile failure with latest git.
Reverting your commit edd89894 fixes it.  Here's the error:


context-def.cc: In static member function 'static scm_unused_struct* 
Context_def::mark_smob(scm_unused_struct*)':
context-def.cc:118:1: error: expected 'while' before 'Context_def'
context-def.cc:118:1: error: expected '(' before 'Context_def'
context-def.cc:118:35: error: expected primary-expression before 'mod'
context-def.cc:119:1: error: expected ')' before '{' token
context-def.cc:119:1: error: expected ';' before '{' token
context-def.cc:120:22: error: 'mod' was not declared in this scope
./include/context-def.hh:44:7: error: invalid use of member 
'Context_def::description_' in static member function
context-def.cc:123:7: error: from this location
context-def.cc:124:7: error: return-statement with no value, in function 
returning 'scm_unused_struct*'
./include/context-def.hh:48:7: error: invalid use of member 
'Context_def::default_child_' in static member function
context-def.cc:135:5: error: from this location
./include/context-def.hh:41:7: error: invalid use of member 
'Context_def::translator_mods_' in static member function
context-def.cc:139:7: error: from this location
./include/context-def.hh:41:7: error: invalid use of member 
'Context_def::translator_mods_' in static member function
context-def.cc:139:59: error: from this location
./include/context-def.hh:42:7: error: invalid use of member 
'Context_def::accept_mods_' in static member function
context-def.cc:143:5: error: from this location
./include/context-def.hh:42:7: error: invalid use of member 
'Context_def::accept_mods_' in static member function
context-def.cc:143:53: error: from this location
./include/context-def.hh:43:7: error: invalid use of member 
'Context_def::property_ops_' in static member function
context-def.cc:148:5: error: from this location
./include/context-def.hh:43:7: error: invalid use of member 
'Context_def::property_ops_' in static member function
context-def.cc:148:36: error: from this location
./include/context-def.hh:46:7: error: invalid use of member 
'Context_def::context_aliases_' in static member function
context-def.cc:150:5: error: from this location
./include/context-def.hh:46:7: error: invalid use of member 
'Context_def::context_aliases_' in static member function
context-def.cc:150:39: error: from this location
./include/context-def.hh:47:7: error: invalid use of member 
'Context_def::translator_group_type_' in static member function
context-def.cc:152:5: error: from this location
./include/context-def.hh:45:7: error: invalid use of member 
'Context_def::context_name_' in static member function
context-def.cc:154:5: error: from this location
context-def.cc:161:1: error: a function-definition is not allowed here before 
'{' token
context-def.cc:349:1: error: expected '}' at end of input
make[1]: *** [out/context-def.o] Error 1
make[1]: Leaving directory `/home/pnorcks/git/lilypond/lily'
make: *** [all] Error 2



-Patrick



reply via email to

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