From e614b63e6703b98407129deb3e4e533de868ef30 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 5 Jan 2007 00:52:33 +0000 Subject: 0-9 branch now compiles but is not yet functional. Areas needing attention are marked FIXME. It includes both 0-8 Basic etc. classes 0-9 Message claasses, 0-8 classes cannot be removed till 0-9 Message is ready to replace them. Summary of fixes: - added 0-9 methods to SessionHandlerImpl.h, no implementation yet. - added missing framing::Content methods - unimplemented methods do { assert(0); // FIXME git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@492840 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/README-dev | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpp/README-dev') diff --git a/cpp/README-dev b/cpp/README-dev index 9853c84069..60c43d0ef5 100644 --- a/cpp/README-dev +++ b/cpp/README-dev @@ -128,6 +128,13 @@ optimization: ../configure CXXFLAGS=-g --prefix=/tmp/x \ && make && make check) +Since it's common to want to bootstrap & test a working copy with +default configuration you can say: + ./bootstrap -build + +Which is equivalent to + ./bootstrap && ./configure && make && make check + === Portability === All system calls are abstracted by classes under lib/common/sys. This -- cgit v1.2.1