Compile failure with commit edd89894

2010-10-11 Thread Patrick McCarty
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' be

Re: Compile failure with commit edd89894

2010-10-11 Thread Graham Percival
On Tue, Oct 12, 2010 at 2:30 AM, Patrick McCarty wrote: > 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

Re: Compile failure with commit edd89894

2010-10-11 Thread Patrick McCarty
On Mon, Oct 11, 2010 at 6:54 PM, Graham Percival wrote: > On Tue, Oct 12, 2010 at 2:30 AM, Patrick McCarty wrote: >> 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

Re: Compile failure with commit edd89894

2010-10-11 Thread Graham Percival
On Mon, Oct 11, 2010 at 06:59:32PM -0700, Patrick McCarty wrote: > On Mon, Oct 11, 2010 at 6:54 PM, Graham Percival > wrote: > > On Tue, Oct 12, 2010 at 2:30 AM, Patrick McCarty wrote: > >> With GCC 4.5.1, I'm seeing a compile failure with latest git. > >> Reverting your commit edd89894 fixes it.