Re: [fossil-users] Rejected JSON tests

2016-05-31 Thread Stephan Beal
On Wed, Jun 1, 2016 at 1:00 AM, Kain Abel wrote: > I've slightly modified your line from the top: > lm@um:~/src/fossil$ gcc -c -pedantic -I./src -Wall -Werror -fPIC > -Wstrict-aliasing -g -Wno-long-long -std=c89 ./src/cson_amalgamation.c > -DFOSSIL_ENABLE_JSON -Og > lm@um:~/src/fossil$ gcc -c -pe

Re: [fossil-users] Rejected JSON tests

2016-05-31 Thread Kain Abel
Hi Stephan, again, I beg your pardon. My work ate all the time. I've slightly modified your line from the top: lm@um:~/src/fossil$ gcc -c -pedantic -I./src -Wall -Werror -fPIC -Wstrict-aliasing -g -Wno-long-long -std=c89 ./src/cson_amalgamation.c -DFOSSIL_ENABLE_JSON -Og lm@um:~/src/fossil$ gcc -

Re: [fossil-users] Rejected JSON tests

2016-05-31 Thread Kain Abel
Hi Ross, sorry for the late reply. My day job ate all the time. Thanks for the tip. 'apt-get install tcllib' solved the problem. Best regards and thanks, Kain 2016-05-27 22:52 GMT+02:00 Ross Berteig : > The issue here is that you don't have the json package installed in your > copy of Tcl with

Re: [fossil-users] Rejected JSON tests

2016-05-27 Thread Stephan Beal
On Fri, May 27, 2016 at 1:39 PM, Kain Abel wrote: > > ./src/cson_amalgamation.c: In function ‘cson_value_new_integer’: > ./src/cson_amalgamation.c:2863:13: warning: dereferencing type-punned > pointer will break strict-aliasing rules [-Wstrict-aliasing] > *CSON_INT(c) = v; > Hi agai

Re: [fossil-users] Rejected JSON tests

2016-05-27 Thread Ross Berteig
On 5/27/2016 4:39 AM, Kain Abel wrote: Dear devs, dear users, the script tester.tcl don't like the JSON support?. lm@um:/tmp$ tclsh /tmp/test/tester.tcl /tmp/fossil -quiet -prot can't find package json while executing "package require json" (file "/tmp/test/json.test" line 38) i

[fossil-users] Rejected JSON tests

2016-05-27 Thread Kain Abel
Dear devs, dear users, the script tester.tcl don't like the JSON support?. lm@um:/tmp$ ./fossil version -v This is fossil version 1.35 [893905c83e] 2016-05-23 01:05:08 UTC Compiled on May 27 2016 12:36:50 using gcc-5.3.1 20160413 (64-bit) SQLite 3.13.0 2016-05-18 10:57:30 fc49f556e4 Schema versio