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

ns2 daily snapshot compilation fail.



Hello, all

I just downloaded a fresh snap shot and try to compile it, but it failed
with the following error messages, it seems that the Tclcl-1.0b7 and
Tclcl-1.b6p2 do not define the long-long int type in their bind
functions. Could someone take a look at the probelm?

tks in advance,

shuqian

> > c++ -c -g -Wall -DNO_TK -DTCLCL_CLASSINSTVAR  -fsigned-char -fno-inline
> > -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBTCLDBG
> > -DHAVE_LIBTCLCL1_0B7 -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_0A3 -DHAVE_OTCL_H
> > -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
> > -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_TCL_H=1 -DHAVE_LIBTCL8_0=1
> > -DHAVE_TK_H=1 -DHAVE_LIBTK8_0=1 -DHAVE_OTCL_H=1 -DHAVE_LIBOTCL1_0A3=1
> > -DHAVE_TCLCL_H=1 -DHAVE_LIBTCLCL1_0B7=1 -DHAVE_LIBTCLDBG=1
> > -DHAVE_GETRUSAGE=1 -DHAVE_SBRK=1 -DHAVE_STRTOLL=1 -DHAVE_LIBDL=1 -I.
> > -I/jsft/tclcl-1.0b6p2 -I/jsft/otcl-1.0a3 -I/jsft/tk8.0/generic
> > -I/jsft/tcl8.0/generic -o queue-monitor.o queue-monitor.cc
> > queue-monitor.h: In method `QueueMonitor::QueueMonitor()':
> > In file included from queue-monitor.cc:40:
> > queue-monitor.h:55: no matching function for call to `QueueMonitor::bind
> > (char[11], long long int *)'
> > /jsft/tclcl-1.0b6p2/tclcl.h:176: candidates are: TclObject::bind(const
> > char *, int *)
> > /jsft/tclcl-1.0b6p2/tclcl.h:173:                 TclObject::bind(const
> > char *, double *)
> > /jsft/tclcl-1.0b6p2/tclcl.h:172:                 TclObject::bind(const
> > char *, TracedDouble *)
> > /jsft/tclcl-1.0b6p2/tclcl.h:171:                 TclObject::bind(const
> > char *, TracedInt *)
> > queue-monitor.h:56: no matching function for call to `QueueMonitor::bind
> > (char[11], long long int *)'
> > /jsft/tclcl-1.0b6p2/tclcl.h:176: candidates are: TclObject::bind(const
> > char *, int *)
> > /jsft/tclcl-1.0b6p2/tclcl.h:173:                 TclObject::bind(const
> > char *, double *)
> > /jsft/tclcl-1.0b6p2/tclcl.h:172:                 TclObject::bind(const
> > char *, TracedDouble *)
> > /jsft/tclcl-1.0b6p2/tclcl.h:171:                 TclObject::bind(const
> > char *, TracedInt *)
> > *** Error code 1
> > make: Fatal error: Command failed for target `queue-monitor.o'