Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 1998 23:59:18 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        vanilla@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/x11/gnomelibs Makefile ports/x11/gnomelibs/files md5 ports/x11/gnomelibs/patches patch-ab
Message-ID:  <199810050659.XAA29422@silvia.hip.berkeley.edu>
In-Reply-To: <199810012243.PAA26732@freefall.freebsd.org> (vanilla@FreeBSD.ORG)

next in thread | previous in thread | raw e-mail | index | archive | help
I get this on 2.2-stable here.  I reinstalled gtk11 but still get the
same error....

===
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/X11R6/include -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include/gtk10 -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I../support -I../support -I../intl -I../intl -DGNOMELIBDIR=\"/usr/X11R6/lib\" -DGNOMEDATADIR=\"/usr/X11R6/share/gnome\" -DGNOMEBINDIR=\"/usr/X11R6/bin\" -DGNOMELOCALSTATEDIR=\"/usr/X11R6/share/gnome\" -DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -O -pipe -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -O -pipe -Wall -c -fPIC -DPIC gnome-about.c
In file included from gnome-dialog.h:25,
                 from gnome-about.h:16,
                 from gnome-about.c:21:
/usr/X11R6/include/gtk11/gtk/gtkaccelgroup.h:65: parse error before `GtkAccelFlags'
/usr/X11R6/include/gtk11/gtk/gtkaccelgroup.h:65: warning: no semicolon at end of struct or union
/usr/X11R6/include/gtk11/gtk/gtkaccelgroup.h:68: parse error before `}'
/usr/X11R6/include/gtk11/gtk/gtkaccelgroup.h:104: parse error before `GtkAccelFlags'
/usr/X11R6/include/gtk11/gtk/gtkaccelgroup.h:119: parse error before `GtkAccelFlags'
*** Error code 1

Stop.
===

These are the lines in /usr/X11R6/include/gtk11/gtk/gtkaccelgroup.h:

===
     57 struct _GtkAccelEntry
     58 {
     59   /* key portion
     60    */
     61   GtkAccelGroup         *accel_group;
     62   guint                  accelerator_key;
     63   GdkModifierType        accelerator_mods;
     64  
     65   GtkAccelFlags          accel_flags;
     66   GtkObject             *object;
     67   guint                  signal_id; 
     68 }; 
===

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810050659.XAA29422>