Re: building client tools

2010-07-14 Thread Martin Waite
Hi Andrei, I needed to install the following: apt-get install libtool autoconf libcppunit-dev There could well be other packages that were already installed on my machine (automake, gcc etc), but my build works now. I have since found that zookeeper is already packaged in debian testing,

Re: building client tools

2010-07-14 Thread Martin Waite
Hi Mahadev, The suggestions from Sergey and Andrei have fixed this for me. regards, Martin On 13 July 2010 19:11, Mahadev Konar maha...@yahoo-inc.com wrote: Hi Martin, There is a list of tools, i.e cppunit. That is the only required tool to build the zookeeper c library. The readme says

building client tools

2010-07-13 Thread Martin Waite
Hi, I am trying to build the c client on debian lenny for zookeeper 3.3.1. autoreconf -if configure.ac:33: warning: macro `AM_PATH_CPPUNIT' not found in library configure.ac:33: warning: macro `AM_PATH_CPPUNIT' not found in library configure.ac:33: error: possibly undefined macro:

Re: building client tools

2010-07-13 Thread Andrei Savu
Hi, In this case I think you have to install libcppunit (should work using apt-get). I believe that should be enough but I don't really remember what else I've installed the first time I compiled the c client. Let me know what else was needed. I would like to submit a patch to update the README

Re: building client tools

2010-07-13 Thread Sergey Doroshenko
Andrei is right. Also, libcppunit-dev might be neeeded too. sudo apt-get install libcppunit-1.12-1 libcppunit-dev (I'm assuming 1.12 is the latest version) should do the trick On Tue, Jul 13, 2010 at 8:39 PM, Andrei Savu savu.and...@gmail.com wrote: Hi, In this case I think you have to

Re: building client tools

2010-07-13 Thread Mahadev Konar
Hi Martin, There is a list of tools, i.e cppunit. That is the only required tool to build the zookeeper c library. The readme says that it can be done without cppunit being installed but there has been a open bug regarding this. So cppunit is required as of now. Thanks mahadev On 7/13/10