Hi, I am trying to build epiphany 1.9.4. I run 'configure' successfully, but when I try to 'make', I get the following error:
EphyAutomation.h:44: error: syntax error before 'struct' EphyAutomation-common.c:67: error: syntax error before 'struct' Can you please help me with this? Thank you. gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib/egg -I../embed -I../embed -I../lib -I../lib/egg -I../lib/widgets -I../src/bookmarks -DEXTENSIONS_DIR=\"/usr/local/lib/epiphany/1.9/extensions\" -DLOADER_DIR=\"/usr/local/lib/epiphany/1.9/loaders\" -DDATADIR=\"/usr/local/share\" -pthread -DORBIT2=1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libglade-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2 -pthread -DORBIT2=1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -g -O2 -MT libephymain_la-EphyAutomation-common.lo -MD -MP -MF .deps/libephymain_la-EphyAutomation-common.Tpo -c EphyAutomation-common.c -fPIC -DPIC -o .libs/libephymain_la-EphyAutomation-common.o In file included from EphyAutomation-common.c:9: EphyAutomation.h:44: error: syntax error before 'struct' EphyAutomation-common.c:67: error: syntax error before 'struct' make[4]: *** [libephymain_la-EphyAutomation-common.lo] Error 1 make[4]: Leaving directory `/media/LINUXDATA/src/epiphany-1.9.4/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/media/LINUXDATA/src/epiphany-1.9.4/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/media/LINUXDATA/src/epiphany-1.9.4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/media/LINUXDATA/src/epiphany-1.9.4' make: *** [all] Error 2 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ epiphany-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/epiphany-list
