Alan Conway <[EMAIL PROTECTED]> wrote:
> The automake build system is in, building and passing all tests :)
> There is some cleanup left to do and you will get a headache on your
> first commit. Check the README for details.

And a snag on your first update: it fails:

  $ svn up
  D    cpp/test
  D    cpp/tools
  D    cpp/Makefile
  A    cpp/m4
  A    cpp/m4/compiler-flags.m4
  A    cpp/m4/clock_time.m4
  A    cpp/m4/extensions.m4
  D    cpp/src/qpidd.cpp
  A    cpp/src/qpidd.cpp
  A    cpp/src/Makefile.am
  D    cpp/src/qpid
  svn: Failed to add directory 'cpp/src/qpid': object of the same name already 
exis
  ts
  [Exit 1]

But it's easy to work around: just move aside the offending directory:

  mv cpp/src/qpid{,.bak}

Reply via email to