Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
What steps will reproduce the problem?
1. scons
2. scons check
3.
What is the expected output? What do you see instead?
Expect success, get error (and lots of warnings):
(see output in attached log files)
What version of the product are you using? On what operating system?
serf 1.3.8, Debian 7
Please provide any additional information below.
I eliminated the error by editing the SConstruct file and changing '-std=c89' to '-std=gnu89' which is required by the use of '//' comments in file './text/test_buckets.c', line 1237.
Output from executing 'scons' and 'scons check' BEFORE my mod to SConstruct is attached.
Original issue reported by tom.browder