> 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


Reply via email to