Changes between Initial Version and Version 2 of Ticket #232
- Timestamp:
- Oct 15, 2013, 8:36:10 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #232 – Description
initial v2 2 2 3 3 I have no idea how to fix this following error: (BTW, I installed ActiveTcl before compiling) 4 4 {{{ 5 5 external/tcl/panic.c:59:22: error: variable or field ‘Tcl_SetPanicProc’ declared void 6 6 Tcl_SetPanicProc(proc) … … 45 45 make: *** [tmp/external/tcl/panic.o] Error 1 46 46 make: *** Waiting for unfinished jobs.... 47 }}}