Hi, On Thu, Nov 20, 2008 at 01:01:53PM -0800, haresh ghoghari wrote: > Dear? Friends > I am new for LInux-HA > > I am trying to install Linux-HA on redhat5 and I am getting following error > while it ./ConfugureMe make > > ?Heartbeat-STABLE-2-1-STABLE-2.1.4 > > Step? 1 : This is working fine? > ./ConfigureMe? configure? --prefix=/naccrraware/ha > --sysconfdir=/naccrraware/ha/etc --localstatedir=/naccrraware/ha/var > --mandir=/usr/share/man --disable-rpath > > Step 2 : > ./ConfigureMe make > > > gmake[2]: Leaving directory > `/naccrraware/softwares/Heartbeat-STABLE-2-1-STABLE-2.1.4/telecom/apphbd' > Making all in recoverymgrd > gmake[2]: Entering directory > `/naccrraware/softwares/Heartbeat-STABLE-2-1-STABLE-2.1.4/telecom/recoverymgrd' > if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include > -I../../include -I../../include -I../../libltdl -I../../libltdl > -I../../linux-ha -I../../linux-ha? -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD > -DHAVE_NET_ETHERNET_H? -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include?? > -I/usr/include/libxml2? -g -O2? -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? -ggdb3 > -funsigned-char -MT recoverymgrd-conf_yacc.o -MD -MP -MF > ".deps/recoverymgrd-conf_yacc.Tpo" -c -o recoverymgrd-conf_yacc.o `test -f > 'conf_yacc.c' || echo './'`conf_yacc.c; \ > ??????? then mv -f ".deps/recoverymgrd-conf_yacc.Tpo" > ".deps/recoverymgrd-conf_yacc.Po"; else rm -f > ".deps/recoverymgrd-conf_yacc.Tpo"; exit 1; fi > cc1: warnings being treated as errors > conf_yacc.c:14: warning: function declaration isn?t a prototype > conf_yacc.c:190: warning: function declaration isn?t a prototype
Looks like the yacc (bison? do you have bison installed?) produced C code isn't very gcc friendly. If you don't have to compile your own, I'd recommend downloading the packages: http://linux-ha.org/DownloadSoftware Thanks, Dejan > gmake[2]: *** [recoverymgrd-conf_yacc.o] Error 1 > gmake[2]: Leaving directory > `/naccrraware/softwares/Heartbeat-STABLE-2-1-STABLE-2.1.4/telecom/recoverymgrd' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/naccrraware/softwares/Heartbeat-STABLE-2-1-STABLE-2.1.4/telecom' > make: *** [all-recursive] Error 1 > > > Thanks > -Haresh > > > > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
