>> 
>> It compiles under both 2.95.4 and 3.1 here.
> I have the same versions of autoconf and g++/gcc that Jamie reported.
> 
> Not sure what the hiccup was, but I moved src/blackbox.cc to
> src/blackbox.cc.o, and re-ran cvs with '.' instead of 'blackbox' for the
> module name. It built just fine. Feel free to offer any comments or tips
> on cvs that seem relevant.

There is no '<' anywhere near line 358.  So my guess is you ran into a confict
during an update.  cvs (via diff) will place something like:

<< old_file
  ..
  ..
  ..
>> new_file
  ..
  ..
  ..
<<<<<<<<<<

at the point of conflict.

Reply via email to