On Sun, Dec 8, 2013 at 5:59 PM, Ingo Koinzer <[email protected]> wrote:
> I cloned the czmq repository like described for the FileMQ > implementation (https://github.com/zeromq/filemq/blob/master/README.md). > By doing "./configure && make check" I hit the error "lt-czmq_selftest: > zdigest.c:92: zdigest_update: Assertion `((long) buffer & 7L) == 0' > failed." when running the selftests. Following the command line output. > I'm new to ZeroMQ so please tell me if I did something wrong. Interesting. What OS/architecture are you on? Try removing that assertion, just comment the line out, and see what happens when you run "make check"? -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
