gdchart won't build--urgent please

Andy Green andy at warmcat.com
Thu Nov 10 08:26:27 UTC 2005


Anne Ramey wrote:

> 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

> gdc_pie.c: In function `pie_gif':
> gdc_pie.c:584: error: label at end of compound statement

Edit gdc_pie.c, go to line 583

                                       default:
                                       }

change to

                                       default:  break;
                                       }


You would have gotten a faster response if you showed the actual code
that was related to the error :-)

-Andy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4492 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20051110/c4dab5f1/attachment-0001.bin>


More information about the fedora-list mailing list