Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add cmake and swig to the list of packages dependencies (for proton-c)

...

Code Block
cd trunk/qpid/cpp

# Workaround QPID-3723 using patch from Fraser Adams
wget https://issues.apache.org/jira/secure/attachment/12509530/fix-explicit-link-problem.patch
cat fix-explicit-link-problem.patch | sed -e 's/qpidtest_PROGRAMS/qpidexectest_PROGRAMS/g'  | patch -t -p1

./bootstrap; ./configure CXXFLAGS="-Wno-unused-result";make clean;make -j4

(As of November 2012February 2013, the packages dependencies for Ubuntu 12.04 were: automake, g+, libboost, libboost1.46-dev, libboost-filesystem-dev, libboost-program-options-dev, libicu48, libstdc+6-4.4-dev, libtool, pkg-config, python2.7-dev , python-dev , ruby, sasl2-bin, subversion, uuid-dev, cmake, swig).

Python Test Configuration

...