Re: [fossil-users] Help with Fossil and Tcl integration

2017-03-17 Thread Joe Mistachkin
Perhaps they are "customizing" the Tcl library in some way that is fundamentally incompatible, e.g. changing some fundamental data type, like int to size_t? Jan Nijtmans might know more about what the various Linux distributions are doing. Sent from my iPhone https://urn.to/r/mistachkin _

Re: [fossil-users] Crash with this AMEND command

2017-03-17 Thread Warren Young
On Mar 17, 2017, at 5:59 PM, Tony Papadimitriou wrote: > > The following command crashes fossil (older and up to current version). Null pointer dereference on line 841 of src/file.c. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http:

[fossil-users] Crash with this AMEND command

2017-03-17 Thread Tony Papadimitriou
The following command crashes fossil (older and up to current version). fossil am trunk -R your_repo_here.fossil –e (I thought the –R option was supported for this command, but regardless it shouldn’t crash.) ___ fossil-users mailing list fossil-users@

Re: [fossil-users] Help with Fossil and Tcl integration

2017-03-17 Thread Ryan Dingman
As it turns out, Fossil didn’t really have Tcl enabled when I was running my TH1 test script. Running “fossil version -v” forces the Tcl interpreter to load and thus reports that the Tcl interpreter is loaded along with its version. However, when I run a test script with "fossil test-th-source

Re: [fossil-users] Building Fossil - which commit to use?

2017-03-17 Thread Philip Bennefall
Thanks Richard and Jan. I'll roll with trunk, then. Cheers, Philip On 3/17/2017 4:30 PM, Jan Nijtmans wrote: 2017-03-17 16:08 GMT+01:00 Philip Bennefall: I am about to build Fossil with Openssl support, and I am wondering what check-in to use? Should I use the latest commit that is tagged

Re: [fossil-users] Building Fossil - which commit to use?

2017-03-17 Thread Jan Nijtmans
2017-03-17 16:08 GMT+01:00 Philip Bennefall: > I am about to build Fossil with Openssl support, and I am wondering what > check-in to use? Should I use the latest commit that is tagged "release" on > trunk, or should I use the tip of "branch-2.1" which seems to have some > later bugfixes? I don't r

Re: [fossil-users] Building Fossil - which commit to use?

2017-03-17 Thread Richard Hipp
On 3/17/17, Philip Bennefall wrote: > Hi all, > > I am about to build Fossil with Openssl support, and I am wondering what > check-in to use? If you go to the Fossil homepage (https://www.fossil-scm.org/) and look at the very bottom of the page you will see a line that looks like this: "This pag

[fossil-users] Building Fossil - which commit to use?

2017-03-17 Thread Philip Bennefall
Hi all, I am about to build Fossil with Openssl support, and I am wondering what check-in to use? Should I use the latest commit that is tagged "release" on trunk, or should I use the tip of "branch-2.1" which seems to have some later bugfixes? I don't rebuild Fossil often so am looking for as