[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] cvs 2009-06-25 does not build on MacOS 10.5.7
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] cvs 2009-06-25 does not build on MacOS 10.5.7 |
Date: |
Fri, 17 Jul 2009 22:43:46 +0200 (CEST) |
> Today I tried to build the current cvs-version of groff on MacOS
> 10.5.7 with xcode 3.1.1.
Which compiler is this?
> I get the following link error:
>
> Undefined symbols:
> "node::~node()", referenced from:
> [...]
Hmm. Maybe a bug in the compiler? Try to remove the `inline' keyword
from
inline node::~node()
{
...
around line 1814 in src/roff/troff/node.cpp.
Werner