[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [ns] ns-2-snapshot-20010418
This link error may be due to the old tclcl or otcl. This error was removed when I updated the two packages.
-jahn
-----Original Message-----
From: owner-ns-users@ISI.EDU [mailto:owner-ns-users@ISI.EDU]On Behalf Of Rohit Garg
Sent: Thursday, April 19, 2001 6:38 AM
To: ns-users@ISI.EDU
Subject: [ns] ns-2-snapshot-20010418
Hi,
I downloaded the daily snapshop of the ns bit I am getting the following
compile-time errors. Can someone please help me?
Regards,
Rohit
c++ -c -O2 -DTCP_DELAY_BIND_ALL -DNO_TK -DNIXVECTOR -DTCLCL_CLASSINSTVAR -D
NDEBUG -DHAVE_STL -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_0
A6 -DHAVE_OTCL_H -DHAVE_LIBTK8_3 -DHAVE_TK_H -DHAVE_LIBTCL8_3 -DHAVE_TCL_H
-DHAVE_CONFIG_H -I. -I/a/hippo/d6/edram2/ns-allinone-2.1b7a/tclcl-1.0b10 -I/
a/hippo/d6/edram2/ns-allinone-2.1b7a/otcl-1.0a6 -I/usr/include -I/usr/includ
e -o rtmodule.o rtmodule.cc
rtmodule.cc: In method `RoutingModule::RoutingModule ()':
rtmodule.cc:78: no matching function for call to `RoutingModule::bind
(const char[12], TclObject **)'
/a/hippo/d6/edram2/ns-allinone-2.1b7a/tclcl-1.0b10/tclcl.h:174: candidates
are: void TclObject::bind
(const char *, TracedInt *)
/a/hippo/d6/edram2/ns-allinone-2.1b7a/tclcl-1.0b10/tclcl.h:175:
void TclObject::bind
(const char *, TracedDouble *)
/a/hippo/d6/edram2/ns-allinone-2.1b7a/tclcl-1.0b10/tclcl.h:176:
void TclObject::bind
(const char *, double *)
/a/hippo/d6/edram2/ns-allinone-2.1b7a/tclcl-1.0b10/tclcl.h:179:
void TclObject::bind
(const char *, unsigned int *)
/a/hippo/d6/edram2/ns-allinone-2.1b7a/tclcl-1.0b10/tclcl.h:180:
void TclObject::bind
(const char *, int *)
make: *** [rtmodule.o] Error 1