I cannot get gd chart to build, but cannot see why. I'm not sure what's
causing:error: label at end of compound statement
[root@daredevil gdchart0.94b]# make
gcc -Igd1.3 -I. -c gdc.c
gcc -Igd1.3 -I. -c gdchart.c
gcc -c price_conv.c
gcc -I. -c gdc_samp1.c
cd gd1.3 ; make -f Makefile libgd.a
make[1]: Entering directory `/test/gdchart0.94b/gd1.3'
gcc -O -c -o gd.o gd.c
gcc -O -c -o gdfontt.o gdfontt.c
gcc -O -c -o gdfonts.o gdfonts.c
gcc -O -c -o gdfontmb.o gdfontmb.c
gcc -O -c -o gdfontl.o gdfontl.c
gcc -O -c -o gdfontg.o gdfontg.c
rm -f libgd.a
ar rc libgd.a gd.o gdfontt.o gdfonts.o gdfontmb.o \
gdfontl.o gdfontg.o
make[1]: Leaving directory `/test/gdchart0.94b/gd1.3'
gcc -o gdc_samp1 gdc.o gdchart.o price_conv.o gdc_samp1.o -Lgd1.3 -lgd -lm
gcc -I. -c gdc_samp2.c
gcc -o gdc_samp2 gdc.o gdchart.o price_conv.o gdc_samp2.o -Lgd1.3 -lgd -lm
gcc -Igd1.3 -I. -c gdc_pie.c
gdc_pie.c: In function `pie_gif':
gdc_pie.c:584: error: label at end of compound statement
make: *** [gdc_pie.o] Error 1
it's fedora core 3, 64 bit. Please help, I'm trying to set site up on
new server to get it off a hacked server (not fedora). I need this up
ASAP and am having the worst time figuring out why it won't build.
Thanks,
Anne