I downloaded zeromq  Posix tar file version 3.2.3.

The target system is an 8 core x86 Intel system running CentOS release 5.9 (Final)

The compiler is  g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-54)

I used tar -xvzf to extract the archive then
cd zeromq-3.2.3
./configure
make

There were two problems:

1. tests/test_connect_delay.cpp was missing a newline at the end of the file.
2. make check reported this error:

 Rerunning with DELAY_ATTACH_ON_CONNECT
 Running DELAY_ATTACH_ON_CONNECT with disconnect
pure virtual method called
terminate called without an active exception
/bin/sh: line 5:  1859 Aborted                 ${dir}$tst
FAIL: test_connect_delay
PASS: test_last_endpoint
unbind endpoint test running...
disconnect endpoint test running...
PASS: test_term_endpoint
PASS: test_monitor
test_router_mandatory running...
PASS: test_router_mandatory
subscribing on 'foo'
received on subscriber 'foo'
received on subscriber 'this is foo!'
received on subscriber 'foo'
received on subscriber 'this is foo!'
received on subscriber 'foo'
received on subscriber 'this is foo!'
unsubscribing from 'foo'
PASS: test_disconnect_inproc
test_shutdown_stress running...
PASS: test_shutdown_stress
test_pair_ipc running...
PASS: test_pair_ipc
test_reqrep_ipc running...
PASS: test_reqrep_ipc
test_timeo running...
PASS: test_timeo
============================================
1 of 20 tests failed
Please report to [email protected]
============================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `./zeroMQ/cppzmq-master/zeromq-3.2.3/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `./zeroMQ/cppzmq-master/zeromq-3.2.3/tests'
make: *** [check-recursive] Error 1


_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to