Re: [fossil-users] Trying to compile fossil with TCL integration

2015-09-03 Thread Warren Young
On Sep 3, 2015, at 8:44 AM, Jan Nijtmans wrote: > > You should configure with "--with-tcl --with-tcl-stubs > --with-tcl-private-stubs”. Indeed, that does get me a build with embedded Tcl on CentOS 5. Thanks! ___ fossil-users mailing list fossil-users@

Re: [fossil-users] Trying to compile fossil with TCL integration

2015-09-03 Thread Jan Nijtmans
2015-09-03 16:16 GMT+02:00 Warren Young : > I tried building --with-tcl a few days ago on a system that ships Tcl 8.4. > (CentOS 5.) It configured, but it gave a compile error complaining that it > couldn’t find Tcl_Canceled() in th_tcl.c. The reference page for that > function doesn’t say wh

Re: [fossil-users] Trying to compile fossil with TCL integration

2015-09-03 Thread Warren Young
On Sep 2, 2015, at 6:51 AM, Remco Schoen wrote: > > TCL (Tcl 8.6.4, loaded TH_ERROR: could not load any supported Tcl 8.6, 8.5, > or 8.4 shared library "libtcl8.x.so”) It’s not relevant to the original problem here, but that error may be stale. I tried building --with-tcl a few days ago on a s

Re: [fossil-users] Trying to compile fossil with TCL integration

2015-09-02 Thread Remco Schoen
Hi, I finally resolved the problem with not finding tcl. I used this from the Dockerfile to compile tcl: ./configure --prefix=/usr --disable-shared --disable-threads --disable-load But that didn’t generate the .so file on Ubuntu or Raspbian. After removing --disable-shared and --disable-load it

Re: [fossil-users] Trying to compile fossil with TCL integration

2015-09-02 Thread Joe Mistachkin
The tclReady command does not create the Tcl interpreter on-demand, which is unlike the other Tcl integration commands. Use tclEval at least once before using tclReady and it should return 1. As far as the Tcl library loading error goes, it's probably either a naming scheme mismatch (Fossil w

Re: [fossil-users] Trying to compile fossil with TCL integration

2015-09-02 Thread Remco Schoen
> Op 2 sep. 2015, om 13:17 heeft Jan Nijtmans het > volgende geschreven: > > You can check whether your fossil is compiled correctly with: > $ fossil version -v >TCL (Tcl 8.6.0, loaded TH_OK: 8.6.4) Okay, I see I have my first challenge there: TCL (Tcl 8.6.4, loaded TH_ERROR: could not

Re: [fossil-users] Trying to compile fossil with TCL integration

2015-09-02 Thread Jan Nijtmans
2015-09-02 12:55 GMT+02:00 Remco Schoen : > I’m trying to compile fossil with TCL integration for some testing with the > TH1-hooks, but I’m not really getting anywhere. Maybe my test-case for trying > to determine if the TCL integration is working is flawed and there is a > better way to determ

[fossil-users] Trying to compile fossil with TCL integration

2015-09-02 Thread Remco Schoen
Hi, I’m trying to compile fossil with TCL integration for some testing with the TH1-hooks, but I’m not really getting anywhere. Maybe my test-case for trying to determine if the TCL integration is working is flawed and there is a better way to determine it. My current way of testing is this: r