Re: javascript appears to be broken again

2015-05-07 Thread Andrew Stitcher
On Thu, 2015-05-07 at 11:09 -0400, Andrew Stitcher wrote: > On Wed, 2015-05-06 at 23:42 +0100, Gordon Sim wrote: > > ... > > Apparently these are posix functions and are not included in c99. Using > > the proton equivalents in util.h works. Let me know if you want me to > > commit that. > > Gah,

Re: javascript appears to be broken again

2015-05-07 Thread Andrew Stitcher
On Wed, 2015-05-06 at 23:42 +0100, Gordon Sim wrote: > ... > Apparently these are posix functions and are not included in c99. Using > the proton equivalents in util.h works. Let me know if you want me to > commit that. Gah, sorry I should have spotted that myself earlier. I will fix it - I thi

Re: javascript appears to be broken again

2015-05-06 Thread Gordon Sim
On 05/06/2015 10:52 PM, Gordon Sim wrote: On 05/06/2015 10:28 PM, Andrew Stitcher wrote: On Wed, 2015-05-06 at 22:22 +0100, Gordon Sim wrote: [ 70%] Building C object proton-c/bindings/javascript/CMakeFiles/qpid-proton-bitcode.dir/__/__/src/sasl/sasl.c.o /home/gordon/projects/proton-git/proton

javascript appears to be broken again

2015-05-06 Thread Gordon Sim
[ 70%] Building C object proton-c/bindings/javascript/CMakeFiles/qpid-proton-bitcode.dir/__/__/src/sasl/sasl.c.o /home/gordon/projects/proton-git/proton-c/src/sasl/sasl.c:224:9: error: implicit declaration of function 'strncasecmp' is invalid in C99 [-Werror,-Wimplicit-function-declaration]

Re: javascript appears to be broken again

2015-05-06 Thread Gordon Sim
On 05/06/2015 10:28 PM, Andrew Stitcher wrote: On Wed, 2015-05-06 at 22:22 +0100, Gordon Sim wrote: [ 70%] Building C object proton-c/bindings/javascript/CMakeFiles/qpid-proton-bitcode.dir/__/__/src/sasl/sasl.c.o /home/gordon/projects/proton-git/proton-c/src/sasl/sasl.c:224:9: error: implicit

Re: javascript appears to be broken again

2015-05-06 Thread Andrew Stitcher
On Wed, 2015-05-06 at 22:22 +0100, Gordon Sim wrote: > > [ 70%] Building C object > > proton-c/bindings/javascript/CMakeFiles/qpid-proton-bitcode.dir/__/__/src/sasl/sasl.c.o > > /home/gordon/projects/proton-git/proton-c/src/sasl/sasl.c:224:9: error: > > implicit declaration of function 'strncasec