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] Bad press for GitHub

2015-09-02 Thread Scott Robison
On Wed, Sep 2, 2015 at 11:00 AM, bch wrote: > > Still, I get irrationally pleased when I read bad press for git or its > cronies. > > I don't see anything there that precludes one from s/github/chissel/; > s/git/fossil/ and having this same thing happen. I think Stephen is > on-point that this is

Re: [fossil-users] Bad press for GitHub

2015-09-02 Thread bch
> Still, I get irrationally pleased when I read bad press for git or its > cronies. I don't see anything there that precludes one from s/github/chissel/; s/git/fossil/ and having this same thing happen. I think Stephen is on-point that this is less about git (read: has nothing to do with git) tha

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] Bad press for GitHub

2015-09-02 Thread Scott Robison
On Sep 2, 2015 2:43 AM, "Stephan Beal" wrote: > > Management summary: > > the bug was that the MSVC integration tool checked in to a public repo instead of a private one. The developer did something seriously... errr stupid which was amplified by that bug... > > - > > Within around ten min

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

Re: [fossil-users] Bad press for GitHub

2015-09-02 Thread Stephan Beal
Management summary: the bug was that the MSVC integration tool checked in to a public repo instead of a private one. The developer did something seriously... errr stupid which was amplified by that bug... - Within around ten minutes after publishing his code, he received a notification f

Re: [fossil-users] Bad press for GitHub

2015-09-02 Thread Stephan Beal
On Wed, Sep 2, 2015 at 8:34 AM, Scott Robison wrote: > Not really a flaw with git, but this jumped out at me tonight: > http://www.theregister.co.uk/2015/09/01/github_bug_costs_man_thousands/ > Be careful to take anything The Register says with a big, fat grain of salt. i've seen so much bad/wro