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

TclCL compilation error




During compilation using NS-AllInOne, I have encountered the following error 
in the TclCL module:

-----
c++ -c -I. -I../otcl -I../tkbox/include -I../tclbox/include  -DNO_TK  
-DNEED_SUNOS_PROTOS -DUSE_SHM -DHAVE_LIBOTCL0_96 -DHAVE_OTCL_H 
-DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -O2 -o Tcl.o 
Tcl.cc
tclcl-mappings.h: In function `static int 
TclObjectHelper<T>::dispatch_(void *, struct Tcl_Interp *, int, char **)':
In file included from tclcl.h:47,
                 from Tcl.cc:50:
tclcl-mappings.h:51: parse error before `::'
make: *** [Tcl.o] Error 1
TclCL make failed! Exiting ...
-----

I am using SunOS 4.1.3_U1 and GCC 2.8.1.

Any help is greatly appreciated.

Eddie