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
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
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
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
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
> 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
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
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