> I think that it makes sense to be working to get it to compile against
> the version of Tcl which is expected to be released in the next couple
> of weeks - which is the plan (to have it released before the OSC in
> July...)

        Fixed. I just grabbed a nightly build today, and the fix was a 1/2
line omission from pilot-debug.c. If you want to test it, on or around like
1433, you'll see a line similar to:

#if (TCL_MAJOR_VERSION<8 && TCL_MINOR_VERSION <4) || (TCL_RELEASE_LEVEL<1)

        Simply nuke the part after and including the ||, leaving you with a
line that looks like:

        #if (TCL_MAJOR_VERSION<8 && TCL_MINOR_VERSION <4)

        That seemed to work here.



/d


_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix

Reply via email to