Re: [Pacemaker] pacemaker-mgmt compile error

2010-06-23 Thread Michael Fung
After patching the glib header file, it went further and died here: /usr/lib/libpe_status.so.2: undefined reference to `printw' /usr/lib/libpe_status.so.2: undefined reference to `stdscr' /usr/lib/libpe_status.so.2: undefined reference to `wmove' collect2: ld returned 1 exit status I think I wil

Re: [Pacemaker] pacemaker-mgmt compile error

2010-06-23 Thread Yan Gao
On 06/23/10 14:21, Michael Fung wrote: > > On 2010/6/23 上午 11:18, Yan Gao wrote: >> >> Strange glib...How about use "--enable-fatal-warnings=no" when configuring >> the source? > > Dear Yan, thanks for your help. > > After restart from scratch and doing: > ./Configure configure --enable-fat

Re: [Pacemaker] pacemaker-mgmt compile error

2010-06-23 Thread Lars Ellenberg
On Wed, Jun 23, 2010 at 02:21:24PM +0800, Michael Fung wrote: > > On 2010/6/23 上午 11:18, Yan Gao wrote: > > > > Strange glib...How about use "--enable-fatal-warnings=no" when configuring > > the source? > > Dear Yan, thanks for your help. > > After restart from scratch and doing: > ./Configur

Re: [Pacemaker] pacemaker-mgmt compile error

2010-06-22 Thread Michael Fung
On 2010/6/23 上午 11:18, Yan Gao wrote: > > Strange glib...How about use "--enable-fatal-warnings=no" when configuring > the source? Dear Yan, thanks for your help. After restart from scratch and doing: ./Configure configure --enable-fatal-warnings=no The make result is the same: cc1: warnings

Re: [Pacemaker] pacemaker-mgmt compile error

2010-06-22 Thread Yan Gao
On 06/23/10 10:23, Michael Fung wrote: >> autoconf >>> configure.in:56: error: possibly undefined macro: AC_PROG_INTLTOOL > >> Looks like you need the intltool package. > > > Thanks Dejan. That solved the problem. > > Later, when I do "./Configure make" > > It gives: > === > pacemaker-mg

Re: [Pacemaker] pacemaker-mgmt compile error

2010-06-22 Thread Michael Fung
> autoconf > > configure.in:56: error: possibly undefined macro: AC_PROG_INTLTOOL > Looks like you need the intltool package. Thanks Dejan. That solved the problem. Later, when I do "./Configure make" It gives: === pacemaker-mgmt configuration: Version = 2.0 (Build: 1833

Re: [Pacemaker] pacemaker-mgmt compile error

2010-06-22 Thread Dejan Muhamedagic
Hi, On Tue, Jun 22, 2010 at 08:57:23PM +0800, Michael Fung wrote: > Hi All, > > > I would like to try the Python GUI. According to a previous post by Yan Gao: > > > If you are using pacemaker 1.0 series, you could either retrieve > > pacemaker-mgmt-2.0.0 from: > > > http://hg.clusterlabs.org/pa

[Pacemaker] pacemaker-mgmt compile error

2010-06-22 Thread Michael Fung
Hi All, I would like to try the Python GUI. According to a previous post by Yan Gao: > If you are using pacemaker 1.0 series, you could either retrieve > pacemaker-mgmt-2.0.0 from: > http://hg.clusterlabs.org/pacemaker/pygui/archive/pacemaker-mgmt-2.0.0.tar.bz2 After I do: ./ConfigureMe configu