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.

Lee Taylor

On Sat, 6 Nov 1999, Damon Chaplin wrote:

> I've put Glade 0.5.4 on the web site at:
> 
>   http://glade.pn.org/glade-0.5.4.tar.gz
> 
> If there are no major problems I'll announce it in a few days.
> 
> 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