Opened 5 months ago
Closed 4 months ago
#70153 closed defect (fixed)
vigor fails to build: error: ‘Tcl_Interp’ has no member named ‘result’
Reported by: | barracuda156 | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | Cc: | ||
Port: | vigor |
Description
../ex/ex_tcl.c: In function ‘ex_tcl’: ../ex/ex_tcl.c:67: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 7 has type ‘recno_t’ ../ex/ex_tcl.c:67: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 8 has type ‘recno_t’ ../ex/ex_tcl.c:74: error: ‘Tcl_Interp’ has no member named ‘result’ make: *** [ex_tcl.o] Error 1
Attachments (1)
Change History (3)
Changed 5 months ago by barracuda156
comment:1 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That's incompatibility with newer Tcl versions. You can find how to fix this by looking at prior tickets: query:summary=~Tcl_Interp