On Mon, 18 Nov 2013 18:59:09 +0000 (GMT), Viv Kendon <v.ken...@leeds.ac.uk> wrote: trying to install re-alpine-2.02-4 on a set up from scratch > 10.9 case sensitive iMac: > > gcc -DHAVE_CONFIG_H -I../../../include -I../../../include > -I/sw/include -I/sw/include -g -D_THREAD_SAFE -Dbsd -g -O2 -MT > alpined.o -MD -MP -MF .deps/alpined.Tpo -c -o alpined.o alpined.c > alpined.c:763:50: error: no member named 'result' in 'struct Tcl_Interp' > ...case TCL_OK : peReturn(cs, "OK", interp->result); break; > ~~~~~~ ^ > alpined.c:764:55: error: no member named 'result' in 'struct Tcl_Interp' > ...case TCL_ERROR : peReturn(cs, "ERROR", interp->result); break; > ~~~~~~ ^
The result member appears to have been removed from the Tcl_Interp struct in tcl-8.6. Fink's tcltk is 8.5ish on 10.[78] but 8.6ish on 10.9. There's a Tcl_GetStringResult accessor function, not sure how long ago it was added (i.e., whether re-alpine could use Tcl_GetStringResult(interp) on all 10.[789] or would need separate ones for each tcl version). dan -- Daniel Macks dma...@netspace.org ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users