On 01/11/2012 06:51 PM, Keith McRae wrote:
Trying a full build resulted in "undefined reference to
SvStream::operator>>(long&)" in svl/ vcl/ and svtools/ (so far). As
most of these errors are the result of trying to (de)serialize Pair
derived classes, I'm now wondering whether it
On Wed, Jan 11, 2012 at 3:39 PM, Keith McRae wrote:
> Hello all
>
> I've hacked the tools/inc/stream.hxx and tools/source/stream/stream.cxx to
> remove operator >>(long&) and operator <<(long).
> To make tools/ build correctly I've also had to hack:
>
> tools/source/generic/fract.cxx
> tools/sour