TS does not compile with TCL 8.6 ? ---------------------------------- Key: TS-246 URL: https://issues.apache.org/jira/browse/TS-246 Project: Traffic Server Issue Type: Bug Components: Build Affects Versions: 2.0.0a Reporter: Leif Hedstrom Priority: Minor Fix For: 2.1.0
When building on FBSD, with TCL 8.6 installed, I get the following error: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../proxy/mgmt2/utils -I../../../libinktomi++ -I../../../proxy -I../../../proxy/mgmt2/tools -DPREFIX=\"/opt/ats\" -DPKGSYSCONFDIR=\"/opt/ats/etc/trafficserver\" -DPKGLOCALSTATEDIR=\"/opt/ats/var/trafficserver\" -I/usr/local/include -I/usr/local/include/tcl8.6 -g -pipe -Wall -Werror -Wno-char-subscripts -Wno-write-strings -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing -Wno-invalid-offsetof -march=i586 -MT ConfigCmd.o -MD -MP -MF .deps/ConfigCmd.Tpo -c -o ConfigCmd.o ConfigCmd.cc ConfigCmd.cc: In function 'int Cmd_Config(void*, Tcl_Interp*, int, const char**)': ConfigCmd.cc:266: error: 'struct Tcl_Interp' has no member named 'result' ConfigCmd.cc:268: error: 'struct Tcl_Interp' has no member named 'result' ConfigCmd.cc:275: error: 'struct Tcl_Interp' has no member named 'result' gmake[4]: *** [ConfigCmd.o] Error 1 gmake[4]: Leaving directory `/usr/home/leif/apache/trafficserver.git/proxy/mgmt2/cli2' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/home/leif/apache/trafficserver.git/proxy/mgmt2' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/home/leif/apache/trafficserver.git/proxy' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/leif/apache/trafficserver.git' gmake: *** [all] Error 2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.