I get the following error when I run "make" on ganglia-3.0.0: (on a RedHat 7.3 system):
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -O2 -Wall -Wshado w -Wpointer-arith -Wcast-align -c -o value.lo `test -f 'value.c' || echo './'`value.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -O2 -Wall -Wshadow -Wpointer-arith -Wcast-align -c valu e.c -MT value.lo -MD -MP -MF .deps/value.TPlo -o value.o value.c: In function `g3_value_add': value.c:167: parse error before `*' value.c:170: `a' undeclared (first use in this function) value.c:170: (Each undeclared identifier is reported only once value.c:170: for each function it appears in.) value.c:170: `b' undeclared (first use in this function) value.c:191: case label not within a switch statement value.c:192: case label not within a switch statement value.c:194: case label not within a switch statement value.c:197: break statement not within loop or switch value.c:198: case label not within a switch statement value.c:201: break statement not within loop or switch value.c:213: case label not within a switch statement value.c:214: case label not within a switch statement value.c:216: case label not within a switch statement value.c:218: break statement not within loop or switch value.c:219: case label not within a switch statement value.c:221: break statement not within loop or switch make[2]: *** [value.lo] Error 1 make[2]: Leaving directory `/tmp/ganglia-3.0.0/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/ganglia-3.0.0' make: *** [all] Error 2 have a missed somthing in the configuration? Thanks, Stratos
