DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
The following commands are used to perform the Cpp build. They currently include a workaround to allow the build to completed successfully on Ubuntu 12.04.
| Code Block |
|---|
cd trunk/qpid/cpp ./bootstrap; ./configure CXXFLAGS="-Wno-unused-result";make clean;make -j4 |
...