Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: cpp commands

...

  • **/release/*.zip
  • **/release/*.tar.gz
  • **/release/maven/**/*.*

Cpp Configuration

The following commands each build Qpid:

  • cd trunk/qpid/cpp && cmake CMakeLists.txt && make && make test
  • cd trunk/qpid/cpp && ./bootstrap && ./configure && make && make test

The C++ builds will use cmake.cannot use cmake currently, as it is not installed. The cmakebuilder Plugin also needs to be installed. The autoconf build also fails, due to missing header files: console output. Currently the C++ builds are disabled.

Status

The following builds are currently operational, as of 22 March 2011:

...