i have error when compile wallet. ubuntu server 14.04x64
/nope/src$ make -j 4 -f makefile.unix USE_UPNP=- DEBUGFLAGS=""
...
luffa.c:1166:1: warning: initializing argument 1 of ‘void luffa4_close(sph_luffa384_context*, unsigned int, unsigned int, void*)’ [-fpermissive]
luffa4_close(sph_luffa384_context *sc, unsigned ub, unsigned n, void *dst)
^
luffa.c: In function ‘void sph_luffa512_init(void*)’:
luffa.c:1397:5: warning: invalid conversion from ‘void*’ to ‘sph_luffa512_context*’ [-fpermissive]
sc = cc;
^
luffa.c: In function ‘void sph_luffa512(void*, const void*, size_t)’:
luffa.c:1406:22: warning: invalid conversion from ‘void*’ to ‘sph_luffa512_context*’ [-fpermissive]
luffa5(cc, data, len);
^
luffa.c:1209:1: warning: initializing argument 1 of ‘void luffa5(sph_luffa512_context*, const void*, size_t)’ [-fpermissive]
luffa5(sph_luffa512_context *sc, const void *data, size_t len)
^
luffa.c: In function ‘void sph_luffa512_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
luffa.c:1420:29: warning: invalid conversion from ‘void*’ to ‘sph_luffa512_context*’ [-fpermissive]
luffa5_close(cc, ub, n, dst);
^
luffa.c:1246:1: warning: initializing argument 1 of ‘void luffa5_close(sph_luffa512_context*, unsigned int, unsigned int, void*)’ [-fpermissive]
luffa5_close(sph_luffa512_context *sc, unsigned ub, unsigned n, void *dst)
^
/bin/sh: 3: : not found
make: *** [obj/keccak.o] Error 127
make: *** Waiting for unfinished jobs....
/bin/sh: 3: : not found
make: *** [obj/luffa.o] Error 127
/bin/sh: 3: : not found
make: *** [obj/jh.o] Error 127
/bin/sh: 3: : not found
make: *** [obj/shavite.o] Error 127
any ideas?
just try to recompile, you'll need about 7-8 tries and you'll notice that it fails on a new module everytime, the makefile is fucked up but the dev doesn't care or changed it yet .
do we care ? NOPE !