problems with groff in FreeBSD 6.0 buildworld

2005-12-25 Thread Telegin Gennady
Lines from 688 to 700: void savebounds(double x, double y) { if (x < leftpoint) leftpoint = x; if (x > rightpoint) rightpoint = x; if (y < toppoint) toppoint = y; if (y > bottompoint) bottompoint = y; } ___ freebsd-stab

Re: Re: problems with groff in FreeBSD 6.0 buildworld

2005-12-24 Thread Telegin Gennady
Lines from 688 to 700: void savebounds(double x, double y) { if (x < leftpoint) leftpoint = x; if (x > rightpoint) rightpoint = x; if (y < toppoint) toppoint = y; if (y > bottompoint) bottompoint = y; } ___ freebsd-stab

Re: problems with groff in FreeBSD 6.0 buildworld

2005-12-23 Thread Melvyn Sopacua
On Friday 23 December 2005 20:54, Telegin Gennady wrote: > /usr/src/gnu/usr.bin/groff/src/preproc/grn/../../../../../../contrib/groff/ >src/preproc/grn/main.cpp:692: error: expected primary-expression before > '<'token > /usr/src/gnu/usr.bin/groff/src/preproc/grn/../../../../../../contrib/groff/

problems with groff in FreeBSD 6.0 buildworld

2005-12-23 Thread Telegin Gennady
I have heads up my source tree to RELENG_6, and for the `make buildworld` I have got a compile error, last message of which is that: c++ -O2 -fno-strict-aliasing -pipe -O -pipe -DHAVE_CONFIG_H -I/usr/src/gnu/usr.bin/groff/src/preproc/grn/../../../../../../contrib/groff/src/include -I/usr/src/gnu/u