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

Re: [ns] [Q]About installing tclcl



Check if your c++ is indeed g++?

On Sat, 22 Apr 2000, Sangjin Jeong wrote:

> Has anyone installed tclcl 1.0b4 on Solaris 2.7?
> 
> Did you have any problem?
> 
> I get this under gcc 2.95.2
> 
> I used ./configure --enable-debug --enable-devel  command
> 
> -----
> 
> c++ -c -I. -I../otcl-0.96 -I/home1/ns-sim/tclcl-1.0b4/
> -I../tk4.2/generic -I../tcl7.6/generic -DNO_TK  -fsigned-char
> -fno-inline -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOTCL0_96
> -DHAVE_OTCL_H -DHAVE_LIBTK4_2 -DHAVE_TK_H -DHAVE_LIBTCL7_6 -DHAVE_TCL_H
> -g -Wall -o Tcl.o Tcl.cc
> In file included from tclcl.h:47,
>                  from Tcl.cc:50:
> tclcl-mappings.h: In function `static int
> TclObjectHelper<T>::dispatch_(void *, Tcl_Interp *, int, char **)':
> tclcl-mappings.h:51: parse error before `::'
> Tcl.cc: In method `int TclArguments::arg(const char *&)':
> Tcl.cc:1025: warning: unused variable `class Tcl & tcl'
> *** Error code 1
> make: Fatal error: Command failed for target `Tcl.o'
>