<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<small><big>Hello Andrew,<br>
I'm trying to build on Opensuse 11.2 64bit the Python gui now, using
the last source available on <a class="moz-txt-link-freetext" href="http://hg.clusterlabs.org/pacemaker/">http://hg.clusterlabs.org/pacemaker/</a><br>
but after<br>
./ConfigureMe configure --prefix=/usr --sysconfdir=/etc
--localstatedir=/var --with-group-id=90 --with-ccmuser-id=90
--disable-rpath<br>
</big><br>
pacemaker-mgmt configuration:<br>
  Version                  = 2.0 (Build:
0f1490eaa8d83db534385670fdcbd154407d51cc)<br>
  Prefix                   = /usr<br>
  Executables              = /usr/sbin<br>
  Man pages                = /usr/share/man<br>
  Libraries                = /usr/lib64<br>
  Header files             = /usr/include<br>
  Arch-independent files   = /usr/share<br>
  State information        = /var<br>
  System configuration     = /etc<br>
  Init (rc) scripts        = /etc/init.d<br>
  Use system LTDL          = yes<br>
  HA group name            = haclient<br>
  HA user name             = hacluster<br>
  Build snmp subagent      = no<br>
  SNMP libraries           = <br>
  With Heartbeat support   = 1<br>
  With AIS support         = corosync<br>
  With AIS prefix          = /usr<br>
  CC_WARNINGS              =  -Wall -Wmissing-prototypes
-Wmissing-declarations -Wstrict-prototypes
-Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings
-Wcast-qual -Wcast-align -Wbad-function-cast -Winline
-Wmissing-format-attribute -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Werror -ansi
-D_GNU_SOURCE -DANSI_ONLY<br>
  Mangled CFLAGS           = -g -O2 -I/usr/include/heartbeat
-I/usr/include/pacemaker   -fgnu89-inline  -Wall -Wmissing-prototypes
-Wmissing-declarations -Wstrict-prototypes
-Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings
-Wcast-qual -Wcast-align -Wbad-function-cast -Winline
-Wmissing-format-attribute -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Werror -ansi
-D_GNU_SOURCE -DANSI_ONLY -ggdb3 -funsigned-char<br>
  Libraries                = -lbz2 -lplumb -lpils -lxml2 -lc -lpam -lrt
-ldl  -lltdl<br>
<br>
<big>Tying to build, I receive the following error</big><br>
<br>
Making all in mgmt<br>
gmake[2]: Entering directory
`/usr/src/clusterlabd_dep/Pacemaker-Python-GUI-0f1490eaa8d8/lib/mgmt'<br>
python pymgmt.i<br>
  File "pymgmt.i", line 1<br>
    %module pymgmt<br>
    ^<br>
SyntaxError: invalid syntax<br>
gmake[2]: [pymgmt_wrap.c] Error 1 (ignored)<br>
/bin/sh ../../libtool --tag=CC   --tag=CC   --mode=compile gcc
-std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include
-I../../include -I../../linux-ha -I../../linux-ha -I../../libltdl
-I../../libltdl -I../..          -I../..  -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include   -I/usr/include/libxml2
-I/usr/include/python2.6 -I../../include -w -g -O2
-I/usr/include/heartbeat -I/usr/include/pacemaker   -fgnu89-inline 
-Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings
-Wcast-qual -Wcast-align -Wbad-function-cast -Winline
-Wmissing-format-attribute -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Werror -ansi
-D_GNU_SOURCE -DANSI_ONLY -ggdb3 -funsigned-char -MT
_pymgmt_la-pymgmt_wrap.lo -MD -MP -MF .deps/_pymgmt_la-pymgmt_wrap.Tpo
-c -o _pymgmt_la-pymgmt_wrap.lo `test -f 'pymgmt_wrap.c' || echo
'./'`pymgmt_wrap.c<br>
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include
-I../../include -I../../include -I../../linux-ha -I../../linux-ha
-I../../libltdl -I../../libltdl -I../.. -I../..
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/include/libxml2 -I/usr/include/python2.6 -I../../include -w -g
-O2 -I/usr/include/heartbeat -I/usr/include/pacemaker -fgnu89-inline
-Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings
-Wcast-qual -Wcast-align -Wbad-function-cast -Winline
-Wmissing-format-attribute -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Werror -ansi
-D_GNU_SOURCE -DANSI_ONLY -ggdb3 -funsigned-char -MT
_pymgmt_la-pymgmt_wrap.lo -MD -MP -MF .deps/_pymgmt_la-pymgmt_wrap.Tpo
-c ./pymgmt_wrap.c  -fPIC -DPIC -o .libs/_pymgmt_la-pymgmt_wrap.o<br>
gcc: ./pymgmt_wrap.c: No such file or directory<br>
gcc: no input files<br>
gmake[2]: *** [_pymgmt_la-pymgmt_wrap.lo] Error 1</small><br>
<br>
Could you please what's wrong?<br>
<br>
Regards,<br>
Roberto.<br>
</body>
</html>