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

Re: [ns] error in rtmodule



you should try a recent snapshot of tclcl
the older release does not have the following

	void bind(const char* var, TclObject** val);

in tclcl.h
hope that helps

On Wed, 30 May 2001, alexander thumz wrote:

> Hi everybody,
> I downloaded  may 28th snapshot of ns-2. I tried to compile it.
> but while compiling rtmodule.cc, it stops.
> Because in the constructor method of RoutingModule class, bind method is
> called with invalid argumants.
> Called bind method is following:
> bind ("classifier_", (Tclobject **)&classifier_)
> but compiler says the following types may be valid for arguments
> (const char*,TracedInt *)
> (const char*,TracedDouble *)
> (const char*,double *)
> (const char*, unsigned int *)
> (const char*, int *)
> bind method does not include Tclobject** variable as seen
> how can I fix this bug?
> thanks in advance....
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>