2014-09-01 7:58 GMT+02:00 Petr Ferdus <petr...@centrum.cz>:
> I try to compile fossil with FOSSIL_ENABLE_TCL support. Build environment is 
> mingw/msys on XP sp3.
> Build is based on fossil 75dcdd0bdb. If I build my version without TCL 
> support it works nicely.
>
> When I turn TCL related switches on (FOSSIL_ENABLE_TH1_HOOKS=1 
> FOSSIL_ENABLE_TCL=1; FOSSIL_TCL_SOURCE = 1 is defined)
> it builds fossil.exe but TCL support seems to be somewhat broken. It reports 
> error "TH_ERROR: Tcl initialization error: Can't find a usable init.tcl ..."
> on fossil version -v command, please see details bellow.

Whenever I build fossil with Tcl support, I always
use FOSSIL_ENABLE_TCL=1, FOSSIL_ENABLE_TCL_STUBS = 1,
FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1.

This is the easiest way to include Tcl support
in fossil. Then you don't need the Tcl sources
to be available, just install the (ActiveState)
build of Tcl (either 8.5.x or 8.6.x) and you are done.

Regards,
        Jan Nijtmans
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to