Kevin Horton wrote:

Thanks for the pointer. I think I've found the definition in gtkdatabox.h:

   enum              /* Types of data display */
   {
      GTK_DATABOX_NOT_DISPLAYED = 0,    /* hidden */

   GtkDataboxDisplayType;

I'll do some Googling to figure out how to move that to one of the .c files. It may be time to buy a C reference.

I'm almost certain that they mean be "typedef enum ..." however, if you have specified -fno-common the symbols should not be in the common section.

Anyway, try adding the 'typedef'.

Peter


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to