Re: [sqlite] Error whilst trying to compile csv.c

2017-08-08 Thread Richard Hipp
A fix is now on trunk. https://www.sqlite.org/src/info/795eede331b832a5 On 8/8/17, Richard Hipp wrote: > On 8/8/17, Gavin Rayner wrote: >> Hi, >> >> I’m new to sqlite and C. I get this error whilst trying to compile csv.c >> on >> macOS 10.12.6. See

Re: [sqlite] Error whilst trying to compile csv.c

2017-08-08 Thread Richard Hipp
On 8/8/17, Gavin Rayner wrote: > Hi, > > I’m new to sqlite and C. I get this error whilst trying to compile csv.c on > macOS 10.12.6. See http://sqlite.org/csv.html It appears that recent versions of XCode have created a macro "vsnprintf" in

[sqlite] Error whilst trying to compile csv.c

2017-08-08 Thread Gavin Rayner
Hi, I’m new to sqlite and C. I get this error whilst trying to compile csv.c on macOS 10.12.6. See http://sqlite.org/csv.html gavmacbook:code Gavin$ gcc -g -fPIC -dynamiclib csv.c -o csv.dylib csv.c:115:3: error: no member named '__builtin___vsnprintf_chk' in