View · Search · Index
No registered users in community xowiki
in last 10 minutes

Re: [Xotcl] troubleshooting

From: Gustaf Neumann <neumann_at_wu-wien.ac.at>
Date: Sat, 27 Nov 2010 14:50:53 +0100

Hi Victor,

you are most probably using a version of Tcl 8.6 with the
"saner NRE" patch of Miguel Sofer from end of Sept, which
changed the argument list of that function. It seems, that
someone has merged this patch to CVS head recently.
Currently Tcl 8.6b1 has no means to detect this version, but
it will change, once 8.6b2 is out.

Until then, please uncomment the line

   #define NRE_SANE_PATCH 1

in generic/nsfInt.h

-gustaf neumann


On 27.11.10 04:48, Victor Mayevski 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
>
> _______________________________________________
> Xotcl mailing list
> Xotcl_at_alice.wu-wien.ac.at
> http://alice.wu-wien.ac.at/mailman/listinfo/xotcl