Re: [Groff] groff on Intel platform

2010-01-15 Thread Miklos Somogyi
On 15/01/2010, at 09:21 PM, joerg van den hoff wrote: > On Thu, 14 Jan 2010 11:48:48 +0100, Miklos Somogyi > wrote: > >> >> On 14/01/2010, at 08:31 PM, Patrik Schindler wrote: >> >>> Hello Miklos, >>> >>> Am 14.01.2010 um 07:57 schrieb Miklos Somogyi: >>> My questions are: 1) Is there

Re: [Groff] node.cpp needs patch?

2010-01-15 Thread brian m. carlson
On Fri, Jan 15, 2010 at 04:21:32PM -0600, Larry Kollar wrote: > Environment: MacOSX 10.4.11 (Intel), gcc 4.0.1 > > I'm not a c++ expert in the least, but I couldn't get the CVS (from an > hour ago) to compile without getting rid of the "inline" keyword from > node::~node() as follows. Is this a pr

[Groff] node.cpp needs patch?

2010-01-15 Thread Larry Kollar
Environment: MacOSX 10.4.11 (Intel), gcc 4.0.1 I'm not a c++ expert in the least, but I couldn't get the CVS (from an hour ago) to compile without getting rid of the "inline" keyword from node::~node() as follows. Is this a problem on my end? -- Larry Index: src/roff/troff/node.cpp ==