Rafael Schloming wrote:
The cpp build fails with the following error after successfully building the broker. I don't think this problem is related to the source code move since it happens with the old repo too. It appears to be an undocumented dependency of the cpp build.

make[1]: Entering directory `/home/boston/rafaels/qpid/trunk/qpid/cpp'
/usr/bin/DllPlugInTester -t -b common/framing/test/BodyHandlerTest.so common/framing/test/field_table_test.so common/framing/test/framing_test.so common/framing/test/header_test.so broker/test/exchange_test.so broker/test/message_test.so broker/test/QueueRegistryTest.so broker/test/queue_test.so
make[1]: /usr/bin/DllPlugInTester: Command not found
make[1]: *** [runtests] Error 127
make[1]: Leaving directory `/home/boston/rafaels/qpid/trunk/qpid/cpp'
make: *** [test] Error 2

This can be fixed by setting the CPPUNIT_HOME variable in options.mk to whereever it is on your system (the test runner is now invoked with an absolute path based on that variables value).

Reply via email to