[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ns-2.1b4 installation error!



>
> From:  Keith Chow <[email protected]>
> To:    "[email protected]" <[email protected]>
> Subject: ns-2.1b4 installation error!
> Date:  Wed, 29 Jul 1998 17:47:08 EDT
>
> Hi there,
> 
> I installed 2.1b3 without error except for validation.
> But.. 2.1b4 seems not ok!
> Enclosed is the error message:
> ---------------------------------------
> tcp-full.cc: In method `void FullTcpAgent::timeout_action()':
> tcp-full.cc:1776: ambiguous overload for `bool ? int & : TracedInt &'
> tcp-full.cc:1776: candidates are: operator ?:(bool, TracedInt,
> TracedInt) <builtin>
> tcp-full.cc:1776:                 operator ?:(bool, int, int) <builtin>
> gmake: *** [tcp-full.o] Error 1
> ---------------------------------------
> 
> I'm using gcc2.8.1,tcl/tk8.0p2, tclcl-1.0b6, otcl-1.0a3 on Solaris 2.6.
> Does anybody make 2.1b4 work?
> 
> Thanks,
> 
> -- Keith.

I believe John put in as fix for this problem [which seems
to happen in some c++ compilers and not others].
If you grab tonight's snapshot of tcp-full.{cc,h} it should take
care of the problem.

- K