Thank you Gustaf, that fixed the error. There is an additional error:
can't find package xotcl::package while executing "package require xotcl::package" (file "./library/xotcl/library/lib/makeDoc.xotcl" line 16) make: *** [library/xotcl/doc/langRef-xotcl.html] Error 1
The error seems to be caused by missing pkgIndex.tcl file in ./library/xotcl/library/lib/
Thanks
On Fri, Nov 26, 2010 at 7:48 PM, Victor Mayevski vitick@gmail.com wrote:
Hello Gustaf,
I have the following problem when trying to compile NX on freshly installed Linux x86 system against latest TCL 8.6 from SourceForge CVS.
./generic/nsf.c: In function ‘MethodDispatchCsc’: ./generic/nsf.c:6959: error: too many arguments to function ‘tclIntStubsPtr->tclNRRunCallbacks’ make: *** [nsf.o] Error 1
Thank you