Re: Help to compile Zookeeper C API on a old system

2009-07-07 Thread Patrick Hunt
We'd be happy to take a look, create a JIRA here and attach your patch: https://issues.apache.org/jira/browse/ZOOKEEPER Easiest way to create the patch is to use SVN and do a "svn diff". More details here, please feel free to join the zookeeper-dev mailing list, that's the main list for develop

Re: Help to compile Zookeeper C API on a old system

2009-07-07 Thread Qian Ye
Hi Mahadev: After modified some code, I have build Zookeeper C API (3.1.1) on the old system successfully. I have done some simple test, it works. Thanks for your help, I wonder whether I can submit my modification to you, after all it is a more universal version On Tue, Jul 7, 2009 at 9:56 AM,

Re: Help to compile Zookeeper C API on a old system

2009-07-06 Thread Mahadev Konar
Hi Qian, I am not sure if it will work. You should be able to back port it such a way so that it works with gcc 3.*/4.*, but again I have never tried it. mahadev On 7/6/09 6:35 PM, "Qian Ye" wrote: > Thanks Mahadev, I follow the installation instruction in the README, > > autoreconf -i -f

Re: Help to compile Zookeeper C API on a old system

2009-07-06 Thread Qian Ye
Thanks Mahadev, I follow the installation instruction in the README, autoreconf -i -f ./configure --prefix=$dir make make install until "./configure --prefix=$dir", there is no error, however, errors came when I did make, My plan is change the compiler from gcc to g++, and solve the compile err

Re: Help to compile Zookeeper C API on a old system

2009-07-06 Thread Mahadev Konar
Hi Qian, What issues do you face? I have never tried compiling with the configuration below, but I could give it a try in my free time to see if I can get it to compile. mahadev On 7/6/09 7:37 AM, "Qian Ye" wrote: > Hi all: > > I'm writing to ask you to do me a favor. It's urgent. For some