Lee Taylor wrote:
> 
> Compiling on a DEC alpha
> uname -a
> OSF1 tc02 V4.0 878 alpha
> 
> using gcc,
> 
> (These are only encountered if USE_GNOME is undefined)
> 
> property.c: In function `create_accelerators_dialog':
> property.c:1454: redeclaration of `button'
> property.c:1444: `button' previously declared here
> property.c:1471: `dialog' undeclared (first use in this function)
> property.c:1471: (Each undeclared identifier is reported only once
> property.c:1471: for each function it appears in.)
> property.c: In function `get_font_name_from_spec':
> property.c:3874: warning: subscript has type `char'
> 
> removing the first declaration of 'button', and renaming 'dialog'
> to 'accel_dialog', allows it to compile.
> When I run it, the Accelerators dialog will appear, but clicking
> 'close', just hids the button, not the dialog.

Thanks. These have already been spotted and fixed in 0.5.5.

Damon



+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to