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

[ns] Can't run test of otcl snapshot 20001119 on Win98



Hello all. I'm trying to get the ns-2 2000-11-19 snapshot up an running on a Win 98 box using MSVC++ 6.0. I have otcl snapshot 2000-11-19 and compiled it and ran the testsuite. However, it fails with an access violation 
inside

static int
LookupMethod(Tcl_HashTable* methods, char* nm, Tcl_CmdProc** pr,
      ClientData* cd, Tcl_CmdDeleteProc** dp) 
{
  Tcl_HashEntry *hPtr = Tcl_FindHashEntry(methods, nm);
  if (hPtr != 0) {

namely at the 'Tcl_HashEntry' initialisation. Somwhow, I think I recognise this from when owish wasn't working properly in the tests. It might be the case also here.

If any of you got any info on this, pls let me know.

Cheers,

/ChJ