Re: [Pacemaker] [PATCH]Build error of pacemaker-1.0.12

2011-12-06 Thread nozawat
Hi Andrew, I requested pull. https://github.com/ClusterLabs/pacemaker-1.0/pull/1 Regards, Tomo 2011/12/7 Andrew Beekhof : > On Tue, Dec 6, 2011 at 12:59 PM, nozawat wrote: >> Hi Andrew, >> >>  I became success by adding the following options at the time of ./configure. >>  --enable-fatal-warn

Re: [Pacemaker] [PATCH]Build error of pacemaker-1.0.12

2011-12-06 Thread Andrew Beekhof
On Tue, Dec 6, 2011 at 12:59 PM, nozawat wrote: > Hi Andrew, > >  I became success by adding the following options at the time of ./configure. >  --enable-fatal-warnings=no > >  I added this option and built, but did not add it recently in old days ;-) I think I started adding it because of glib

Re: [Pacemaker] [PATCH]Build error of pacemaker-1.0.12

2011-12-05 Thread nozawat
Hi Andrew, I became success by adding the following options at the time of ./configure. --enable-fatal-warnings=no I added this option and built, but did not add it recently in old days ;-) Regards, Tomo 2011/12/6 Andrew Beekhof : > Sorry, catching up after a bad week. > Strangely no, I buil

[Pacemaker] [PATCH]Build error of pacemaker-1.0.12

2011-11-30 Thread nozawat
Hi I overlooked the following errors in build of pacemaker-1.0.12. -- cc1: warnings being treated as errors remote.c: In function 'create_tls_session': remote.c:85: warning: passing argument 1 of 'gnutls_dh_set_prime_bits' from incompatible pointer type gmake[2]: *** [remote.lo] Error 1 -