On 6 Feb 2015 09:27, "Leonardo Arena" <rnalrd(a)gmail.com> wrote:
On gio, 2015-02-05 at 09:29 +0000, Charles Chance wrote:
> Hi,
>
> On 5 Feb 2015 09:18, "Leonardo Arena" <rnalrd(a)gmail.com> wrote:
> > I saw the patch on sr-dev. Thanks!
> >
>
> Did you have chance to test it yourself? With it, you do not need
to
call
append_branch() in config.
For me master (f9c248a) does not compile and the patch does not
apply to
4.2.2. I'll wait for the patch to show up in
master and retry.
Master does not compile anyway, or only with the patch?
The error it's unrelated to the patch:
In file included from cnxcc_check.c:33:0:
cnxcc_redis.h:28:29: fatal error: hiredis/hiredis.h: No such file or
directory
#include <hiredis/hiredis.h>
^
compilation terminated.
In file included from cnxcc_mod.c:68:0:
cnxcc_redis.h:28:29: fatal error: hiredis/hiredis.h: No such file or
directory
#include <hiredis/hiredis.h>
^
compilation terminated.
../../Makefile.rules:97: recipe for target 'cnxcc_check.o' failed
make[1]: *** [cnxcc_check.o] Error 1
make[1]: *** Waiting for unfinished jobs....
../../Makefile.rules:97: recipe for target 'cnxcc_mod.o' failed
make[1]: *** [cnxcc_mod.o] Error 1
Makefile:511: recipe for target 'modules' failed
make: *** [modules] Error 1