[Gtk-sharp-list] Gtk.Databox

Mario Fuentes mario@gnome.cl
Sun, 31 Oct 2004 06:33:51 -0300


El dom, 31-10-2004 a las 01:06 -0300, Mario Fuentes escribió:
[...]
> Out of memory!
>    typedef enum {
>       GTK_DATABOX_NOT_DISPLAYED = 0,
>       GTK_DATABOX_POINTS = 1,
>                 GTK_DATABOX_LINES = 2,
>       GTK_DATABOX_BARS = 3,
>       GTK_DATABOX_CROSS_SIMPLE = 4,
>                 GTK_DATABOX_GRID = 5,
>         } GtkDataboxDataType;
> structs: 0  enums:   callbacks:
> funcs: 0 types: 2  classes:
> props:  signals:
> 
[...]
Problem was solved. The problem was in a struct definite like:

typedef struct
{
}Foo;

and I change this to:

typedef struct _Foo Foo;
struct _Foo
{
};

and with this, the preprocessor is ok.

Bye.
-- 
Mario Fuentes
http://primate.gnome.cl/~mario
mailto:mario@gnome.cl