On Sat, 2014-02-15 at 16:55 +0000, Fraser Adams wrote: > Hello all, > I've just done an svn update to r1568639 and tried to build qpid cpp > > I did > cmake -DCMAKE_BUILD_TYPE=Release .. > and also, just to check > cmake .. > > both fail for me using gcc 4.6.1 > > I got as far as below - seems to be a problem with ha_test_max_queues.cpp > > > Scanning dependencies of target ha_test_max_queues > [ 80%] Building CXX object > src/tests/CMakeFiles/ha_test_max_queues.dir/ha_test_max_queues.cpp.o > /home/fadams/qpid/qpid-trunk/qpid/cpp/src/tests/ha_test_max_queues.cpp:32:5: > error: unused parameter ‘argc’ [-Werror=unused-parameter] > cc1plus: all warnings being treated as errors > > make[2]: *** > [src/tests/CMakeFiles/ha_test_max_queues.dir/ha_test_max_queues.cpp.o] > Error 1 > make[1]: *** [src/tests/CMakeFiles/ha_test_max_queues.dir/all] Error 2 > make: *** [all] Error 2
My bad! That would be a release build right? Stupid assert(). Fixing now... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
