Skip to content

Instantly share code, notes, and snippets.

Created July 5, 2013 08:07
Show Gist options
  • Save anonymous/5932840 to your computer and use it in GitHub Desktop.
Save anonymous/5932840 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Building pcsx2 with -DCMAKE_BUILD_TYPE=Release
CMake Warning at CMakeLists.txt:48 (message):
PCSX2 does not support a 64-bits environment and has no plan to support a 64-bits architecture in the future.
It would need a complete rewrite of the core emulator and a lot of time.
You can still run a 32-bits binary if you install all 32-bits libraries (runtime and dev).
Ubuntu users, please upgrade to 12.04.
-- Enable the stripping by default in Release build !!!
-- Enable the building of po files by default in Release build !!!
-- Don't build zerospu2. It is super-seeded by spu2x
-- Configuring done
-- Generating done
-- Build files have been written to: /home/alexis/pcsx2-read-only/build
[ 6%] [ 7%] Built target translations_pcsx2_Main
Built target translations_pcsx2_Iconized
[ 9%] Built target x86emitter
[ 15%] [ 15%] Built target Utilities
Building C object plugins/CDVDlinuz/Src/CMakeFiles/CDVDlinuz.dir/Linux/aboutbox.c.o
[ 15%] Building CXX object plugins/CDVDiso/src/CMakeFiles/CDVDiso.dir/CDVDisop.cpp.o
Scanning dependencies of target CDVDnull
[ 15%] Building CXX object plugins/CDVDnull/CMakeFiles/CDVDnull.dir/CDVD.cpp.o
Scanning dependencies of target dev9null-0.5.0
[ 15%] In file included from /usr/include/gtk-2.0/gdk/gdktypes.h:55:0,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
Building CXX object plugins/dev9null/CMakeFiles/dev9null-0.5.0.dir/Config.cpp.o
In file included from /usr/include/gtk-2.0/gdk/gdktypes.h:55:0,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:34:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (size);
^
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:13: error: field 'GSEAL' declared as a function
gint GSEAL (size);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:13: error: field 'GSEAL' declared as a function
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:14: error: field 'GSEAL' declared as a function
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:80:3: warning: parameter names (without types) in function declaration [enabled by default]
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:80:12: error: field 'GSEAL' declared as a function
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:13: error: duplicate member 'GSEAL'
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:14: error: duplicate member 'GSEAL'
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:80:12: error: duplicate member 'GSEAL'
gpointer GSEAL (windowing_data);
^
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:36:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: field 'GSEAL' declared as a function
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:82:3: warning: parameter names (without types) in function declaration [enabled by default]
gboolean GSEAL (is_source);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:82:12: error: field 'GSEAL' declared as a function
gboolean GSEAL (is_source);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:14: error: field 'GSEAL' declared as a function
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:14: error: field 'GSEAL' declared as a function
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:3: warning: parameter names (without types) in function declaration [enabled by default]
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:10: error: field 'GSEAL' declared as a function
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:88:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkDragAction GSEAL (actions);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:88:17: error: field 'GSEAL' declared as a function
GdkDragAction GSEAL (actions);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:89:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkDragAction GSEAL (suggested_action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:89:17: error: field 'GSEAL' declared as a function
GdkDragAction GSEAL (suggested_action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:90:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkDragAction GSEAL (action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:90:17: error: field 'GSEAL' declared as a function
GdkDragAction GSEAL (action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:92:3: warning: parameter names (without types) in function declaration [enabled by default]
guint32 GSEAL (start_time);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:92:11: error: field 'GSEAL' declared as a function
guint32 GSEAL (start_time);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:96:3: warning: parameter names (without types) in function declaration [enabled by default]
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:96:12: error: field 'GSEAL' declared as a function
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:82:12: error: duplicate member 'GSEAL'
gboolean GSEAL (is_source);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:14: error: duplicate member 'GSEAL'
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:14: error: duplicate member 'GSEAL'
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:10: error: duplicate member 'GSEAL'
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:88:17: error: duplicate member 'GSEAL'
GdkDragAction GSEAL (actions);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:89:17: error: duplicate member 'GSEAL'
GdkDragAction GSEAL (suggested_action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:90:17: error: duplicate member 'GSEAL'
GdkDragAction GSEAL (action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:92:11: error: duplicate member 'GSEAL'
guint32 GSEAL (start_time);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:96:12: error: duplicate member 'GSEAL'
gpointer GSEAL (windowing_data);
^
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:37:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkinput.h:103:3: warning: parameter names (without types) in function declaration [enabled by default]
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:10: error: field 'GSEAL' declared as a function
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: field 'GSEAL' declared as a function
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:105:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkInputMode GSEAL (mode);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:105:16: error: field 'GSEAL' declared as a function
GdkInputMode GSEAL (mode);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:106:3: warning: parameter names (without types) in function declaration [enabled by default]
gboolean GSEAL (has_cursor); /* TRUE if the X pointer follows device motion */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:106:12: error: field 'GSEAL' declared as a function
gboolean GSEAL (has_cursor); /* TRUE if the X pointer follows device motion */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:108:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (num_axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:108:8: error: field 'GSEAL' declared as a function
gint GSEAL (num_axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:18: error: field 'GSEAL' declared as a function
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:111:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (num_keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:111:8: error: field 'GSEAL' declared as a function
gint GSEAL (num_keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkDeviceKey *GSEAL (keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:17: error: field 'GSEAL' declared as a function
GdkDeviceKey *GSEAL (keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: duplicate member 'GSEAL'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:105:16: error: duplicate member 'GSEAL'
GdkInputMode GSEAL (mode);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:106:12: error: duplicate member 'GSEAL'
gboolean GSEAL (has_cursor); /* TRUE if the X pointer follows device motion */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:108:8: error: duplicate member 'GSEAL'
gint GSEAL (num_axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:18: error: duplicate member 'GSEAL'
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:111:8: error: duplicate member 'GSEAL'
gint GSEAL (num_keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:17: error: duplicate member 'GSEAL'
GdkDeviceKey *GSEAL (keys);
^
In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:33:0,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:3: warning: parameter names (without types) in function declaration [enabled by default]
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:10: error: field 'GSEAL' declared as a function
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:3: warning: parameter names (without types) in function declaration [enabled by default]
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:10: error: field 'GSEAL' declared as a function
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:18: error: unknown type name 'button_click_time'
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:85:21: error: unknown type name 'button_window'
GdkWindow *GSEAL (button_window[2]); /* The last 2 windows to receive button presses. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:86:15: error: unknown type name 'button_number'
gint GSEAL (button_number[2]); /* The last 2 buttons to be pressed. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: field 'GSEAL' declared as a function
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:14: error: field 'GSEAL' declared as a function
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:3: warning: parameter names (without types) in function declaration [enabled by default]
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:33: error: field 'GSEAL' declared as a function
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkdisplay.h:96:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (double_click_distance); /* Maximum distance between clicks in pixels */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:96:9: error: field 'GSEAL' declared as a function
guint GSEAL (double_click_distance); /* Maximum distance between clicks in pixels */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:97:15: error: unknown type name 'button_x'
gint GSEAL (button_x[2]); /* The last 2 button click positions. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:98:15: error: unknown type name 'button_y'
gint GSEAL (button_y[2]);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:3: warning: parameter names (without types) in function declaration [enabled by default]
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:10: error: field 'GSEAL' declared as a function
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:101:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkKeyboardGrabInfo GSEAL (keyboard_grab);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:101:23: error: field 'GSEAL' declared as a function
GdkKeyboardGrabInfo GSEAL (keyboard_grab);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:102:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkPointerWindowInfo GSEAL (pointer_info);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:102:24: error: field 'GSEAL' declared as a function
GdkPointerWindowInfo GSEAL (pointer_info);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:105:3: warning: parameter names (without types) in function declaration [enabled by default]
guint32 GSEAL (last_event_time);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:105:11: error: field 'GSEAL' declared as a function
guint32 GSEAL (last_event_time);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:10: error: duplicate member 'GSEAL'
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: duplicate member 'GSEAL'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:14: error: duplicate member 'GSEAL'
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:33: error: duplicate member 'GSEAL'
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:9: error: duplicate member 'GSEAL'
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:9: error: duplicate member 'GSEAL'
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:96:9: error: duplicate member 'GSEAL'
guint GSEAL (double_click_distance); /* Maximum distance between clicks in pixels */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:10: error: duplicate member 'GSEAL'
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:101:23: error: duplicate member 'GSEAL'
GdkKeyboardGrabInfo GSEAL (keyboard_grab);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:102:24: error: duplicate member 'GSEAL'
GdkPointerWindowInfo GSEAL (pointer_info);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:105:11: error: duplicate member 'GSEAL'
guint32 GSEAL (last_event_time);
^
In file included from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31:0,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkscreen.h:52:17: error: unknown type name 'normal_gcs'
GdkGC *GSEAL (normal_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:53:17: error: unknown type name 'exposure_gcs'
GdkGC *GSEAL (exposure_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:54:17: error: unknown type name 'subwindow_gcs'
GdkGC *GSEAL (subwindow_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:3: warning: parameter names (without types) in function declaration [enabled by default]
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:25: error: field 'GSEAL' declared as a function
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:57:3: warning: parameter names (without types) in function declaration [enabled by default]
double GSEAL (resolution); /* pixels/points scale factor for fonts */
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:57:10: error: field 'GSEAL' declared as a function
double GSEAL (resolution); /* pixels/points scale factor for fonts */
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:25: error: duplicate member 'GSEAL'
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:57:10: error: duplicate member 'GSEAL'
double GSEAL (resolution); /* pixels/points scale factor for fonts */
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkcursor.h:129:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkCursorType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:129:17: error: field 'GSEAL' declared as a function
GdkCursorType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:131:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (ref_count);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:131:9: error: field 'GSEAL' declared as a function
guint GSEAL (ref_count);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:131:9: error: duplicate member 'GSEAL'
In file included from /usr/include/gtk-2.0/gdk/gdkdrawable.h:35:0,
from /usr/include/gtk-2.0/gdk/gdk.h:39,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkgc.h:193:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: error: field 'GSEAL' declared as a function
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:194:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (clip_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:194:8: error: field 'GSEAL' declared as a function
gint GSEAL (clip_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:195:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (ts_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:195:8: error: field 'GSEAL' declared as a function
gint GSEAL (ts_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:196:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (ts_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:196:8: error: field 'GSEAL' declared as a function
gint GSEAL (ts_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkColormap *GSEAL (colormap);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:16: error: field 'GSEAL' declared as a function
GdkColormap *GSEAL (colormap);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:194:8: error: duplicate member 'GSEAL'
gint GSEAL (clip_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:195:8: error: duplicate member 'GSEAL'
gint GSEAL (ts_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:196:8: error: duplicate member 'GSEAL'
gint GSEAL (ts_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:16: error: duplicate member 'GSEAL'
GdkColormap *GSEAL (colormap);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:44:0,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkimage.h:71:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: field 'GSEAL' declared as a function
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:17: error: field 'GSEAL' declared as a function
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:73:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkByteOrder GSEAL (byte_order); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:73:16: error: field 'GSEAL' declared as a function
GdkByteOrder GSEAL (byte_order); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:74:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (width); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:74:9: error: field 'GSEAL' declared as a function
gint GSEAL (width); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:75:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (height); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:75:9: error: field 'GSEAL' declared as a function
gint GSEAL (height); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:76:3: warning: parameter names (without types) in function declaration [enabled by default]
guint16 GSEAL (depth); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:76:11: error: field 'GSEAL' declared as a function
guint16 GSEAL (depth); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:77:3: warning: parameter names (without types) in function declaration [enabled by default]
guint16 GSEAL (bpp); /* read only. bytes per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:77:11: error: field 'GSEAL' declared as a function
guint16 GSEAL (bpp); /* read only. bytes per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:78:3: warning: parameter names (without types) in function declaration [enabled by default]
guint16 GSEAL (bpl); /* read only. bytes per line */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:78:11: error: field 'GSEAL' declared as a function
guint16 GSEAL (bpl); /* read only. bytes per line */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:79:3: warning: parameter names (without types) in function declaration [enabled by default]
guint16 GSEAL (bits_per_pixel); /* read only. bits per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:79:17: error: field 'GSEAL' declared as a function
guint16 GSEAL (bits_per_pixel); /* read only. bits per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:80:3: warning: parameter names (without types) in function declaration [enabled by default]
gpointer GSEAL (mem);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:80:12: error: field 'GSEAL' declared as a function
gpointer GSEAL (mem);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:17: error: field 'GSEAL' declared as a function
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:85:3: warning: parameter names (without types) in function declaration [enabled by default]
gpointer GSEAL (windowing_data); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:85:12: error: field 'GSEAL' declared as a function
gpointer GSEAL (windowing_data); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:17: error: duplicate member 'GSEAL'
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:73:16: error: duplicate member 'GSEAL'
GdkByteOrder GSEAL (byte_order); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:74:9: error: duplicate member 'GSEAL'
gint GSEAL (width); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:75:9: error: duplicate member 'GSEAL'
gint GSEAL (height); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:76:11: error: duplicate member 'GSEAL'
guint16 GSEAL (depth); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:77:11: error: duplicate member 'GSEAL'
guint16 GSEAL (bpp); /* read only. bytes per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:78:11: error: duplicate member 'GSEAL'
guint16 GSEAL (bpl); /* read only. bytes per line */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:79:17: error: duplicate member 'GSEAL'
guint16 GSEAL (bits_per_pixel); /* read only. bits per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:80:12: error: duplicate member 'GSEAL'
gpointer GSEAL (mem);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:17: error: duplicate member 'GSEAL'
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:85:12: error: duplicate member 'GSEAL'
gpointer GSEAL (windowing_data); /* read only. */
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:46:0,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkkeys.h:69:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkDisplay *GSEAL (display);
^
/usr/include/gtk-2.0/gdk/gdkkeys.h:69:15: error: field 'GSEAL' declared as a function
GdkDisplay *GSEAL (display);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:49:0,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkpixmap.h:54:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:54:16: error: field 'GSEAL' declared as a function
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:56:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:56:8: error: field 'GSEAL' declared as a function
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:56:8: error: duplicate member 'GSEAL'
In file included from /usr/include/gtk-2.0/gdk/gdktestutils.h:28:0,
from /usr/include/gtk-2.0/gdk/gdk.h:56,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:16: error: field 'GSEAL' declared as a function
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:278:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkWindowObject *GSEAL (parent);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:278:20: error: field 'GSEAL' declared as a function
GdkWindowObject *GSEAL (parent);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:3: warning: parameter names (without types) in function declaration [enabled by default]
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: field 'GSEAL' declared as a function
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:282:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (x);
^
In file included from /usr/include/gtk-2.0/gtk/gtkbuilder.h:28:0,
from /usr/include/gtk-2.0/gtk/gtkbuildable.h:28,
from /usr/include/gtk-2.0/gtk/gtk.h:50,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
/usr/include/gtk-2.0/gdk/gdkwindow.h:282:8: error: field 'GSEAL' declared as a function
gint GSEAL (x);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:283:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (y);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:283:8: error: field 'GSEAL' declared as a function
gint GSEAL (y);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:285:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (extension_events);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:285:8: error: field 'GSEAL' declared as a function
gint GSEAL (extension_events);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:287:3: warning: parameter names (without types) in function declaration [enabled by default]
GList *GSEAL (filters);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:287:10: error: field 'GSEAL' declared as a function
GList *GSEAL (filters);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:288:3: warning: parameter names (without types) in function declaration [enabled by default]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:288:10: error: field 'GSEAL' declared as a function
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:290:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkColor GSEAL (bg_color);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:290:12: error: field 'GSEAL' declared as a function
GdkColor GSEAL (bg_color);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:291:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkPixmap *GSEAL (bg_pixmap);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:291:14: error: field 'GSEAL' declared as a function
GdkPixmap *GSEAL (bg_pixmap);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:293:3: warning: parameter names (without types) in function declaration [enabled by default]
GSList *GSEAL (paint_stack);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:293:11: error: field 'GSEAL' declared as a function
GSList *GSEAL (paint_stack);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:295:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkRegion *GSEAL (update_area);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:295:14: error: field 'GSEAL' declared as a function
GdkRegion *GSEAL (update_area);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:296:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (update_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:296:9: error: field 'GSEAL' declared as a function
guint GSEAL (update_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:298:3: warning: parameter names (without types) in function declaration [enabled by default]
guint8 GSEAL (window_type);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:298:10: error: field 'GSEAL' declared as a function
guint8 GSEAL (window_type);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:299:3: warning: parameter names (without types) in function declaration [enabled by default]
guint8 GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:299:10: error: field 'GSEAL' declared as a function
guint8 GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:300:3: warning: parameter names (without types) in function declaration [enabled by default]
guint8 GSEAL (resize_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:300:10: error: field 'GSEAL' declared as a function
guint8 GSEAL (resize_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:302:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkWindowState GSEAL (state);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:302:18: error: field 'GSEAL' declared as a function
GdkWindowState GSEAL (state);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (guffaw_gravity) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (input_only) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (modal_hint) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (composited) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (destroyed) : 2;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (accept_focus) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (focus_on_map) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (shaped) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gdk/gdkwindow.h:315:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkEventMask GSEAL (event_mask);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:315:16: error: field 'GSEAL' declared as a function
GdkEventMask GSEAL (event_mask);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:317:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (update_and_descendants_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:317:9: error: field 'GSEAL' declared as a function
guint GSEAL (update_and_descendants_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:319:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkWindowRedirect *GSEAL (redirect);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:319:22: error: field 'GSEAL' declared as a function
GdkWindowRedirect *GSEAL (redirect);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:278:20: error: duplicate member 'GSEAL'
GdkWindowObject *GSEAL (parent);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: duplicate member 'GSEAL'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:282:8: error: duplicate member 'GSEAL'
gint GSEAL (x);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:283:8: error: duplicate member 'GSEAL'
gint GSEAL (y);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:285:8: error: duplicate member 'GSEAL'
gint GSEAL (extension_events);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:287:10: error: duplicate member 'GSEAL'
GList *GSEAL (filters);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:288:10: error: duplicate member 'GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:290:12: error: duplicate member 'GSEAL'
GdkColor GSEAL (bg_color);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:291:14: error: duplicate member 'GSEAL'
GdkPixmap *GSEAL (bg_pixmap);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:293:11: error: duplicate member 'GSEAL'
GSList *GSEAL (paint_stack);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:295:14: error: duplicate member 'GSEAL'
GdkRegion *GSEAL (update_area);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:296:9: error: duplicate member 'GSEAL'
guint GSEAL (update_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:298:10: error: duplicate member 'GSEAL'
guint8 GSEAL (window_type);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:299:10: error: duplicate member 'GSEAL'
guint8 GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:300:10: error: duplicate member 'GSEAL'
guint8 GSEAL (resize_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:302:18: error: duplicate member 'GSEAL'
GdkWindowState GSEAL (state);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:9: error: duplicate member 'GSEAL'
guint GSEAL (guffaw_gravity) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:9: error: duplicate member 'GSEAL'
guint GSEAL (input_only) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:9: error: duplicate member 'GSEAL'
guint GSEAL (modal_hint) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:9: error: duplicate member 'GSEAL'
guint GSEAL (composited) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:9: error: duplicate member 'GSEAL'
guint GSEAL (destroyed) : 2;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:9: error: duplicate member 'GSEAL'
guint GSEAL (accept_focus) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:9: error: duplicate member 'GSEAL'
guint GSEAL (focus_on_map) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:9: error: duplicate member 'GSEAL'
guint GSEAL (shaped) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:315:16: error: duplicate member 'GSEAL'
GdkEventMask GSEAL (event_mask);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:317:9: error: duplicate member 'GSEAL'
guint GSEAL (update_and_descendants_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:319:22: error: duplicate member 'GSEAL'
GdkWindowRedirect *GSEAL (redirect);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:58:0,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: field 'GSEAL' declared as a function
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:82:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:82:8: error: field 'GSEAL' declared as a function
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:83:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkByteOrder GSEAL (byte_order);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:83:16: error: field 'GSEAL' declared as a function
GdkByteOrder GSEAL (byte_order);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:84:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (colormap_size);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:84:8: error: field 'GSEAL' declared as a function
gint GSEAL (colormap_size);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:85:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (bits_per_rgb);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:85:8: error: field 'GSEAL' declared as a function
gint GSEAL (bits_per_rgb);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:87:3: warning: parameter names (without types) in function declaration [enabled by default]
guint32 GSEAL (red_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:87:11: error: field 'GSEAL' declared as a function
guint32 GSEAL (red_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:88:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (red_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:88:8: error: field 'GSEAL' declared as a function
gint GSEAL (red_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:89:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (red_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:89:8: error: field 'GSEAL' declared as a function
gint GSEAL (red_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:91:3: warning: parameter names (without types) in function declaration [enabled by default]
guint32 GSEAL (green_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:91:11: error: field 'GSEAL' declared as a function
guint32 GSEAL (green_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:92:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (green_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:92:8: error: field 'GSEAL' declared as a function
gint GSEAL (green_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:93:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (green_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:93:8: error: field 'GSEAL' declared as a function
gint GSEAL (green_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:95:3: warning: parameter names (without types) in function declaration [enabled by default]
guint32 GSEAL (blue_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:95:11: error: field 'GSEAL' declared as a function
guint32 GSEAL (blue_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:96:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (blue_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:96:8: error: field 'GSEAL' declared as a function
gint GSEAL (blue_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:97:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (blue_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:97:8: error: field 'GSEAL' declared as a function
gint GSEAL (blue_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:82:8: error: duplicate member 'GSEAL'
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:83:16: error: duplicate member 'GSEAL'
GdkByteOrder GSEAL (byte_order);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:84:8: error: duplicate member 'GSEAL'
gint GSEAL (colormap_size);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:85:8: error: duplicate member 'GSEAL'
gint GSEAL (bits_per_rgb);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:87:11: error: duplicate member 'GSEAL'
guint32 GSEAL (red_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:88:8: error: duplicate member 'GSEAL'
gint GSEAL (red_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:89:8: error: duplicate member 'GSEAL'
gint GSEAL (red_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:91:11: error: duplicate member 'GSEAL'
guint32 GSEAL (green_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:92:8: error: duplicate member 'GSEAL'
gint GSEAL (green_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:93:8: error: duplicate member 'GSEAL'
gint GSEAL (green_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:95:11: error: duplicate member 'GSEAL'
guint32 GSEAL (blue_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:96:8: error: duplicate member 'GSEAL'
gint GSEAL (blue_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:97:8: error: duplicate member 'GSEAL'
gint GSEAL (blue_prec);
^
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:23: error: field 'GSEAL' declared as a function
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:91:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkModifierType GSEAL (modifier_mask);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:91:23: error: field 'GSEAL' declared as a function
GdkModifierType GSEAL (modifier_mask);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:92:3: warning: parameter names (without types) in function declaration [enabled by default]
GSList *GSEAL (acceleratables);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:92:23: error: field 'GSEAL' declared as a function
GSList *GSEAL (acceleratables);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:93:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (n_accels);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:93:23: error: field 'GSEAL' declared as a function
guint GSEAL (n_accels);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:94:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkAccelGroupEntry *GSEAL (priv_accels);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:94:23: error: field 'GSEAL' declared as a function
GtkAccelGroupEntry *GSEAL (priv_accels);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:91:23: error: duplicate member 'GSEAL'
GdkModifierType GSEAL (modifier_mask);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:92:23: error: duplicate member 'GSEAL'
GSList *GSEAL (acceleratables);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:93:23: error: duplicate member 'GSEAL'
guint GSEAL (n_accels);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:94:23: error: duplicate member 'GSEAL'
GtkAccelGroupEntry *GSEAL (priv_accels);
^
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtktextchild.h:34:0,
from /usr/include/gtk-2.0/gtk/gtktextiter.h:35,
from /usr/include/gtk-2.0/gtk/gtkselection.h:36,
from /usr/include/gtk-2.0/gtk/gtkclipboard.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:68,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gtk/gtkobject.h:116:3: warning: parameter names (without types) in function declaration [enabled by default]
guint32 GSEAL (flags);
^
/usr/include/gtk-2.0/gtk/gtkobject.h:116:11: error: field 'GSEAL' declared as a function
guint32 GSEAL (flags);
^
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:37:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:3: warning: parameter names (without types) in function declaration [enabled by default]
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: field 'GSEAL' declared as a function
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:56:3: warning: parameter names (without types) in function declaration [enabled by default]
gdouble GSEAL (upper);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:56:11: error: field 'GSEAL' declared as a function
gdouble GSEAL (upper);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:57:3: warning: parameter names (without types) in function declaration [enabled by default]
gdouble GSEAL (value);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:57:11: error: field 'GSEAL' declared as a function
gdouble GSEAL (value);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:58:3: warning: parameter names (without types) in function declaration [enabled by default]
gdouble GSEAL (step_increment);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:58:11: error: field 'GSEAL' declared as a function
gdouble GSEAL (step_increment);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:59:3: warning: parameter names (without types) in function declaration [enabled by default]
gdouble GSEAL (page_increment);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:59:11: error: field 'GSEAL' declared as a function
gdouble GSEAL (page_increment);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:60:3: warning: parameter names (without types) in function declaration [enabled by default]
gdouble GSEAL (page_size);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:60:11: error: field 'GSEAL' declared as a function
gdouble GSEAL (page_size);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:56:11: error: duplicate member 'GSEAL'
gdouble GSEAL (upper);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:57:11: error: duplicate member 'GSEAL'
gdouble GSEAL (value);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:58:11: error: duplicate member 'GSEAL'
gdouble GSEAL (step_increment);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:59:11: error: duplicate member 'GSEAL'
gdouble GSEAL (page_increment);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:60:11: error: duplicate member 'GSEAL'
gdouble GSEAL (page_size);
^
In file included from /usr/include/gtk-2.0/gtk/gtkliststore.h:27:0,
from /usr/include/gtk-2.0/gtk/gtkentrycompletion.h:28,
from /usr/include/gtk-2.0/gtk/gtkentry.h:43,
from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtktreemodelfilter.h:28:0,
from /usr/include/gtk-2.0/gtk/gtkentrycompletion.h:30,
from /usr/include/gtk-2.0/gtk/gtkentry.h:43,
from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:39:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gtk/gtksettings.h:51:3: warning: parameter names (without types) in function declaration [enabled by default]
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:51:11: error: field 'GSEAL' declared as a function
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:52:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkSettingsPropertyValue *GSEAL (property_values);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:52:29: error: field 'GSEAL' declared as a function
GtkSettingsPropertyValue *GSEAL (property_values);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:54:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkRcContext *GSEAL (rc_context);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:54:17: error: field 'GSEAL' declared as a function
GtkRcContext *GSEAL (rc_context);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:55:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:55:17: error: field 'GSEAL' declared as a function
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:52:29: error: duplicate member 'GSEAL'
GtkSettingsPropertyValue *GSEAL (property_values);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:54:17: error: duplicate member 'GSEAL'
GtkRcContext *GSEAL (rc_context);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:55:17: error: duplicate member 'GSEAL'
GdkScreen *GSEAL (screen);
^
In file included from /usr/include/gtk-2.0/gdk/gdktypes.h:55:0,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtktreemodelsort.h:27:0,
from /usr/include/gtk-2.0/gtk/gtk.h:200,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtktreestore.h:27:0,
from /usr/include/gtk-2.0/gtk/gtk.h:203,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:3: warning: parameter names (without types) in function declaration [enabled by default]
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: error: field 'GSEAL' declared as a function
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:550:3: warning: parameter names (without types) in function declaration [enabled by default]
guint8 GSEAL (state);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:550:10: error: field 'GSEAL' declared as a function
guint8 GSEAL (state);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:558:3: warning: parameter names (without types) in function declaration [enabled by default]
guint8 GSEAL (saved_state);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:558:10: error: field 'GSEAL' declared as a function
guint8 GSEAL (saved_state);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:566:3: warning: parameter names (without types) in function declaration [enabled by default]
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:566:10: error: field 'GSEAL' declared as a function
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:575:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkStyle *GSEAL (style);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:575:13: error: field 'GSEAL' declared as a function
GtkStyle *GSEAL (style);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:579:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkRequisition GSEAL (requisition);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:579:18: error: field 'GSEAL' declared as a function
GtkRequisition GSEAL (requisition);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:583:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkAllocation GSEAL (allocation);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:583:17: error: field 'GSEAL' declared as a function
GtkAllocation GSEAL (allocation);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:589:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:589:14: error: field 'GSEAL' declared as a function
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:593:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (parent);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:593:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (parent);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:550:10: error: duplicate member 'GSEAL'
guint8 GSEAL (state);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:558:10: error: duplicate member 'GSEAL'
guint8 GSEAL (saved_state);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:566:10: error: duplicate member 'GSEAL'
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:575:13: error: duplicate member 'GSEAL'
GtkStyle *GSEAL (style);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:579:18: error: duplicate member 'GSEAL'
GtkRequisition GSEAL (requisition);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:583:17: error: duplicate member 'GSEAL'
GtkAllocation GSEAL (allocation);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:589:14: error: duplicate member 'GSEAL'
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:593:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (parent);
^
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gtk/gtkcontainer.h:58:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (focus_child);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:58:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (focus_child);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (need_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (resize_mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (reallocate_redraws) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (has_focus_chain) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:9: error: duplicate member 'GSEAL'
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:9: error: duplicate member 'GSEAL'
guint GSEAL (need_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:9: error: duplicate member 'GSEAL'
guint GSEAL (resize_mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:9: error: duplicate member 'GSEAL'
guint GSEAL (reallocate_redraws) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:9: error: duplicate member 'GSEAL'
guint GSEAL (has_focus_chain) : 1;
^
In file included from /usr/include/gtk-2.0/gtk/gtkbutton.h:35:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gtk/gtkbin.h:55:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (child);
^
/usr/include/gtk-2.0/gtk/gtkbin.h:55:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (child);
^
In file included from /usr/include/gtk-2.0/gtk/gtkimage.h:36:0,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:36,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gtk/gtkmisc.h:55:3: warning: parameter names (without types) in function declaration [enabled by default]
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:55:10: error: field 'GSEAL' declared as a function
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:56:3: warning: parameter names (without types) in function declaration [enabled by default]
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:56:10: error: field 'GSEAL' declared as a function
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:58:3: warning: parameter names (without types) in function declaration [enabled by default]
guint16 GSEAL (xpad);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:58:11: error: field 'GSEAL' declared as a function
guint16 GSEAL (xpad);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:59:3: warning: parameter names (without types) in function declaration [enabled by default]
guint16 GSEAL (ypad);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:59:11: error: field 'GSEAL' declared as a function
guint16 GSEAL (ypad);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:56:10: error: duplicate member 'GSEAL'
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:58:11: error: duplicate member 'GSEAL'
guint16 GSEAL (xpad);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:59:11: error: duplicate member 'GSEAL'
guint16 GSEAL (ypad);
^
In file included from /usr/include/gtk-2.0/gtk/gtkbutton.h:36:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/usr/include/gtk-2.0/gtk/gtkimage.h:152:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkImageType GSEAL (storage_type);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:152:16: error: field 'GSEAL' declared as a function
GtkImageType GSEAL (storage_type);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:164:3: warning: parameter names (without types) in function declaration [enabled by default]
} GSEAL (data);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:164:5: error: field 'GSEAL' declared as a function
} GSEAL (data);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:167:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkBitmap *GSEAL (mask);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:167:14: error: field 'GSEAL' declared as a function
GdkBitmap *GSEAL (mask);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:170:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkIconSize GSEAL (icon_size);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:170:15: error: field 'GSEAL' declared as a function
GtkIconSize GSEAL (icon_size);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:164:5: error: duplicate member 'GSEAL'
} GSEAL (data);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:167:14: error: duplicate member 'GSEAL'
GdkBitmap *GSEAL (mask);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:170:15: error: duplicate member 'GSEAL'
GtkIconSize GSEAL (icon_size);
^
In file included from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:0:
/usr/include/gtk-2.0/gtk/gtkbutton.h:55:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:55:14: error: field 'GSEAL' declared as a function
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:57:3: warning: parameter names (without types) in function declaration [enabled by default]
gchar *GSEAL (label_text);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:57:10: error: field 'GSEAL' declared as a function
gchar *GSEAL (label_text);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: field 'GSEAL' declared as a function
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (constructed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (in_button) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (button_down) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (relief) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (use_stock) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (depressed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (depress_on_activate) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (focus_on_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkbutton.h:57:10: error: duplicate member 'GSEAL'
gchar *GSEAL (label_text);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: duplicate member 'GSEAL'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:9: error: duplicate member 'GSEAL'
guint GSEAL (constructed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:9: error: duplicate member 'GSEAL'
guint GSEAL (in_button) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:9: error: duplicate member 'GSEAL'
guint GSEAL (button_down) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:9: error: duplicate member 'GSEAL'
guint GSEAL (relief) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:9: error: duplicate member 'GSEAL'
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:9: error: duplicate member 'GSEAL'
guint GSEAL (use_stock) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:9: error: duplicate member 'GSEAL'
guint GSEAL (depressed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:9: error: duplicate member 'GSEAL'
guint GSEAL (depress_on_activate) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:9: error: duplicate member 'GSEAL'
guint GSEAL (focus_on_click) : 1;
^
In file included from /usr/include/gtk-2.0/gtk/gtkbbox.h:34:0,
from /usr/include/gtk-2.0/gtk/gtkhbbox.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:53:
/usr/include/gtk-2.0/gtk/gtkbox.h:57:3: warning: parameter names (without types) in function declaration [enabled by default]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkbox.h:57:10: error: field 'GSEAL' declared as a function
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkbox.h:58:3: warning: parameter names (without types) in function declaration [enabled by default]
gint16 GSEAL (spacing);
^
/usr/include/gtk-2.0/gtk/gtkbox.h:58:10: error: field 'GSEAL' declared as a function
gint16 GSEAL (spacing);
^
/usr/include/gtk-2.0/gtk/gtkbox.h:59:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (homogeneous) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbox.h:59:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkbox.h:58:10: error: duplicate member 'GSEAL'
gint16 GSEAL (spacing);
^
/usr/include/gtk-2.0/gtk/gtkbox.h:59:9: error: duplicate member 'GSEAL'
guint GSEAL (homogeneous) : 1;
^
In file included from /usr/include/gtk-2.0/gtk/gtkhbbox.h:35:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:53:
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (child_min_width);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:8: error: field 'GSEAL' declared as a function
gint GSEAL (child_min_width);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:56:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (child_min_height);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:56:8: error: field 'GSEAL' declared as a function
gint GSEAL (child_min_height);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:57:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (child_ipad_x);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:57:8: error: field 'GSEAL' declared as a function
gint GSEAL (child_ipad_x);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:58:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (child_ipad_y);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:58:8: error: field 'GSEAL' declared as a function
gint GSEAL (child_ipad_y);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:59:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkButtonBoxStyle GSEAL (layout_style);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:59:21: error: field 'GSEAL' declared as a function
GtkButtonBoxStyle GSEAL (layout_style);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:56:8: error: duplicate member 'GSEAL'
gint GSEAL (child_min_height);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:57:8: error: duplicate member 'GSEAL'
gint GSEAL (child_ipad_x);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:58:8: error: duplicate member 'GSEAL'
gint GSEAL (child_ipad_y);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:59:21: error: duplicate member 'GSEAL'
GtkButtonBoxStyle GSEAL (layout_style);
^
In file included from /usr/include/gtk-2.0/gtk/gtklabel.h:35:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:55:
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:3: warning: parameter names (without types) in function declaration [enabled by default]
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:10: error: field 'GSEAL' declared as a function
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:59:3: warning: parameter names (without types) in function declaration [enabled by default]
gchar *GSEAL (wmclass_name);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:59:10: error: field 'GSEAL' declared as a function
gchar *GSEAL (wmclass_name);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:60:3: warning: parameter names (without types) in function declaration [enabled by default]
gchar *GSEAL (wmclass_class);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:60:10: error: field 'GSEAL' declared as a function
gchar *GSEAL (wmclass_class);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:61:3: warning: parameter names (without types) in function declaration [enabled by default]
gchar *GSEAL (wm_role);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:61:10: error: field 'GSEAL' declared as a function
gchar *GSEAL (wm_role);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:63:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (focus_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:63:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (focus_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:64:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (default_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:64:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (default_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:65:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWindow *GSEAL (transient_parent);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:65:14: error: field 'GSEAL' declared as a function
GtkWindow *GSEAL (transient_parent);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:66:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWindowGeometryInfo *GSEAL (geometry_info);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:66:26: error: field 'GSEAL' declared as a function
GtkWindowGeometryInfo *GSEAL (geometry_info);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:67:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkWindow *GSEAL (frame);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:67:14: error: field 'GSEAL' declared as a function
GdkWindow *GSEAL (frame);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:68:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWindowGroup *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:68:19: error: field 'GSEAL' declared as a function
GtkWindowGroup *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:3: warning: parameter names (without types) in function declaration [enabled by default]
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: field 'GSEAL' declared as a function
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (allow_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (allow_grow) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (configure_notify_received) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (need_default_position) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (need_default_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (position) : 3;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (type) : 4; /* GtkWindowType */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (has_user_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (has_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (modal) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (destroy_with_parent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (iconify_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (stick_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (maximize_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (decorated) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (type_hint) : 3; /* GdkWindowTypeHint if the hint is one of the original eight. If not, then
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (gravity) : 5; /* GdkGravity */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (is_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (has_toplevel_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkwindow.h:106:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (frame_left);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:106:9: error: field 'GSEAL' declared as a function
guint GSEAL (frame_left);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:107:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (frame_top);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:107:9: error: field 'GSEAL' declared as a function
guint GSEAL (frame_top);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:108:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (frame_right);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:108:9: error: field 'GSEAL' declared as a function
guint GSEAL (frame_right);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:109:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (frame_bottom);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:109:9: error: field 'GSEAL' declared as a function
guint GSEAL (frame_bottom);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:111:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (keys_changed_handler);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:111:9: error: field 'GSEAL' declared as a function
guint GSEAL (keys_changed_handler);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:113:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkModifierType GSEAL (mnemonic_modifier);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:113:19: error: field 'GSEAL' declared as a function
GdkModifierType GSEAL (mnemonic_modifier);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:114:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:114:19: error: field 'GSEAL' declared as a function
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:59:10: error: duplicate member 'GSEAL'
gchar *GSEAL (wmclass_name);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:60:10: error: duplicate member 'GSEAL'
gchar *GSEAL (wmclass_class);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:61:10: error: duplicate member 'GSEAL'
gchar *GSEAL (wm_role);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:63:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (focus_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:64:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (default_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:65:14: error: duplicate member 'GSEAL'
GtkWindow *GSEAL (transient_parent);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:66:26: error: duplicate member 'GSEAL'
GtkWindowGeometryInfo *GSEAL (geometry_info);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:67:14: error: duplicate member 'GSEAL'
GdkWindow *GSEAL (frame);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:68:19: error: duplicate member 'GSEAL'
GtkWindowGroup *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: duplicate member 'GSEAL'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:9: error: duplicate member 'GSEAL'
guint GSEAL (allow_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:9: error: duplicate member 'GSEAL'
guint GSEAL (allow_grow) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:9: error: duplicate member 'GSEAL'
guint GSEAL (configure_notify_received) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:9: error: duplicate member 'GSEAL'
guint GSEAL (need_default_position) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:9: error: duplicate member 'GSEAL'
guint GSEAL (need_default_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:9: error: duplicate member 'GSEAL'
guint GSEAL (position) : 3;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:9: error: duplicate member 'GSEAL'
guint GSEAL (type) : 4; /* GtkWindowType */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:9: error: duplicate member 'GSEAL'
guint GSEAL (has_user_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:9: error: duplicate member 'GSEAL'
guint GSEAL (has_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:9: error: duplicate member 'GSEAL'
guint GSEAL (modal) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:9: error: duplicate member 'GSEAL'
guint GSEAL (destroy_with_parent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:9: error: duplicate member 'GSEAL'
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:9: error: duplicate member 'GSEAL'
guint GSEAL (iconify_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:9: error: duplicate member 'GSEAL'
guint GSEAL (stick_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:9: error: duplicate member 'GSEAL'
guint GSEAL (maximize_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:9: error: duplicate member 'GSEAL'
guint GSEAL (decorated) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:9: error: duplicate member 'GSEAL'
guint GSEAL (type_hint) : 3; /* GdkWindowTypeHint if the hint is one of the original eight. If not, then
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:9: error: duplicate member 'GSEAL'
guint GSEAL (gravity) : 5; /* GdkGravity */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:9: error: duplicate member 'GSEAL'
guint GSEAL (is_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:9: error: duplicate member 'GSEAL'
guint GSEAL (has_toplevel_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:106:9: error: duplicate member 'GSEAL'
guint GSEAL (frame_left);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:107:9: error: duplicate member 'GSEAL'
guint GSEAL (frame_top);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:108:9: error: duplicate member 'GSEAL'
guint GSEAL (frame_right);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:109:9: error: duplicate member 'GSEAL'
guint GSEAL (frame_bottom);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:111:9: error: duplicate member 'GSEAL'
guint GSEAL (keys_changed_handler);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:113:19: error: duplicate member 'GSEAL'
GdkModifierType GSEAL (mnemonic_modifier);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:114:19: error: duplicate member 'GSEAL'
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:158:3: warning: parameter names (without types) in function declaration [enabled by default]
GSList *GSEAL (grabs);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:158:11: error: field 'GSEAL' declared as a function
GSList *GSEAL (grabs);
^
In file included from /usr/include/gtk-2.0/gtk/gtkmenu.h:36:0,
from /usr/include/gtk-2.0/gtk/gtklabel.h:36,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:55:
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:3: warning: parameter names (without types) in function declaration [enabled by default]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:10: error: field 'GSEAL' declared as a function
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:56:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:56:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:57:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (parent_menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:57:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (parent_menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: field 'GSEAL' declared as a function
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:60:3: warning: parameter names (without types) in function declaration [enabled by default]
guint32 GSEAL (activate_time);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:60:11: error: field 'GSEAL' declared as a function
guint32 GSEAL (activate_time);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (have_grab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (have_xgrab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (ignore_leave) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (menu_flag) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (ignore_enter) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (keyboard_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenushell.h:56:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:57:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (parent_menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: duplicate member 'GSEAL'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:60:11: error: duplicate member 'GSEAL'
guint32 GSEAL (activate_time);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:9: error: duplicate member 'GSEAL'
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:9: error: duplicate member 'GSEAL'
guint GSEAL (have_grab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:9: error: duplicate member 'GSEAL'
guint GSEAL (have_xgrab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:9: error: duplicate member 'GSEAL'
guint GSEAL (ignore_leave) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:9: error: duplicate member 'GSEAL'
guint GSEAL (menu_flag) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:9: error: duplicate member 'GSEAL'
guint GSEAL (ignore_enter) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:9: error: duplicate member 'GSEAL'
guint GSEAL (keyboard_mode) : 1;
^
In file included from /usr/include/gtk-2.0/gtk/gtklabel.h:36:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:55:
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: field 'GSEAL' declared as a function
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:64:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (parent_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:64:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (parent_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:65:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (old_active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:65:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (old_active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:67:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:67:18: error: field 'GSEAL' declared as a function
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:68:3: warning: parameter names (without types) in function declaration [enabled by default]
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:68:18: error: field 'GSEAL' declared as a function
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:69:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkMenuPositionFunc GSEAL (position_func);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:69:23: error: field 'GSEAL' declared as a function
GtkMenuPositionFunc GSEAL (position_func);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:70:3: warning: parameter names (without types) in function declaration [enabled by default]
gpointer GSEAL (position_func_data);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:70:12: error: field 'GSEAL' declared as a function
gpointer GSEAL (position_func_data);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:72:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:72:9: error: field 'GSEAL' declared as a function
guint GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:77:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:77:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:79:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (tearoff_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:79:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (tearoff_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:80:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (tearoff_hbox);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:80:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (tearoff_hbox);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:81:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (tearoff_scrollbar);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:81:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (tearoff_scrollbar);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:82:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkAdjustment *GSEAL (tearoff_adjustment);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:82:18: error: field 'GSEAL' declared as a function
GtkAdjustment *GSEAL (tearoff_adjustment);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:84:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:84:14: error: field 'GSEAL' declared as a function
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:85:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:85:14: error: field 'GSEAL' declared as a function
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:87:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:87:8: error: field 'GSEAL' declared as a function
gint GSEAL (scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:88:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (saved_scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:88:8: error: field 'GSEAL' declared as a function
gint GSEAL (saved_scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:89:3: warning: parameter names (without types) in function declaration [enabled by default]
gint GSEAL (scroll_step);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:89:8: error: field 'GSEAL' declared as a function
gint GSEAL (scroll_step);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:90:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (timeout_id);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:90:9: error: field 'GSEAL' declared as a function
guint GSEAL (timeout_id);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:95:3: warning: parameter names (without types) in function declaration [enabled by default]
GdkRegion *GSEAL (navigation_region); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:95:14: error: field 'GSEAL' declared as a function
GdkRegion *GSEAL (navigation_region); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:96:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (navigation_timeout);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:96:9: error: field 'GSEAL' declared as a function
guint GSEAL (navigation_timeout);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (needs_destruction_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (torn_off) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (tearoff_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (scroll_fast) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (upper_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (lower_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (upper_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (lower_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:3: error: bit-field 'GSEAL' has invalid type
In file included from /usr/include/gtk-2.0/gtk/gtkbuilder.h:28:0,
from /usr/include/gtk-2.0/gtk/gtkbuildable.h:28,
from /usr/include/gtk-2.0/gtk/gtk.h:50,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
/usr/include/gtk-2.0/gtk/gtkmenu.h:64:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (parent_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:65:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (old_active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:67:18: error: duplicate member 'GSEAL'
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:68:18: error: duplicate member 'GSEAL'
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:69:23: error: duplicate member 'GSEAL'
GtkMenuPositionFunc GSEAL (position_func);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:70:12: error: duplicate member 'GSEAL'
gpointer GSEAL (position_func_data);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:72:9: error: duplicate member 'GSEAL'
guint GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:77:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:79:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (tearoff_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:80:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (tearoff_hbox);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:81:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (tearoff_scrollbar);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:82:18: error: duplicate member 'GSEAL'
GtkAdjustment *GSEAL (tearoff_adjustment);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:84:14: error: duplicate member 'GSEAL'
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:85:14: error: duplicate member 'GSEAL'
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:87:8: error: duplicate member 'GSEAL'
gint GSEAL (scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:88:8: error: duplicate member 'GSEAL'
gint GSEAL (saved_scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:89:8: error: duplicate member 'GSEAL'
gint GSEAL (scroll_step);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:90:9: error: duplicate member 'GSEAL'
guint GSEAL (timeout_id);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:95:14: error: duplicate member 'GSEAL'
GdkRegion *GSEAL (navigation_region); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:96:9: error: duplicate member 'GSEAL'
guint GSEAL (navigation_timeout);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:9: error: duplicate member 'GSEAL'
guint GSEAL (needs_destruction_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:9: error: duplicate member 'GSEAL'
guint GSEAL (torn_off) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:9: error: duplicate member 'GSEAL'
guint GSEAL (tearoff_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:9: error: duplicate member 'GSEAL'
guint GSEAL (scroll_fast) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:9: error: duplicate member 'GSEAL'
guint GSEAL (upper_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:9: error: duplicate member 'GSEAL'
guint GSEAL (lower_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:9: error: duplicate member 'GSEAL'
guint GSEAL (upper_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:9: error: duplicate member 'GSEAL'
guint GSEAL (lower_arrow_prelight) : 1;
^
In file included from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:55:0:
/usr/include/gtk-2.0/gtk/gtklabel.h:59:3: warning: parameter names (without types) in function declaration [enabled by default]
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:11: error: field 'GSEAL' declared as a function
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:61:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (wrap) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:61:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:62:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:62:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:63:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (use_markup) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:63:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:64:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:64:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:65:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (single_line_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:65:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:66:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (have_transform) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:66:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:67:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (in_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:67:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:68:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (wrap_mode) : 3;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:68:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:69:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (pattern_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:69:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:70:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (track_links) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:70:3: error: bit-field 'GSEAL' has invalid type
/usr/include/gtk-2.0/gtk/gtklabel.h:72:3: warning: parameter names (without types) in function declaration [enabled by default]
guint GSEAL (mnemonic_keyval);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:72:11: error: field 'GSEAL' declared as a function
guint GSEAL (mnemonic_keyval);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:74:3: warning: parameter names (without types) in function declaration [enabled by default]
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:74:11: error: field 'GSEAL' declared as a function
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:75:3: warning: parameter names (without types) in function declaration [enabled by default]
PangoAttrList *GSEAL (attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:75:18: error: field 'GSEAL' declared as a function
PangoAttrList *GSEAL (attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:76:3: warning: parameter names (without types) in function declaration [enabled by default]
PangoAttrList *GSEAL (effective_attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:76:18: error: field 'GSEAL' declared as a function
PangoAttrList *GSEAL (effective_attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:78:3: warning: parameter names (without types) in function declaration [enabled by default]
PangoLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:78:16: error: field 'GSEAL' declared as a function
PangoLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:80:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWidget *GSEAL (mnemonic_widget);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:80:14: error: field 'GSEAL' declared as a function
GtkWidget *GSEAL (mnemonic_widget);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:81:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkWindow *GSEAL (mnemonic_window);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:81:14: error: field 'GSEAL' declared as a function
GtkWindow *GSEAL (mnemonic_window);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:83:3: warning: parameter names (without types) in function declaration [enabled by default]
GtkLabelSelectionInfo *GSEAL (select_info);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:83:26: error: field 'GSEAL' declared as a function
GtkLabelSelectionInfo *GSEAL (select_info);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: duplicate member 'GSEAL'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:61:11: error: duplicate member 'GSEAL'
guint GSEAL (wrap) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:62:11: error: duplicate member 'GSEAL'
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:63:11: error: duplicate member 'GSEAL'
guint GSEAL (use_markup) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:64:11: error: duplicate member 'GSEAL'
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:65:11: error: duplicate member 'GSEAL'
guint GSEAL (single_line_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:66:11: error: duplicate member 'GSEAL'
guint GSEAL (have_transform) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:67:11: error: duplicate member 'GSEAL'
guint GSEAL (in_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:68:11: error: duplicate member 'GSEAL'
guint GSEAL (wrap_mode) : 3;
^
In file included from /usr/include/gtk-2.0/gtk/gtktextchild.h:34:0,
from /usr/include/gtk-2.0/gtk/gtktextiter.h:35,
from /usr/include/gtk-2.0/gtk/gtkselection.h:36,
from /usr/include/gtk-2.0/gtk/gtkclipboard.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:68,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
/usr/include/gtk-2.0/gtk/gtklabel.h:69:11: error: duplicate member 'GSEAL'
guint GSEAL (pattern_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:70:11: error: duplicate member 'GSEAL'
guint GSEAL (track_links) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:72:11: error: duplicate member 'GSEAL'
guint GSEAL (mnemonic_keyval);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:74:11: error: duplicate member 'GSEAL'
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:75:18: error: duplicate member 'GSEAL'
PangoAttrList *GSEAL (attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:76:18: error: duplicate member 'GSEAL'
PangoAttrList *GSEAL (effective_attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:78:16: error: duplicate member 'GSEAL'
PangoLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:80:14: error: duplicate member 'GSEAL'
GtkWidget *GSEAL (mnemonic_widget);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:81:14: error: duplicate member 'GSEAL'
GtkWindow *GSEAL (mnemonic_window);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:83:26: error: duplicate member 'GSEAL'
GtkLabelSelectionInfo *GSEAL (select_info);
^
In file included from /usr/include/gtk-2.0/gtk/gtkliststore.h:27:0,
from /usr/include/gtk-2.0/gtk/gtkentrycompletion.h:28,
from /usr/include/gtk-2.0/gtk/gtkentry.h:43,
from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtktreemodelfilter.h:28:0,
from /usr/include/gtk-2.0/gtk/gtkentrycompletion.h:30,
from /usr/include/gtk-2.0/gtk/gtkentry.h:43,
from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkbutton.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:49:
/home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c: In function 'AboutBoxDisplay':
/usr/include/gtk-2.0/gtk/gtkobject.h:93:51: error: 'GtkObject' has no member named 'flags'
#define GTK_OBJECT_FLAGS(obj) (GTK_OBJECT (obj)->flags)
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:204:35: note: in expansion of macro 'GTK_OBJECT_FLAGS'
#define GTK_WIDGET_FLAGS(wid) (GTK_OBJECT_FLAGS (wid))
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:459:57: note: in expansion of macro 'GTK_WIDGET_FLAGS'
#define GTK_WIDGET_SET_FLAGS(wid,flag) G_STMT_START{ (GTK_WIDGET_FLAGS (wid) |= (flag)); }G_STMT_END
^
/home/alexis/pcsx2-read-only/plugins/CDVDlinuz/Src/Linux/aboutbox.c:189:3: note: in expansion of macro 'GTK_WIDGET_SET_FLAGS'
GTK_WIDGET_SET_FLAGS(item, GTK_CAN_DEFAULT);
^
In file included from /usr/include/gtk-2.0/gtk/gtktreemodelsort.h:27:0,
from /usr/include/gtk-2.0/gtk/gtk.h:200,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtktreestore.h:27:0,
from /usr/include/gtk-2.0/gtk/gtk.h:203,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
make[2]: *** [plugins/CDVDlinuz/Src/CMakeFiles/CDVDlinuz.dir/Linux/aboutbox.c.o] Error 1
make[1]: *** [plugins/CDVDlinuz/Src/CMakeFiles/CDVDlinuz.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 15%] Building CXX object plugins/CDVDiso/src/CMakeFiles/CDVDiso.dir/libiso.cpp.o
In file included from /usr/include/gtk-2.0/gdk/gdktypes.h:55:0,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoReadZ2table(isoFile*)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:331:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < iso->blocks; i++)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoReadBZ2table(isoFile*)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:374:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < iso->blocks / 16; i++)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoReadBlock(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:710:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < iso->blocksize)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoReadBlockZ(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:732:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < p)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoReadBlockZ2(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:757:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < p)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoReadBlockBZ2(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:791:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < p)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoReadBlockD(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:822:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (iso->dtable[i] != lsn) continue;
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:826:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < iso->blocksize) return -1;
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoReadBlockM(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:843:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (lsn >= iso->multih[i].slsn &&
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:844:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
lsn <= iso->multih[i].elsn)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:857:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < iso->blocksize)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int isoReadBlock(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:870:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (lsn > iso->blocks)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoWriteBlock(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:910:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < iso->blocksize) return -1;
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoWriteBlockZ(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:935:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < size)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoWriteBlockZ2(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:959:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < size)
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoWriteBlockD(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:977:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < iso->blocksize) return -1;
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp: In function 'int _isoWriteBlockBZ2(isoFile*, u8*, int)':
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:991:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (lsn == (iso->blocks - 1))
^
/home/alexis/pcsx2-read-only/plugins/CDVDiso/src/libiso.cpp:1017:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ret < size)
^
In file included from /usr/include/gtk-2.0/gtk/gtkbuilder.h:28:0,
from /usr/include/gtk-2.0/gtk/gtkbuildable.h:28,
from /usr/include/gtk-2.0/gtk/gtk.h:50,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtktextchild.h:34:0,
from /usr/include/gtk-2.0/gtk/gtktextiter.h:35,
from /usr/include/gtk-2.0/gtk/gtkselection.h:36,
from /usr/include/gtk-2.0/gtk/gtkclipboard.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:68,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkliststore.h:27:0,
from /usr/include/gtk-2.0/gtk/gtkentrycompletion.h:28,
from /usr/include/gtk-2.0/gtk/gtkentry.h:43,
from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtktreemodelfilter.h:28:0,
from /usr/include/gtk-2.0/gtk/gtkentrycompletion.h:30,
from /usr/include/gtk-2.0/gtk/gtkentry.h:43,
from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:34:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:20: error: 'size' has not been declared
gint GSEAL (size);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:13: error: expected ';' at end of member declaration
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:26: error: 'GdkColor* _GdkColormap::GSEAL' conflicts with a previous declaration
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:13: note: previous declaration 'gint _GdkColormap::GSEAL(int)'
gint GSEAL (size);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:26: error: ISO C++ forbids declaration of 'colors' with no type [-fpermissive]
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:14: error: expected ';' at end of member declaration
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:27: error: 'GdkVisual* _GdkColormap::GSEAL' conflicts with a previous declaration
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:13: note: previous declaration 'gint _GdkColormap::GSEAL(int)'
gint GSEAL (size);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:27: error: ISO C++ forbids declaration of 'visual' with no type [-fpermissive]
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:80:19: error: 'windowing_data' has not been declared
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:80:12: error: 'void* _GdkColormap::GSEAL(int)' cannot be overloaded
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:13: error: with 'gint _GdkColormap::GSEAL(int)'
gint GSEAL (size);
^
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:36:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:26: error: 'protocol' has not been declared
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:82:19: error: 'is_source' has not been declared
gboolean GSEAL (is_source);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:82:12: error: 'gboolean _GdkDragContext::GSEAL(int)' cannot be overloaded
gboolean GSEAL (is_source);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:34: error: 'GdkWindow* _GdkDragContext::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: note: previous declaration 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:34: error: ISO C++ forbids declaration of 'source_window' with no type [-fpermissive]
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:32: error: 'GdkWindow* _GdkDragContext::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: note: previous declaration 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:32: error: ISO C++ forbids declaration of 'dest_window' with no type [-fpermissive]
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:10: error: expected ';' at end of member declaration
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:24: error: 'GList* _GdkDragContext::GSEAL' conflicts with a previous declaration
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: note: previous declaration 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:24: error: ISO C++ forbids declaration of 'targets' with no type [-fpermissive]
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:88:24: error: 'actions' has not been declared
GdkDragAction GSEAL (actions);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:88:17: error: 'GdkDragAction _GdkDragContext::GSEAL(int)' cannot be overloaded
GdkDragAction GSEAL (actions);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:89:24: error: 'suggested_action' has not been declared
GdkDragAction GSEAL (suggested_action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:89:17: error: 'GdkDragAction _GdkDragContext::GSEAL(int)' cannot be overloaded
GdkDragAction GSEAL (suggested_action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:90:24: error: 'action' has not been declared
GdkDragAction GSEAL (action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:90:17: error: 'GdkDragAction _GdkDragContext::GSEAL(int)' cannot be overloaded
GdkDragAction GSEAL (action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:92:18: error: 'start_time' has not been declared
guint32 GSEAL (start_time);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:92:11: error: 'guint32 _GdkDragContext::GSEAL(int)' cannot be overloaded
guint32 GSEAL (start_time);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:96:19: error: 'windowing_data' has not been declared
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:96:12: error: 'void* _GdkDragContext::GSEAL(int)' cannot be overloaded
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
In file included from /usr/include/gtk-2.0/gtk/gtktreemodelsort.h:27:0,
from /usr/include/gtk-2.0/gtk/gtk.h:200,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:37:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkinput.h:103:10: error: expected ';' at end of member declaration
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: error: ISO C++ forbids declaration of 'name' with no type [-fpermissive]
gchar *GSEAL (name);
^
In file included from /usr/include/gtk-2.0/gtk/gtktreestore.h:27:0,
from /usr/include/gtk-2.0/gtk/gtk.h:203,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/lib32/gtk-2.0/include/gdkconfig.h:1:1: warning: null character(s) ignored [enabled by default]
/usr/include/gtk-2.0/gdk/gdkinput.h:104:25: error: 'source' has not been declared
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:31: error: 'GdkInputSource _GdkDevice::GSEAL(int)' conflicts with a previous declaration
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: note: previous declaration 'gchar* _GdkDevice::GSEAL'
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:105:23: error: 'mode' has not been declared
GdkInputMode GSEAL (mode);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:105:16: error: 'GdkInputMode _GdkDevice::GSEAL(int)' cannot be overloaded
GdkInputMode GSEAL (mode);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:106:19: error: 'has_cursor' has not been declared
gboolean GSEAL (has_cursor); /* TRUE if the X pointer follows device motion */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:106:12: error: 'gboolean _GdkDevice::GSEAL(int)' cannot be overloaded
gboolean GSEAL (has_cursor); /* TRUE if the X pointer follows device motion */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:108:15: error: 'num_axes' has not been declared
gint GSEAL (num_axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:108:8: error: 'gint _GdkDevice::GSEAL(int)' cannot be overloaded
gint GSEAL (num_axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:18: error: expected ';' at end of member declaration
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:29: error: redeclaration of 'GdkDeviceAxis* _GdkDevice::GSEAL'
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: note: previous declaration 'gchar* _GdkDevice::GSEAL'
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:29: error: ISO C++ forbids declaration of 'axes' with no type [-fpermissive]
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:111:15: error: 'num_keys' has not been declared
gint GSEAL (num_keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:111:8: error: 'gint _GdkDevice::GSEAL(int)' cannot be overloaded
gint GSEAL (num_keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:17: error: expected ';' at end of member declaration
GdkDeviceKey *GSEAL (keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:28: error: redeclaration of 'GdkDeviceKey* _GdkDevice::GSEAL'
GdkDeviceKey *GSEAL (keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: note: previous declaration 'gchar* _GdkDevice::GSEAL'
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:28: error: ISO C++ forbids declaration of 'keys' with no type [-fpermissive]
GdkDeviceKey *GSEAL (keys);
^
In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:33:0,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:10: error: expected ';' at end of member declaration
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: error: ISO C++ forbids declaration of 'queued_events' with no type [-fpermissive]
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:10: error: expected ';' at end of member declaration
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:28: error: redeclaration of 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:28: error: ISO C++ forbids declaration of 'queued_tail' with no type [-fpermissive]
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:18: error: 'button_click_time' has not been declared
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:38: error: 'guint32 _GdkDisplay::GSEAL(int*)' conflicts with a previous declaration
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:85:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (button_window[2]); /* The last 2 windows to receive button presses. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:85:21: error: redeclaration of 'GdkWindow* _GdkDisplay::GSEAL'
GdkWindow *GSEAL (button_window[2]); /* The last 2 windows to receive button presses. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:85:37: error: ISO C++ forbids declaration of 'button_window' with no type [-fpermissive]
GdkWindow *GSEAL (button_window[2]); /* The last 2 windows to receive button presses. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:86:15: error: 'button_number' has not been declared
gint GSEAL (button_number[2]); /* The last 2 buttons to be pressed. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:86:8: error: 'gint _GdkDisplay::GSEAL(int*)' cannot be overloaded
gint GSEAL (button_number[2]); /* The last 2 buttons to be pressed. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:11: error: with 'guint32 _GdkDisplay::GSEAL(int*)'
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:16: error: 'double_click_time' has not been declared
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:33: error: '_GdkDisplay::GSEAL' conflicts with a previous declaration
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:14: error: expected ';' at end of member declaration
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:33: error: redeclaration of 'GdkDevice* _GdkDisplay::GSEAL'
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:33: error: ISO C++ forbids declaration of 'core_pointer' with no type [-fpermissive]
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:33: error: expected ';' at end of member declaration
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:53: error: redeclaration of 'const GdkDisplayPointerHooks* _GdkDisplay::GSEAL'
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:53: error: ISO C++ forbids declaration of 'pointer_hooks' with no type [-fpermissive]
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:16: error: 'closed' has not been declared
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:9: error: 'guint _GdkDisplay::GSEAL(int)' cannot be overloaded
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:16: error: 'ignore_core_events' has not been declared
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:9: error: 'guint _GdkDisplay::GSEAL(int)' cannot be overloaded
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:96:16: error: 'double_click_distance' has not been declared
guint GSEAL (double_click_distance); /* Maximum distance between clicks in pixels */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:96:9: error: 'guint _GdkDisplay::GSEAL(int)' cannot be overloaded
guint GSEAL (double_click_distance); /* Maximum distance between clicks in pixels */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:97:15: error: 'button_x' has not been declared
gint GSEAL (button_x[2]); /* The last 2 button click positions. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:97:8: error: 'gint _GdkDisplay::GSEAL(int*)' cannot be overloaded
gint GSEAL (button_x[2]); /* The last 2 button click positions. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:11: error: with 'guint32 _GdkDisplay::GSEAL(int*)'
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:98:15: error: 'button_y' has not been declared
gint GSEAL (button_y[2]);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:98:8: error: 'gint _GdkDisplay::GSEAL(int*)' cannot be overloaded
gint GSEAL (button_y[2]);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:11: error: with 'guint32 _GdkDisplay::GSEAL(int*)'
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:10: error: expected ';' at end of member declaration
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:30: error: redeclaration of 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:30: error: ISO C++ forbids declaration of 'pointer_grabs' with no type [-fpermissive]
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:101:30: error: 'keyboard_grab' has not been declared
GdkKeyboardGrabInfo GSEAL (keyboard_grab);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:101:23: error: 'GdkKeyboardGrabInfo _GdkDisplay::GSEAL(int)' cannot be overloaded
GdkKeyboardGrabInfo GSEAL (keyboard_grab);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:102:31: error: 'pointer_info' has not been declared
GdkPointerWindowInfo GSEAL (pointer_info);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:102:24: error: 'GdkPointerWindowInfo _GdkDisplay::GSEAL(int)' cannot be overloaded
GdkPointerWindowInfo GSEAL (pointer_info);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:105:18: error: 'last_event_time' has not been declared
guint32 GSEAL (last_event_time);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:105:11: error: 'guint32 _GdkDisplay::GSEAL(int)' cannot be overloaded
guint32 GSEAL (last_event_time);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h: In member function 'guint _GdkDisplay::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: error: only constructors take member initializers
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdisplay.h: In member function 'guint _GdkDisplay::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: error: only constructors take member initializers
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31:0,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkscreen.h: At global scope:
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:16: error: 'closed' has not been declared
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:52:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (normal_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:52:17: error: 'GdkGC* _GdkScreen::GSEAL' conflicts with a previous declaration
GdkGC *GSEAL (normal_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:52:31: error: ISO C++ forbids declaration of 'normal_gcs' with no type [-fpermissive]
GdkGC *GSEAL (normal_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:53:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (exposure_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:53:17: error: 'GdkGC* _GdkScreen::GSEAL' conflicts with a previous declaration
GdkGC *GSEAL (exposure_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:53:33: error: ISO C++ forbids declaration of 'exposure_gcs' with no type [-fpermissive]
GdkGC *GSEAL (exposure_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:54:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (subwindow_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:54:17: error: 'GdkGC* _GdkScreen::GSEAL' conflicts with a previous declaration
GdkGC *GSEAL (subwindow_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:54:34: error: ISO C++ forbids declaration of 'subwindow_gcs' with no type [-fpermissive]
GdkGC *GSEAL (subwindow_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:25: error: expected ';' at end of member declaration
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:44: error: 'cairo_font_options_t* _GdkScreen::GSEAL' conflicts with a previous declaration
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:44: error: ISO C++ forbids declaration of 'font_options' with no type [-fpermissive]
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:57:17: error: 'resolution' has not been declared
double GSEAL (resolution); /* pixels/points scale factor for fonts */
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:57:10: error: 'double _GdkScreen::GSEAL(int)' cannot be overloaded
double GSEAL (resolution); /* pixels/points scale factor for fonts */
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: error: with 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h: In member function 'guint _GdkScreen::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: error: only constructors take member initializers
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gdk/gdk.h:35:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkcursor.h: At global scope:
/usr/include/gtk-2.0/gdk/gdkcursor.h:129:24: error: 'type' has not been declared
GdkCursorType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:131:16: error: 'ref_count' has not been declared
guint GSEAL (ref_count);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:131:9: error: 'guint _GdkCursor::GSEAL(int)' cannot be overloaded
guint GSEAL (ref_count);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:129:17: error: with 'GdkCursorType _GdkCursor::GSEAL(int)'
GdkCursorType GSEAL (type);
^
In file included from /usr/include/gtk-2.0/gdk/gdkdrawable.h:35:0,
from /usr/include/gtk-2.0/gdk/gdk.h:39,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkgc.h:193:15: error: 'clip_x_origin' has not been declared
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:194:15: error: 'clip_y_origin' has not been declared
gint GSEAL (clip_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:194:8: error: 'gint _GdkGC::GSEAL(int)' cannot be overloaded
gint GSEAL (clip_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: error: with 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:195:15: error: 'ts_x_origin' has not been declared
gint GSEAL (ts_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:195:8: error: 'gint _GdkGC::GSEAL(int)' cannot be overloaded
gint GSEAL (ts_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: error: with 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:196:15: error: 'ts_y_origin' has not been declared
gint GSEAL (ts_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:196:8: error: 'gint _GdkGC::GSEAL(int)' cannot be overloaded
gint GSEAL (ts_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: error: with 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:16: error: expected ';' at end of member declaration
GdkColormap *GSEAL (colormap);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:31: error: 'GdkColormap* _GdkGC::GSEAL' conflicts with a previous declaration
GdkColormap *GSEAL (colormap);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: note: previous declaration 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:31: error: ISO C++ forbids declaration of 'colormap' with no type [-fpermissive]
GdkColormap *GSEAL (colormap);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:44:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkimage.h:71:23: error: 'type' has not been declared
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:17: error: expected ';' at end of member declaration
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:30: error: 'GdkVisual* _GdkImage::GSEAL' conflicts with a previous declaration
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: note: previous declaration 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:30: error: ISO C++ forbids declaration of 'visual' with no type [-fpermissive]
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:73:23: error: 'byte_order' has not been declared
GdkByteOrder GSEAL (byte_order); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:73:16: error: 'GdkByteOrder _GdkImage::GSEAL(int)' cannot be overloaded
GdkByteOrder GSEAL (byte_order); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:74:16: error: 'width' has not been declared
gint GSEAL (width); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:74:9: error: 'gint _GdkImage::GSEAL(int)' cannot be overloaded
gint GSEAL (width); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:75:16: error: 'height' has not been declared
gint GSEAL (height); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:75:9: error: 'gint _GdkImage::GSEAL(int)' cannot be overloaded
gint GSEAL (height); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:76:18: error: 'depth' has not been declared
guint16 GSEAL (depth); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:76:11: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (depth); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:77:18: error: 'bpp' has not been declared
guint16 GSEAL (bpp); /* read only. bytes per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:77:11: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (bpp); /* read only. bytes per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:78:18: error: 'bpl' has not been declared
guint16 GSEAL (bpl); /* read only. bytes per line */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:78:11: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (bpl); /* read only. bytes per line */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:79:24: error: 'bits_per_pixel' has not been declared
guint16 GSEAL (bits_per_pixel); /* read only. bits per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:79:17: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (bits_per_pixel); /* read only. bits per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:80:19: error: 'mem' has not been declared
gpointer GSEAL (mem);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:80:12: error: 'void* _GdkImage::GSEAL(int)' cannot be overloaded
gpointer GSEAL (mem);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:17: error: expected ';' at end of member declaration
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:32: error: 'GdkColormap* _GdkImage::GSEAL' conflicts with a previous declaration
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: note: previous declaration 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:32: error: ISO C++ forbids declaration of 'colormap' with no type [-fpermissive]
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:85:19: error: 'windowing_data' has not been declared
gpointer GSEAL (windowing_data); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:85:12: error: 'void* _GdkImage::GSEAL(int)' cannot be overloaded
gpointer GSEAL (windowing_data); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:46:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkkeys.h:69:15: error: expected ';' at end of member declaration
GdkDisplay *GSEAL (display);
^
/usr/include/gtk-2.0/gdk/gdkkeys.h:69:29: error: ISO C++ forbids declaration of 'display' with no type [-fpermissive]
GdkDisplay *GSEAL (display);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:49:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkpixmap.h:54:16: error: expected ';' at end of member declaration
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:54:27: error: ISO C++ forbids declaration of 'impl' with no type [-fpermissive]
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:56:15: error: 'depth' has not been declared
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:56:20: error: 'gint _GdkPixmapObject::GSEAL(int)' conflicts with a previous declaration
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:54:27: note: previous declaration 'GdkDrawable* _GdkPixmapObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
In file included from /usr/include/gtk-2.0/gdk/gdktestutils.h:28:0,
from /usr/include/gtk-2.0/gdk/gdk.h:56,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:16: error: expected ';' at end of member declaration
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: error: ISO C++ forbids declaration of 'impl' with no type [-fpermissive]
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:278:20: error: expected ';' at end of member declaration
GdkWindowObject *GSEAL (parent);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:278:33: error: redeclaration of 'GdkWindowObject* _GdkWindowObject::GSEAL'
GdkWindowObject *GSEAL (parent);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:278:33: error: ISO C++ forbids declaration of 'parent' with no type [-fpermissive]
GdkWindowObject *GSEAL (parent);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:19: error: 'user_data' has not been declared
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:28: error: 'void* _GdkWindowObject::GSEAL(int)' conflicts with a previous declaration
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:282:15: error: 'x' has not been declared
gint GSEAL (x);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:282:8: error: 'gint _GdkWindowObject::GSEAL(int)' cannot be overloaded
gint GSEAL (x);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:283:15: error: 'y' has not been declared
gint GSEAL (y);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:283:8: error: 'gint _GdkWindowObject::GSEAL(int)' cannot be overloaded
gint GSEAL (y);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:285:15: error: 'extension_events' has not been declared
gint GSEAL (extension_events);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:285:8: error: 'gint _GdkWindowObject::GSEAL(int)' cannot be overloaded
gint GSEAL (extension_events);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:287:10: error: expected ';' at end of member declaration
GList *GSEAL (filters);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:287:24: error: redeclaration of 'GList* _GdkWindowObject::GSEAL'
GList *GSEAL (filters);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:287:24: error: ISO C++ forbids declaration of 'filters' with no type [-fpermissive]
GList *GSEAL (filters);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:288:10: error: expected ';' at end of member declaration
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:288:25: error: redeclaration of 'GList* _GdkWindowObject::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:288:25: error: ISO C++ forbids declaration of 'children' with no type [-fpermissive]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:290:19: error: 'bg_color' has not been declared
GdkColor GSEAL (bg_color);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:290:12: error: 'GdkColor _GdkWindowObject::GSEAL(int)' cannot be overloaded
GdkColor GSEAL (bg_color);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:291:14: error: expected ';' at end of member declaration
GdkPixmap *GSEAL (bg_pixmap);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:291:30: error: redeclaration of 'GdkPixmap* _GdkWindowObject::GSEAL'
GdkPixmap *GSEAL (bg_pixmap);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:291:30: error: ISO C++ forbids declaration of 'bg_pixmap' with no type [-fpermissive]
GdkPixmap *GSEAL (bg_pixmap);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:293:11: error: expected ';' at end of member declaration
GSList *GSEAL (paint_stack);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:293:29: error: redeclaration of 'GSList* _GdkWindowObject::GSEAL'
GSList *GSEAL (paint_stack);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:293:29: error: ISO C++ forbids declaration of 'paint_stack' with no type [-fpermissive]
GSList *GSEAL (paint_stack);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:295:14: error: expected ';' at end of member declaration
GdkRegion *GSEAL (update_area);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:295:32: error: redeclaration of 'GdkRegion* _GdkWindowObject::GSEAL'
GdkRegion *GSEAL (update_area);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:295:32: error: ISO C++ forbids declaration of 'update_area' with no type [-fpermissive]
GdkRegion *GSEAL (update_area);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:296:16: error: 'update_freeze_count' has not been declared
guint GSEAL (update_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:296:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (update_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:298:17: error: 'window_type' has not been declared
guint8 GSEAL (window_type);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:298:10: error: 'guint8 _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint8 GSEAL (window_type);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:299:17: error: 'depth' has not been declared
guint8 GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:299:10: error: 'guint8 _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint8 GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:300:17: error: 'resize_count' has not been declared
guint8 GSEAL (resize_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:300:10: error: 'guint8 _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint8 GSEAL (resize_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:302:25: error: 'state' has not been declared
GdkWindowState GSEAL (state);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:302:18: error: 'GdkWindowState _GdkWindowObject::GSEAL(int)' cannot be overloaded
GdkWindowState GSEAL (state);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:16: error: 'guffaw_gravity' has not been declared
guint GSEAL (guffaw_gravity) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (guffaw_gravity) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:16: error: 'input_only' has not been declared
guint GSEAL (input_only) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (input_only) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:16: error: 'modal_hint' has not been declared
guint GSEAL (modal_hint) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (modal_hint) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:16: error: 'composited' has not been declared
guint GSEAL (composited) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (composited) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:16: error: 'destroyed' has not been declared
guint GSEAL (destroyed) : 2;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (destroyed) : 2;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:16: error: 'accept_focus' has not been declared
guint GSEAL (accept_focus) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (accept_focus) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:16: error: 'focus_on_map' has not been declared
guint GSEAL (focus_on_map) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (focus_on_map) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:16: error: 'shaped' has not been declared
guint GSEAL (shaped) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (shaped) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:315:23: error: 'event_mask' has not been declared
GdkEventMask GSEAL (event_mask);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:315:16: error: 'GdkEventMask _GdkWindowObject::GSEAL(int)' cannot be overloaded
GdkEventMask GSEAL (event_mask);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:317:16: error: 'update_and_descendants_freeze_count' has not been declared
guint GSEAL (update_and_descendants_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:317:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (update_and_descendants_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:319:22: error: expected ';' at end of member declaration
GdkWindowRedirect *GSEAL (redirect);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:319:37: error: redeclaration of 'GdkWindowRedirect* _GdkWindowObject::GSEAL'
GdkWindowRedirect *GSEAL (redirect);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:319:37: error: ISO C++ forbids declaration of 'redirect' with no type [-fpermissive]
GdkWindowRedirect *GSEAL (redirect);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:34: error: only constructors take member initializers
guint GSEAL (guffaw_gravity) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:30: error: only constructors take member initializers
guint GSEAL (input_only) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:30: error: only constructors take member initializers
guint GSEAL (modal_hint) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:30: error: only constructors take member initializers
guint GSEAL (composited) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:29: error: only constructors take member initializers
guint GSEAL (destroyed) : 2;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:32: error: only constructors take member initializers
guint GSEAL (accept_focus) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:32: error: only constructors take member initializers
guint GSEAL (focus_on_map) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:26: error: only constructors take member initializers
guint GSEAL (shaped) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:26: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gdk/gdk.h:58:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gdk/gdkvisual.h: At global scope:
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:24: error: 'type' has not been declared
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:82:15: error: 'depth' has not been declared
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:82:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:83:23: error: 'byte_order' has not been declared
GdkByteOrder GSEAL (byte_order);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:83:16: error: 'GdkByteOrder _GdkVisual::GSEAL(int)' cannot be overloaded
GdkByteOrder GSEAL (byte_order);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:84:15: error: 'colormap_size' has not been declared
gint GSEAL (colormap_size);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:84:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (colormap_size);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:85:15: error: 'bits_per_rgb' has not been declared
gint GSEAL (bits_per_rgb);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:85:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (bits_per_rgb);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:87:18: error: 'red_mask' has not been declared
guint32 GSEAL (red_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:87:11: error: 'guint32 _GdkVisual::GSEAL(int)' cannot be overloaded
guint32 GSEAL (red_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:88:15: error: 'red_shift' has not been declared
gint GSEAL (red_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:88:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (red_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:89:15: error: 'red_prec' has not been declared
gint GSEAL (red_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:89:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (red_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:91:18: error: 'green_mask' has not been declared
guint32 GSEAL (green_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:91:11: error: 'guint32 _GdkVisual::GSEAL(int)' cannot be overloaded
guint32 GSEAL (green_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:92:15: error: 'green_shift' has not been declared
gint GSEAL (green_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:92:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (green_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:93:15: error: 'green_prec' has not been declared
gint GSEAL (green_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:93:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (green_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:95:18: error: 'blue_mask' has not been declared
guint32 GSEAL (blue_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:95:11: error: 'guint32 _GdkVisual::GSEAL(int)' cannot be overloaded
guint32 GSEAL (blue_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:96:15: error: 'blue_shift' has not been declared
gint GSEAL (blue_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:96:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (blue_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:97:15: error: 'blue_prec' has not been declared
gint GSEAL (blue_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:97:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (blue_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:30: error: 'lock_count' has not been declared
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:91:30: error: 'modifier_mask' has not been declared
GdkModifierType GSEAL (modifier_mask);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:91:23: error: 'GdkModifierType _GtkAccelGroup::GSEAL(int)' cannot be overloaded
GdkModifierType GSEAL (modifier_mask);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:23: error: with 'guint _GtkAccelGroup::GSEAL(int)'
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:92:23: error: expected ';' at end of member declaration
GSList *GSEAL (acceleratables);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:92:44: error: 'GSList* _GtkAccelGroup::GSEAL' conflicts with a previous declaration
GSList *GSEAL (acceleratables);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:23: note: previous declaration 'guint _GtkAccelGroup::GSEAL(int)'
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:92:44: error: ISO C++ forbids declaration of 'acceleratables' with no type [-fpermissive]
GSList *GSEAL (acceleratables);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:93:30: error: 'n_accels' has not been declared
guint GSEAL (n_accels);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:93:23: error: 'guint _GtkAccelGroup::GSEAL(int)' cannot be overloaded
guint GSEAL (n_accels);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:23: error: with 'guint _GtkAccelGroup::GSEAL(int)'
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:94:23: error: expected ';' at end of member declaration
GtkAccelGroupEntry *GSEAL (priv_accels);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:94:41: error: 'GtkAccelGroupEntry* _GtkAccelGroup::GSEAL' conflicts with a previous declaration
GtkAccelGroupEntry *GSEAL (priv_accels);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:23: note: previous declaration 'guint _GtkAccelGroup::GSEAL(int)'
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:94:41: error: ISO C++ forbids declaration of 'priv_accels' with no type [-fpermissive]
GtkAccelGroupEntry *GSEAL (priv_accels);
^
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkobject.h:116:18: error: 'flags' has not been declared
guint32 GSEAL (flags);
^
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:37:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:18: error: 'lower' has not been declared
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:56:18: error: 'upper' has not been declared
gdouble GSEAL (upper);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:56:11: error: 'gdouble _GtkAdjustment::GSEAL(int)' cannot be overloaded
gdouble GSEAL (upper);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: with 'gdouble _GtkAdjustment::GSEAL(int)'
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:57:18: error: 'value' has not been declared
gdouble GSEAL (value);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:57:11: error: 'gdouble _GtkAdjustment::GSEAL(int)' cannot be overloaded
gdouble GSEAL (value);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: with 'gdouble _GtkAdjustment::GSEAL(int)'
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:58:18: error: 'step_increment' has not been declared
gdouble GSEAL (step_increment);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:58:11: error: 'gdouble _GtkAdjustment::GSEAL(int)' cannot be overloaded
gdouble GSEAL (step_increment);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: with 'gdouble _GtkAdjustment::GSEAL(int)'
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:59:18: error: 'page_increment' has not been declared
gdouble GSEAL (page_increment);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:59:11: error: 'gdouble _GtkAdjustment::GSEAL(int)' cannot be overloaded
gdouble GSEAL (page_increment);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: with 'gdouble _GtkAdjustment::GSEAL(int)'
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:60:18: error: 'page_size' has not been declared
gdouble GSEAL (page_size);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:60:11: error: 'gdouble _GtkAdjustment::GSEAL(int)' cannot be overloaded
gdouble GSEAL (page_size);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: with 'gdouble _GtkAdjustment::GSEAL(int)'
gdouble GSEAL (lower);
^
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:39:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtksettings.h:51:11: error: expected ';' at end of member declaration
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:51:33: error: ISO C++ forbids declaration of 'queued_settings' with no type [-fpermissive]
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:52:29: error: expected ';' at end of member declaration
GtkSettingsPropertyValue *GSEAL (property_values);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:52:51: error: redeclaration of 'GtkSettingsPropertyValue* _GtkSettings::GSEAL'
GtkSettingsPropertyValue *GSEAL (property_values);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:51:33: note: previous declaration 'GData* _GtkSettings::GSEAL'
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:52:51: error: ISO C++ forbids declaration of 'property_values' with no type [-fpermissive]
GtkSettingsPropertyValue *GSEAL (property_values);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:54:17: error: expected ';' at end of member declaration
GtkRcContext *GSEAL (rc_context);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:54:34: error: redeclaration of 'GtkRcContext* _GtkSettings::GSEAL'
GtkRcContext *GSEAL (rc_context);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:51:33: note: previous declaration 'GData* _GtkSettings::GSEAL'
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:54:34: error: ISO C++ forbids declaration of 'rc_context' with no type [-fpermissive]
GtkRcContext *GSEAL (rc_context);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:55:17: error: expected ';' at end of member declaration
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:55:30: error: redeclaration of 'GdkScreen* _GtkSettings::GSEAL'
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:51:33: note: previous declaration 'GData* _GtkSettings::GSEAL'
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:55:30: error: ISO C++ forbids declaration of 'screen' with no type [-fpermissive]
GdkScreen *GSEAL (screen);
^
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:18: error: 'private_flags' has not been declared
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:550:17: error: 'state' has not been declared
guint8 GSEAL (state);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:550:10: error: 'guint8 _GtkWidget::GSEAL(int)' cannot be overloaded
guint8 GSEAL (state);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: error: with 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:558:17: error: 'saved_state' has not been declared
guint8 GSEAL (saved_state);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:558:10: error: 'guint8 _GtkWidget::GSEAL(int)' cannot be overloaded
guint8 GSEAL (saved_state);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: error: with 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:566:10: error: expected ';' at end of member declaration
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:566:21: error: 'gchar* _GtkWidget::GSEAL' conflicts with a previous declaration
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: note: previous declaration 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:566:21: error: ISO C++ forbids declaration of 'name' with no type [-fpermissive]
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:575:13: error: expected ';' at end of member declaration
GtkStyle *GSEAL (style);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:575:25: error: 'GtkStyle* _GtkWidget::GSEAL' conflicts with a previous declaration
GtkStyle *GSEAL (style);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: note: previous declaration 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:575:25: error: ISO C++ forbids declaration of 'style' with no type [-fpermissive]
GtkStyle *GSEAL (style);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:579:25: error: 'requisition' has not been declared
GtkRequisition GSEAL (requisition);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:579:18: error: 'GtkRequisition _GtkWidget::GSEAL(int)' cannot be overloaded
GtkRequisition GSEAL (requisition);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: error: with 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:583:24: error: 'allocation' has not been declared
GtkAllocation GSEAL (allocation);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:583:17: error: 'GtkAllocation _GtkWidget::GSEAL(int)' cannot be overloaded
GtkAllocation GSEAL (allocation);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: error: with 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:589:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:589:27: error: 'GdkWindow* _GtkWidget::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: note: previous declaration 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:589:27: error: ISO C++ forbids declaration of 'window' with no type [-fpermissive]
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:593:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (parent);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:593:27: error: 'GtkWidget* _GtkWidget::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (parent);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: note: previous declaration 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:593:27: error: ISO C++ forbids declaration of 'parent' with no type [-fpermissive]
GtkWidget *GSEAL (parent);
^
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcontainer.h:58:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (focus_child);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:58:32: error: ISO C++ forbids declaration of 'focus_child' with no type [-fpermissive]
GtkWidget *GSEAL (focus_child);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:16: error: 'border_width' has not been declared
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:32: error: 'guint _GtkContainer::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:58:32: note: previous declaration 'GtkWidget* _GtkContainer::GSEAL'
GtkWidget *GSEAL (focus_child);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:16: error: 'need_resize' has not been declared
guint GSEAL (need_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:9: error: 'guint _GtkContainer::GSEAL(int)' cannot be overloaded
guint GSEAL (need_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:9: error: with 'guint _GtkContainer::GSEAL(int)'
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:16: error: 'resize_mode' has not been declared
guint GSEAL (resize_mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:9: error: 'guint _GtkContainer::GSEAL(int)' cannot be overloaded
guint GSEAL (resize_mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:9: error: with 'guint _GtkContainer::GSEAL(int)'
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:16: error: 'reallocate_redraws' has not been declared
guint GSEAL (reallocate_redraws) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:9: error: 'guint _GtkContainer::GSEAL(int)' cannot be overloaded
guint GSEAL (reallocate_redraws) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:9: error: with 'guint _GtkContainer::GSEAL(int)'
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:16: error: 'has_focus_chain' has not been declared
guint GSEAL (has_focus_chain) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:9: error: 'guint _GtkContainer::GSEAL(int)' cannot be overloaded
guint GSEAL (has_focus_chain) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:9: error: with 'guint _GtkContainer::GSEAL(int)'
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h: In member function 'guint _GtkContainer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:32: error: only constructors take member initializers
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcontainer.h: In member function 'guint _GtkContainer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:31: error: only constructors take member initializers
guint GSEAL (need_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcontainer.h: In member function 'guint _GtkContainer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:31: error: only constructors take member initializers
guint GSEAL (resize_mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcontainer.h: In member function 'guint _GtkContainer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:38: error: only constructors take member initializers
guint GSEAL (reallocate_redraws) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcontainer.h: In member function 'guint _GtkContainer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:35: error: only constructors take member initializers
guint GSEAL (has_focus_chain) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:35: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:35: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:35: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:0,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkbin.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkbin.h:55:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (child);
^
/usr/include/gtk-2.0/gtk/gtkbin.h:55:26: error: ISO C++ forbids declaration of 'child' with no type [-fpermissive]
GtkWidget *GSEAL (child);
^
In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:10: error: expected ';' at end of member declaration
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: error: ISO C++ forbids declaration of 'title' with no type [-fpermissive]
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:59:10: error: expected ';' at end of member declaration
gchar *GSEAL (wmclass_name);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:59:29: error: redeclaration of 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (wmclass_name);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:59:29: error: ISO C++ forbids declaration of 'wmclass_name' with no type [-fpermissive]
gchar *GSEAL (wmclass_name);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:60:10: error: expected ';' at end of member declaration
gchar *GSEAL (wmclass_class);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:60:30: error: redeclaration of 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (wmclass_class);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:60:30: error: ISO C++ forbids declaration of 'wmclass_class' with no type [-fpermissive]
gchar *GSEAL (wmclass_class);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:61:10: error: expected ';' at end of member declaration
gchar *GSEAL (wm_role);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:61:24: error: redeclaration of 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (wm_role);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:61:24: error: ISO C++ forbids declaration of 'wm_role' with no type [-fpermissive]
gchar *GSEAL (wm_role);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:63:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (focus_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:63:33: error: redeclaration of 'GtkWidget* _GtkWindow::GSEAL'
GtkWidget *GSEAL (focus_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:63:33: error: ISO C++ forbids declaration of 'focus_widget' with no type [-fpermissive]
GtkWidget *GSEAL (focus_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:64:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (default_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:64:35: error: redeclaration of 'GtkWidget* _GtkWindow::GSEAL'
GtkWidget *GSEAL (default_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:64:35: error: ISO C++ forbids declaration of 'default_widget' with no type [-fpermissive]
GtkWidget *GSEAL (default_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:65:14: error: expected ';' at end of member declaration
GtkWindow *GSEAL (transient_parent);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:65:37: error: redeclaration of 'GtkWindow* _GtkWindow::GSEAL'
GtkWindow *GSEAL (transient_parent);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:65:37: error: ISO C++ forbids declaration of 'transient_parent' with no type [-fpermissive]
GtkWindow *GSEAL (transient_parent);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:66:26: error: expected ';' at end of member declaration
GtkWindowGeometryInfo *GSEAL (geometry_info);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:66:46: error: redeclaration of 'GtkWindowGeometryInfo* _GtkWindow::GSEAL'
GtkWindowGeometryInfo *GSEAL (geometry_info);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:66:46: error: ISO C++ forbids declaration of 'geometry_info' with no type [-fpermissive]
GtkWindowGeometryInfo *GSEAL (geometry_info);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:67:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (frame);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:67:26: error: redeclaration of 'GdkWindow* _GtkWindow::GSEAL'
GdkWindow *GSEAL (frame);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:67:26: error: ISO C++ forbids declaration of 'frame' with no type [-fpermissive]
GdkWindow *GSEAL (frame);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:68:19: error: expected ';' at end of member declaration
GtkWindowGroup *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:68:31: error: redeclaration of 'GtkWindowGroup* _GtkWindow::GSEAL'
GtkWindowGroup *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:68:31: error: ISO C++ forbids declaration of 'group' with no type [-fpermissive]
GtkWindowGroup *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:18: error: 'configure_request_count' has not been declared
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:41: error: 'guint16 _GtkWindow::GSEAL(int)' conflicts with a previous declaration
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:16: error: 'allow_shrink' has not been declared
guint GSEAL (allow_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (allow_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:16: error: 'allow_grow' has not been declared
guint GSEAL (allow_grow) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (allow_grow) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:16: error: 'configure_notify_received' has not been declared
guint GSEAL (configure_notify_received) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (configure_notify_received) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:16: error: 'need_default_position' has not been declared
guint GSEAL (need_default_position) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (need_default_position) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:16: error: 'need_default_size' has not been declared
guint GSEAL (need_default_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (need_default_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:16: error: 'position' has not been declared
guint GSEAL (position) : 3;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (position) : 3;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:16: error: 'type' has not been declared
guint GSEAL (type) : 4; /* GtkWindowType */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (type) : 4; /* GtkWindowType */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:16: error: 'has_user_ref_count' has not been declared
guint GSEAL (has_user_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (has_user_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:16: error: 'has_focus' has not been declared
guint GSEAL (has_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (has_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:16: error: 'modal' has not been declared
guint GSEAL (modal) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (modal) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:16: error: 'destroy_with_parent' has not been declared
guint GSEAL (destroy_with_parent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (destroy_with_parent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:16: error: 'has_frame' has not been declared
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:16: error: 'iconify_initially' has not been declared
guint GSEAL (iconify_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (iconify_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:16: error: 'stick_initially' has not been declared
guint GSEAL (stick_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (stick_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:16: error: 'maximize_initially' has not been declared
guint GSEAL (maximize_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (maximize_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:16: error: 'decorated' has not been declared
guint GSEAL (decorated) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (decorated) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:16: error: 'type_hint' has not been declared
guint GSEAL (type_hint) : 3; /* GdkWindowTypeHint if the hint is one of the original eight. If not, then
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (type_hint) : 3; /* GdkWindowTypeHint if the hint is one of the original eight. If not, then
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:16: error: 'gravity' has not been declared
guint GSEAL (gravity) : 5; /* GdkGravity */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (gravity) : 5; /* GdkGravity */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:16: error: 'is_active' has not been declared
guint GSEAL (is_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (is_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:16: error: 'has_toplevel_focus' has not been declared
guint GSEAL (has_toplevel_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (has_toplevel_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:106:16: error: 'frame_left' has not been declared
guint GSEAL (frame_left);
^
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:34:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:20: error: 'size' has not been declared
gint GSEAL (size);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:106:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (frame_left);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:107:16: error: 'frame_top' has not been declared
guint GSEAL (frame_top);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:13: error: expected ';' at end of member declaration
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:107:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (frame_top);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:26: error: 'GdkColor* _GdkColormap::GSEAL' conflicts with a previous declaration
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:108:16: error: 'frame_right' has not been declared
guint GSEAL (frame_right);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:13: note: previous declaration 'gint _GdkColormap::GSEAL(int)'
gint GSEAL (size);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:108:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (frame_right);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:26: error: ISO C++ forbids declaration of 'colors' with no type [-fpermissive]
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:14: error: expected ';' at end of member declaration
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:109:16: error: 'frame_bottom' has not been declared
guint GSEAL (frame_bottom);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:27: error: 'GdkVisual* _GdkColormap::GSEAL' conflicts with a previous declaration
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:109:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (frame_bottom);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:13: note: previous declaration 'gint _GdkColormap::GSEAL(int)'
gint GSEAL (size);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:27: error: ISO C++ forbids declaration of 'visual' with no type [-fpermissive]
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:111:16: error: 'keys_changed_handler' has not been declared
guint GSEAL (keys_changed_handler);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:111:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (keys_changed_handler);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:80:19: error: 'windowing_data' has not been declared
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:80:12: error: 'void* _GdkColormap::GSEAL(int)' cannot be overloaded
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:13: error: with 'gint _GdkColormap::GSEAL(int)'
gint GSEAL (size);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:113:26: error: 'mnemonic_modifier' has not been declared
GdkModifierType GSEAL (mnemonic_modifier);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:113:19: error: 'GdkModifierType _GtkWindow::GSEAL(int)' cannot be overloaded
GdkModifierType GSEAL (mnemonic_modifier);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:114:19: error: expected ';' at end of member declaration
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:114:32: error: redeclaration of 'GdkScreen* _GtkWindow::GSEAL'
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:114:32: error: ISO C++ forbids declaration of 'screen' with no type [-fpermissive]
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:32: error: only constructors take member initializers
guint GSEAL (allow_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:32: error: expected '{' before numeric constant
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:36:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:26: error: 'protocol' has not been declared
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:30: error: only constructors take member initializers
guint GSEAL (allow_grow) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdnd.h:82:19: error: 'is_source' has not been declared
gboolean GSEAL (is_source);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:45: error: only constructors take member initializers
guint GSEAL (configure_notify_received) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:45: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:45: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:45: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:41: error: only constructors take member initializers
guint GSEAL (need_default_position) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:41: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:41: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:41: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:37: error: only constructors take member initializers
guint GSEAL (need_default_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:28: error: only constructors take member initializers
guint GSEAL (position) : 3;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:24: error: only constructors take member initializers
guint GSEAL (type) : 4; /* GtkWindowType */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:24: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:24: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:24: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:38: error: only constructors take member initializers
guint GSEAL (has_user_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:29: error: only constructors take member initializers
guint GSEAL (has_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:25: error: only constructors take member initializers
guint GSEAL (modal) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:25: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:25: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:25: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:39: error: only constructors take member initializers
guint GSEAL (destroy_with_parent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:29: error: only constructors take member initializers
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:37: error: only constructors take member initializers
guint GSEAL (iconify_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:35: error: only constructors take member initializers
guint GSEAL (stick_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:35: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:35: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:35: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:38: error: only constructors take member initializers
guint GSEAL (maximize_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:29: error: only constructors take member initializers
guint GSEAL (decorated) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:29: error: only constructors take member initializers
guint GSEAL (type_hint) : 3; /* GdkWindowTypeHint if the hint is one of the original eight. If not, then
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:27: error: only constructors take member initializers
guint GSEAL (gravity) : 5; /* GdkGravity */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:27: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:27: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:27: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:29: error: only constructors take member initializers
guint GSEAL (is_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:38: error: only constructors take member initializers
guint GSEAL (has_toplevel_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkwindow.h:158:11: error: expected ';' at end of member declaration
GSList *GSEAL (grabs);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:158:23: error: ISO C++ forbids declaration of 'grabs' with no type [-fpermissive]
GSList *GSEAL (grabs);
^
In file included from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32:0,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkdialog.h:102:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (vbox);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:102:25: error: ISO C++ forbids declaration of 'vbox' with no type [-fpermissive]
GtkWidget *GSEAL (vbox);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:103:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (action_area);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:103:32: error: redeclaration of 'GtkWidget* _GtkDialog::GSEAL'
GtkWidget *GSEAL (action_area);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:102:25: note: previous declaration 'GtkWidget* _GtkDialog::GSEAL'
GtkWidget *GSEAL (vbox);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:103:32: error: ISO C++ forbids declaration of 'action_area' with no type [-fpermissive]
GtkWidget *GSEAL (action_area);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:106:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (separator);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:106:30: error: redeclaration of 'GtkWidget* _GtkDialog::GSEAL'
GtkWidget *GSEAL (separator);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:102:25: note: previous declaration 'GtkWidget* _GtkDialog::GSEAL'
GtkWidget *GSEAL (vbox);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:106:30: error: ISO C++ forbids declaration of 'separator' with no type [-fpermissive]
GtkWidget *GSEAL (separator);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:33:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkaboutdialog.h:57:19: error: 'private_data' has not been declared
gpointer GSEAL (private_data);
^
In file included from /usr/include/gtk-2.0/gtk/gtklabel.h:34:0,
from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38,
from /usr/include/gtk-2.0/gtk/gtk.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkmisc.h:55:17: error: 'xalign' has not been declared
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:56:17: error: 'yalign' has not been declared
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:56:10: error: 'gfloat _GtkMisc::GSEAL(int)' cannot be overloaded
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:55:10: error: with 'gfloat _GtkMisc::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:58:18: error: 'xpad' has not been declared
guint16 GSEAL (xpad);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:58:11: error: 'guint16 _GtkMisc::GSEAL(int)' cannot be overloaded
guint16 GSEAL (xpad);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:55:10: error: with 'gfloat _GtkMisc::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:59:18: error: 'ypad' has not been declared
guint16 GSEAL (ypad);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:59:11: error: 'guint16 _GtkMisc::GSEAL(int)' cannot be overloaded
guint16 GSEAL (ypad);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:55:10: error: with 'gfloat _GtkMisc::GSEAL(int)'
gfloat GSEAL (xalign);
^
In file included from /usr/include/gtk-2.0/gtk/gtkmenu.h:36:0,
from /usr/include/gtk-2.0/gtk/gtklabel.h:36,
from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38,
from /usr/include/gtk-2.0/gtk/gtk.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:10: error: expected ';' at end of member declaration
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:25: error: ISO C++ forbids declaration of 'children' with no type [-fpermissive]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:56:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:56:37: error: redeclaration of 'GtkWidget* _GtkMenuShell::GSEAL'
GtkWidget *GSEAL (active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:25: note: previous declaration 'GList* _GtkMenuShell::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:56:37: error: ISO C++ forbids declaration of 'active_menu_item' with no type [-fpermissive]
GtkWidget *GSEAL (active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:57:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (parent_menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:57:38: error: redeclaration of 'GtkWidget* _GtkMenuShell::GSEAL'
GtkWidget *GSEAL (parent_menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:25: note: previous declaration 'GList* _GtkMenuShell::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:57:38: error: ISO C++ forbids declaration of 'parent_menu_shell' with no type [-fpermissive]
GtkWidget *GSEAL (parent_menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:16: error: 'button' has not been declared
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:22: error: 'guint _GtkMenuShell::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:25: note: previous declaration 'GList* _GtkMenuShell::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:60:18: error: 'activate_time' has not been declared
guint32 GSEAL (activate_time);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:60:11: error: 'guint32 _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint32 GSEAL (activate_time);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:16: error: 'active' has not been declared
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:16: error: 'have_grab' has not been declared
guint GSEAL (have_grab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (have_grab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:16: error: 'have_xgrab' has not been declared
guint GSEAL (have_xgrab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (have_xgrab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:16: error: 'ignore_leave' has not been declared
guint GSEAL (ignore_leave) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (ignore_leave) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:16: error: 'menu_flag' has not been declared
guint GSEAL (menu_flag) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (menu_flag) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:16: error: 'ignore_enter' has not been declared
guint GSEAL (ignore_enter) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (ignore_enter) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:82:12: error: 'gboolean _GdkDragContext::GSEAL(int)' cannot be overloaded
gboolean GSEAL (is_source);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:16: error: 'keyboard_mode' has not been declared
guint GSEAL (keyboard_mode) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:34: error: 'GdkWindow* _GdkDragContext::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: note: previous declaration 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:34: error: ISO C++ forbids declaration of 'source_window' with no type [-fpermissive]
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (keyboard_mode) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:32: error: 'GdkWindow* _GdkDragContext::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: note: previous declaration 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:32: error: ISO C++ forbids declaration of 'dest_window' with no type [-fpermissive]
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:10: error: expected ';' at end of member declaration
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:24: error: 'GList* _GdkDragContext::GSEAL' conflicts with a previous declaration
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: note: previous declaration 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:24: error: ISO C++ forbids declaration of 'targets' with no type [-fpermissive]
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:88:24: error: 'actions' has not been declared
GdkDragAction GSEAL (actions);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:26: error: only constructors take member initializers
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdnd.h:88:17: error: 'GdkDragAction _GdkDragContext::GSEAL(int)' cannot be overloaded
GdkDragAction GSEAL (actions);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdnd.h:89:24: error: 'suggested_action' has not been declared
GdkDragAction GSEAL (suggested_action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:89:17: error: 'GdkDragAction _GdkDragContext::GSEAL(int)' cannot be overloaded
GdkDragAction GSEAL (suggested_action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:29: error: only constructors take member initializers
guint GSEAL (have_grab) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:90:24: error: 'action' has not been declared
GdkDragAction GSEAL (action);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdnd.h:90:17: error: 'GdkDragAction _GdkDragContext::GSEAL(int)' cannot be overloaded
GdkDragAction GSEAL (action);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:92:18: error: 'start_time' has not been declared
guint32 GSEAL (start_time);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:30: error: only constructors take member initializers
guint GSEAL (have_xgrab) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:92:11: error: 'guint32 _GdkDragContext::GSEAL(int)' cannot be overloaded
guint32 GSEAL (start_time);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdnd.h:96:19: error: 'windowing_data' has not been declared
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdnd.h:96:12: error: 'void* _GdkDragContext::GSEAL(int)' cannot be overloaded
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:32: error: only constructors take member initializers
guint GSEAL (ignore_leave) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:29: error: only constructors take member initializers
guint GSEAL (menu_flag) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:32: error: only constructors take member initializers
guint GSEAL (ignore_enter) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:33: error: only constructors take member initializers
guint GSEAL (keyboard_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:33: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:37:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkinput.h:103:10: error: expected ';' at end of member declaration
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: error: ISO C++ forbids declaration of 'name' with no type [-fpermissive]
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:25: error: 'source' has not been declared
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:31: error: 'GdkInputSource _GdkDevice::GSEAL(int)' conflicts with a previous declaration
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: note: previous declaration 'gchar* _GdkDevice::GSEAL'
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:105:23: error: 'mode' has not been declared
GdkInputMode GSEAL (mode);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:105:16: error: 'GdkInputMode _GdkDevice::GSEAL(int)' cannot be overloaded
GdkInputMode GSEAL (mode);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:106:19: error: 'has_cursor' has not been declared
gboolean GSEAL (has_cursor); /* TRUE if the X pointer follows device motion */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:106:12: error: 'gboolean _GdkDevice::GSEAL(int)' cannot be overloaded
gboolean GSEAL (has_cursor); /* TRUE if the X pointer follows device motion */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:108:15: error: 'num_axes' has not been declared
gint GSEAL (num_axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:108:8: error: 'gint _GdkDevice::GSEAL(int)' cannot be overloaded
gint GSEAL (num_axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:18: error: expected ';' at end of member declaration
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:29: error: redeclaration of 'GdkDeviceAxis* _GdkDevice::GSEAL'
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: note: previous declaration 'gchar* _GdkDevice::GSEAL'
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:29: error: ISO C++ forbids declaration of 'axes' with no type [-fpermissive]
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:111:15: error: 'num_keys' has not been declared
gint GSEAL (num_keys);
^
In file included from /usr/include/gtk-2.0/gtk/gtklabel.h:36:0,
from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38,
from /usr/include/gtk-2.0/gtk/gtk.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkmenu.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:23: error: 'menu_shell' has not been declared
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:111:8: error: 'gint _GdkDevice::GSEAL(int)' cannot be overloaded
gint GSEAL (num_keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:17: error: expected ';' at end of member declaration
GdkDeviceKey *GSEAL (keys);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:64:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (parent_menu_item);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:28: error: redeclaration of 'GdkDeviceKey* _GdkDevice::GSEAL'
GdkDeviceKey *GSEAL (keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: note: previous declaration 'gchar* _GdkDevice::GSEAL'
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:64:37: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (parent_menu_item);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:28: error: ISO C++ forbids declaration of 'keys' with no type [-fpermissive]
GdkDeviceKey *GSEAL (keys);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:64:37: error: ISO C++ forbids declaration of 'parent_menu_item' with no type [-fpermissive]
GtkWidget *GSEAL (parent_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:65:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (old_active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:65:41: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (old_active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:65:41: error: ISO C++ forbids declaration of 'old_active_menu_item' with no type [-fpermissive]
GtkWidget *GSEAL (old_active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:67:18: error: expected ';' at end of member declaration
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:67:36: error: 'GtkAccelGroup* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:67:36: error: ISO C++ forbids declaration of 'accel_group' with no type [-fpermissive]
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:68:18: error: expected ';' at end of member declaration
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:68:35: error: 'gchar* _GtkMenu::GSEAL' conflicts with a previous declaration
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:68:35: error: ISO C++ forbids declaration of 'accel_path' with no type [-fpermissive]
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:69:30: error: 'position_func' has not been declared
GtkMenuPositionFunc GSEAL (position_func);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:69:23: error: 'void (* _GtkMenu::GSEAL(int))(GtkMenu*, gint*, gint*, gboolean*, gpointer)' cannot be overloaded
GtkMenuPositionFunc GSEAL (position_func);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:70:19: error: 'position_func_data' has not been declared
gpointer GSEAL (position_func_data);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:70:12: error: 'void* _GtkMenu::GSEAL(int)' cannot be overloaded
gpointer GSEAL (position_func_data);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:72:16: error: 'toggle_size' has not been declared
guint GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:72:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:77:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:77:29: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:77:29: error: ISO C++ forbids declaration of 'toplevel' with no type [-fpermissive]
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:79:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (tearoff_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:79:35: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (tearoff_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:79:35: error: ISO C++ forbids declaration of 'tearoff_window' with no type [-fpermissive]
GtkWidget *GSEAL (tearoff_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:80:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (tearoff_hbox);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:80:33: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (tearoff_hbox);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:80:33: error: ISO C++ forbids declaration of 'tearoff_hbox' with no type [-fpermissive]
GtkWidget *GSEAL (tearoff_hbox);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:81:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (tearoff_scrollbar);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:81:38: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (tearoff_scrollbar);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:81:38: error: ISO C++ forbids declaration of 'tearoff_scrollbar' with no type [-fpermissive]
GtkWidget *GSEAL (tearoff_scrollbar);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:82:18: error: expected ';' at end of member declaration
GtkAdjustment *GSEAL (tearoff_adjustment);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:82:43: error: 'GtkAdjustment* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkAdjustment *GSEAL (tearoff_adjustment);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:82:43: error: ISO C++ forbids declaration of 'tearoff_adjustment' with no type [-fpermissive]
GtkAdjustment *GSEAL (tearoff_adjustment);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:84:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:84:32: error: 'GdkWindow* _GtkMenu::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:84:32: error: ISO C++ forbids declaration of 'view_window' with no type [-fpermissive]
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:85:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:85:31: error: 'GdkWindow* _GtkMenu::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:85:31: error: ISO C++ forbids declaration of 'bin_window' with no type [-fpermissive]
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:87:15: error: 'scroll_offset' has not been declared
gint GSEAL (scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:87:8: error: 'gint _GtkMenu::GSEAL(int)' cannot be overloaded
gint GSEAL (scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:88:15: error: 'saved_scroll_offset' has not been declared
gint GSEAL (saved_scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:88:8: error: 'gint _GtkMenu::GSEAL(int)' cannot be overloaded
gint GSEAL (saved_scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:89:15: error: 'scroll_step' has not been declared
gint GSEAL (scroll_step);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:89:8: error: 'gint _GtkMenu::GSEAL(int)' cannot be overloaded
gint GSEAL (scroll_step);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:90:16: error: 'timeout_id' has not been declared
guint GSEAL (timeout_id);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:90:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (timeout_id);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:95:14: error: expected ';' at end of member declaration
GdkRegion *GSEAL (navigation_region); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:95:38: error: 'GdkRegion* _GtkMenu::GSEAL' conflicts with a previous declaration
GdkRegion *GSEAL (navigation_region); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:95:38: error: ISO C++ forbids declaration of 'navigation_region' with no type [-fpermissive]
GdkRegion *GSEAL (navigation_region); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:96:16: error: 'navigation_timeout' has not been declared
guint GSEAL (navigation_timeout);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:96:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (navigation_timeout);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:16: error: 'needs_destruction_ref_count' has not been declared
guint GSEAL (needs_destruction_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (needs_destruction_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:16: error: 'torn_off' has not been declared
guint GSEAL (torn_off) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (torn_off) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:16: error: 'tearoff_active' has not been declared
guint GSEAL (tearoff_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (tearoff_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:16: error: 'scroll_fast' has not been declared
guint GSEAL (scroll_fast) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (scroll_fast) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:16: error: 'upper_arrow_visible' has not been declared
guint GSEAL (upper_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (upper_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:16: error: 'lower_arrow_visible' has not been declared
guint GSEAL (lower_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (lower_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:16: error: 'upper_arrow_prelight' has not been declared
guint GSEAL (upper_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (upper_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:16: error: 'lower_arrow_prelight' has not been declared
guint GSEAL (lower_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (lower_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:33:0,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:10: error: expected ';' at end of member declaration
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:47: error: only constructors take member initializers
guint GSEAL (needs_destruction_ref_count) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: error: ISO C++ forbids declaration of 'queued_events' with no type [-fpermissive]
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:47: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:47: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:10: error: expected ';' at end of member declaration
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:47: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:28: error: redeclaration of 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:28: error: only constructors take member initializers
guint GSEAL (torn_off) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:28: error: ISO C++ forbids declaration of 'queued_tail' with no type [-fpermissive]
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:18: error: 'button_click_time' has not been declared
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:34: error: only constructors take member initializers
guint GSEAL (tearoff_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:38: error: 'guint32 _GdkDisplay::GSEAL(int*)' conflicts with a previous declaration
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdisplay.h:85:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (button_window[2]); /* The last 2 windows to receive button presses. */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:31: error: only constructors take member initializers
guint GSEAL (scroll_fast) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:85:21: error: redeclaration of 'GdkWindow* _GdkDisplay::GSEAL'
GdkWindow *GSEAL (button_window[2]); /* The last 2 windows to receive button presses. */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:85:37: error: ISO C++ forbids declaration of 'button_window' with no type [-fpermissive]
GdkWindow *GSEAL (button_window[2]); /* The last 2 windows to receive button presses. */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:39: error: only constructors take member initializers
guint GSEAL (upper_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:86:15: error: 'button_number' has not been declared
gint GSEAL (button_number[2]); /* The last 2 buttons to be pressed. */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:39: error: only constructors take member initializers
guint GSEAL (lower_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:86:8: error: 'gint _GdkDisplay::GSEAL(int*)' cannot be overloaded
gint GSEAL (button_number[2]); /* The last 2 buttons to be pressed. */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:11: error: with 'guint32 _GdkDisplay::GSEAL(int*)'
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:40: error: only constructors take member initializers
guint GSEAL (upper_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:16: error: 'double_click_time' has not been declared
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:40: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:40: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:33: error: '_GdkDisplay::GSEAL' conflicts with a previous declaration
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:40: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:14: error: expected ';' at end of member declaration
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:40: error: only constructors take member initializers
guint GSEAL (lower_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:40: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:33: error: redeclaration of 'GdkDevice* _GdkDisplay::GSEAL'
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:40: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:40: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:33: error: ISO C++ forbids declaration of 'core_pointer' with no type [-fpermissive]
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:33: error: expected ';' at end of member declaration
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:53: error: redeclaration of 'const GdkDisplayPointerHooks* _GdkDisplay::GSEAL'
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:53: error: ISO C++ forbids declaration of 'pointer_hooks' with no type [-fpermissive]
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:16: error: 'closed' has not been declared
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:9: error: 'guint _GdkDisplay::GSEAL(int)' cannot be overloaded
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:16: error: 'ignore_core_events' has not been declared
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:9: error: 'guint _GdkDisplay::GSEAL(int)' cannot be overloaded
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:96:16: error: 'double_click_distance' has not been declared
guint GSEAL (double_click_distance); /* Maximum distance between clicks in pixels */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:96:9: error: 'guint _GdkDisplay::GSEAL(int)' cannot be overloaded
guint GSEAL (double_click_distance); /* Maximum distance between clicks in pixels */
^
In file included from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38:0,
from /usr/include/gtk-2.0/gtk/gtk.h:35,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtklabel.h: At global scope:
/usr/include/gtk-2.0/gtk/gtklabel.h:59:11: error: expected ';' at end of member declaration
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:97:15: error: 'button_x' has not been declared
gint GSEAL (button_x[2]); /* The last 2 button click positions. */
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: error: ISO C++ forbids declaration of 'label' with no type [-fpermissive]
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:18: error: 'jtype' has not been declared
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:97:8: error: 'gint _GdkDisplay::GSEAL(int*)' cannot be overloaded
gint GSEAL (button_x[2]); /* The last 2 button click positions. */
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:38: error: 'guint _GtkLabel::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:11: error: with 'guint32 _GdkDisplay::GSEAL(int*)'
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:98:15: error: 'button_y' has not been declared
gint GSEAL (button_y[2]);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:61:18: error: 'wrap' has not been declared
guint GSEAL (wrap) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:61:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (wrap) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:98:8: error: 'gint _GdkDisplay::GSEAL(int*)' cannot be overloaded
gint GSEAL (button_y[2]);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:62:18: error: 'use_underline' has not been declared
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:11: error: with 'guint32 _GdkDisplay::GSEAL(int*)'
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gtk/gtklabel.h:62:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:10: error: expected ';' at end of member declaration
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:30: error: redeclaration of 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:63:18: error: 'use_markup' has not been declared
guint GSEAL (use_markup) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:63:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (use_markup) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:30: error: ISO C++ forbids declaration of 'pointer_grabs' with no type [-fpermissive]
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:101:30: error: 'keyboard_grab' has not been declared
GdkKeyboardGrabInfo GSEAL (keyboard_grab);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:64:18: error: 'ellipsize' has not been declared
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:101:23: error: 'GdkKeyboardGrabInfo _GdkDisplay::GSEAL(int)' cannot be overloaded
GdkKeyboardGrabInfo GSEAL (keyboard_grab);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gtk/gtklabel.h:64:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:102:31: error: 'pointer_info' has not been declared
GdkPointerWindowInfo GSEAL (pointer_info);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:65:18: error: 'single_line_mode' has not been declared
guint GSEAL (single_line_mode) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:102:24: error: 'GdkPointerWindowInfo _GdkDisplay::GSEAL(int)' cannot be overloaded
GdkPointerWindowInfo GSEAL (pointer_info);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:65:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (single_line_mode) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:105:18: error: 'last_event_time' has not been declared
guint32 GSEAL (last_event_time);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:66:18: error: 'have_transform' has not been declared
guint GSEAL (have_transform) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:105:11: error: 'guint32 _GdkDisplay::GSEAL(int)' cannot be overloaded
guint32 GSEAL (last_event_time);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:66:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (have_transform) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:67:18: error: 'in_click' has not been declared
guint GSEAL (in_click) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h: In member function 'guint _GdkDisplay::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: error: only constructors take member initializers
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gtk/gtklabel.h:67:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (in_click) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h: In member function 'guint _GdkDisplay::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: error: only constructors take member initializers
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:68:18: error: 'wrap_mode' has not been declared
guint GSEAL (wrap_mode) : 3;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:68:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (wrap_mode) : 3;
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:69:18: error: 'pattern_set' has not been declared
guint GSEAL (pattern_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:69:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (pattern_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:70:18: error: 'track_links' has not been declared
guint GSEAL (track_links) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:70:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (track_links) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:72:18: error: 'mnemonic_keyval' has not been declared
guint GSEAL (mnemonic_keyval);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:72:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (mnemonic_keyval);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:74:11: error: expected ';' at end of member declaration
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:74:22: error: redeclaration of 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:74:22: error: ISO C++ forbids declaration of 'text' with no type [-fpermissive]
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:75:18: error: expected ';' at end of member declaration
PangoAttrList *GSEAL (attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:75:30: error: redeclaration of 'PangoAttrList* _GtkLabel::GSEAL'
PangoAttrList *GSEAL (attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
In file included from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31:0,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkscreen.h: At global scope:
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:16: error: 'closed' has not been declared
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:75:30: error: ISO C++ forbids declaration of 'attrs' with no type [-fpermissive]
PangoAttrList *GSEAL (attrs);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:52:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (normal_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:52:17: error: 'GdkGC* _GdkScreen::GSEAL' conflicts with a previous declaration
GdkGC *GSEAL (normal_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:76:18: error: expected ';' at end of member declaration
PangoAttrList *GSEAL (effective_attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:76:40: error: redeclaration of 'PangoAttrList* _GtkLabel::GSEAL'
PangoAttrList *GSEAL (effective_attrs);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:52:31: error: ISO C++ forbids declaration of 'normal_gcs' with no type [-fpermissive]
GdkGC *GSEAL (normal_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:76:40: error: ISO C++ forbids declaration of 'effective_attrs' with no type [-fpermissive]
PangoAttrList *GSEAL (effective_attrs);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:53:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (exposure_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:78:16: error: expected ';' at end of member declaration
PangoLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:53:17: error: 'GdkGC* _GdkScreen::GSEAL' conflicts with a previous declaration
GdkGC *GSEAL (exposure_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:78:29: error: redeclaration of 'PangoLayout* _GtkLabel::GSEAL'
PangoLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:53:33: error: ISO C++ forbids declaration of 'exposure_gcs' with no type [-fpermissive]
GdkGC *GSEAL (exposure_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:78:29: error: ISO C++ forbids declaration of 'layout' with no type [-fpermissive]
PangoLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:54:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (subwindow_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:80:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (mnemonic_widget);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:54:17: error: 'GdkGC* _GdkScreen::GSEAL' conflicts with a previous declaration
GdkGC *GSEAL (subwindow_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:80:36: error: redeclaration of 'GtkWidget* _GtkLabel::GSEAL'
GtkWidget *GSEAL (mnemonic_widget);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:54:34: error: ISO C++ forbids declaration of 'subwindow_gcs' with no type [-fpermissive]
GdkGC *GSEAL (subwindow_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:80:36: error: ISO C++ forbids declaration of 'mnemonic_widget' with no type [-fpermissive]
GtkWidget *GSEAL (mnemonic_widget);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:25: error: expected ';' at end of member declaration
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:44: error: 'cairo_font_options_t* _GdkScreen::GSEAL' conflicts with a previous declaration
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:81:14: error: expected ';' at end of member declaration
GtkWindow *GSEAL (mnemonic_window);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:44: error: ISO C++ forbids declaration of 'font_options' with no type [-fpermissive]
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:81:36: error: redeclaration of 'GtkWindow* _GtkLabel::GSEAL'
GtkWindow *GSEAL (mnemonic_window);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:57:17: error: 'resolution' has not been declared
double GSEAL (resolution); /* pixels/points scale factor for fonts */
^
/usr/include/gtk-2.0/gtk/gtklabel.h:81:36: error: ISO C++ forbids declaration of 'mnemonic_window' with no type [-fpermissive]
GtkWindow *GSEAL (mnemonic_window);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:57:10: error: 'double _GdkScreen::GSEAL(int)' cannot be overloaded
double GSEAL (resolution); /* pixels/points scale factor for fonts */
^
/usr/include/gtk-2.0/gtk/gtklabel.h:83:26: error: expected ';' at end of member declaration
GtkLabelSelectionInfo *GSEAL (select_info);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:83:44: error: redeclaration of 'GtkLabelSelectionInfo* _GtkLabel::GSEAL'
GtkLabelSelectionInfo *GSEAL (select_info);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: error: with 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h: In member function 'guint _GdkScreen::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: error: only constructors take member initializers
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h:83:44: error: ISO C++ forbids declaration of 'select_info' with no type [-fpermissive]
GtkLabelSelectionInfo *GSEAL (select_info);
^
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:60:38: error: only constructors take member initializers
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:60:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:60:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:61:38: error: only constructors take member initializers
guint GSEAL (wrap) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:61:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:61:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:61:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:62:38: error: only constructors take member initializers
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:62:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:62:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:62:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:63:38: error: only constructors take member initializers
guint GSEAL (use_markup) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:63:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:63:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:63:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:64:38: error: only constructors take member initializers
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:64:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:64:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:64:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:65:38: error: only constructors take member initializers
guint GSEAL (single_line_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:65:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:65:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:65:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:66:38: error: only constructors take member initializers
guint GSEAL (have_transform) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:66:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:66:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:66:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:67:38: error: only constructors take member initializers
guint GSEAL (in_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:67:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:67:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:67:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:68:38: error: only constructors take member initializers
guint GSEAL (wrap_mode) : 3;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:68:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:68:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:68:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:69:38: error: only constructors take member initializers
guint GSEAL (pattern_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:69:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:69:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:69:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:70:38: error: only constructors take member initializers
guint GSEAL (track_links) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:70:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:70:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:70:38: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtk.h:35:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkaccellabel.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:25: error: 'gtk_reserved' has not been declared
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:65:25: error: 'accel_padding' has not been declared
guint GSEAL (accel_padding); /* should be style property? */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:65:18: error: 'guint _GtkAccelLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (accel_padding); /* should be style property? */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: error: with 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:66:18: error: expected ';' at end of member declaration
GtkWidget *GSEAL (accel_widget); /* done*/
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:66:37: error: 'GtkWidget* _GtkAccelLabel::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (accel_widget); /* done*/
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: note: previous declaration 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:66:37: error: ISO C++ forbids declaration of 'accel_widget' with no type [-fpermissive]
GtkWidget *GSEAL (accel_widget); /* done*/
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:67:18: error: expected ';' at end of member declaration
GClosure *GSEAL (accel_closure); /* has set function */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:67:38: error: 'GClosure* _GtkAccelLabel::GSEAL' conflicts with a previous declaration
GClosure *GSEAL (accel_closure); /* has set function */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: note: previous declaration 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:67:38: error: ISO C++ forbids declaration of 'accel_closure' with no type [-fpermissive]
GClosure *GSEAL (accel_closure); /* has set function */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:68:18: error: expected ';' at end of member declaration
GtkAccelGroup *GSEAL (accel_group); /* set by set_accel_closure() */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:68:36: error: 'GtkAccelGroup* _GtkAccelLabel::GSEAL' conflicts with a previous declaration
GtkAccelGroup *GSEAL (accel_group); /* set by set_accel_closure() */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: note: previous declaration 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:68:36: error: ISO C++ forbids declaration of 'accel_group' with no type [-fpermissive]
GtkAccelGroup *GSEAL (accel_group); /* set by set_accel_closure() */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:69:18: error: expected ';' at end of member declaration
gchar *GSEAL (accel_string); /* has set function */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:69:37: error: 'gchar* _GtkAccelLabel::GSEAL' conflicts with a previous declaration
gchar *GSEAL (accel_string); /* has set function */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: note: previous declaration 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:69:37: error: ISO C++ forbids declaration of 'accel_string' with no type [-fpermissive]
gchar *GSEAL (accel_string); /* has set function */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:70:25: error: 'accel_string_width' has not been declared
guint16 GSEAL (accel_string_width); /* seems to be private */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:70:18: error: 'guint16 _GtkAccelLabel::GSEAL(int)' cannot be overloaded
guint16 GSEAL (accel_string_width); /* seems to be private */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: error: with 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:37:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkaccessible.h:53:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (widget);
^
/usr/include/gtk-2.0/gtk/gtkaccessible.h:53:27: error: ISO C++ forbids declaration of 'widget' with no type [-fpermissive]
GtkWidget *GSEAL (widget);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:38:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkaction.h:59:21: error: expected ';' at end of member declaration
GtkActionPrivate *GSEAL (private_data);
^
/usr/include/gtk-2.0/gtk/gtkaction.h:59:40: error: ISO C++ forbids declaration of 'private_data' with no type [-fpermissive]
GtkActionPrivate *GSEAL (private_data);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:39:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkactiongroup.h:63:26: error: expected ';' at end of member declaration
GtkActionGroupPrivate *GSEAL (private_data);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:35:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkcursor.h: At global scope:
/usr/include/gtk-2.0/gdk/gdkcursor.h:129:24: error: 'type' has not been declared
GdkCursorType GSEAL (type);
^
/usr/include/gtk-2.0/gtk/gtkactiongroup.h:63:45: error: ISO C++ forbids declaration of 'private_data' with no type [-fpermissive]
GtkActionGroupPrivate *GSEAL (private_data);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:131:16: error: 'ref_count' has not been declared
guint GSEAL (ref_count);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:131:9: error: 'guint _GdkCursor::GSEAL(int)' cannot be overloaded
guint GSEAL (ref_count);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:129:17: error: with 'GdkCursorType _GdkCursor::GSEAL(int)'
GdkCursorType GSEAL (type);
^
In file included from /usr/include/gtk-2.0/gdk/gdkdrawable.h:35:0,
from /usr/include/gtk-2.0/gdk/gdk.h:39,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkgc.h:193:15: error: 'clip_x_origin' has not been declared
gint GSEAL (clip_x_origin);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:42:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkalignment.h:56:17: error: 'xalign' has not been declared
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:194:15: error: 'clip_y_origin' has not been declared
gint GSEAL (clip_y_origin);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:57:17: error: 'yalign' has not been declared
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:194:8: error: 'gint _GdkGC::GSEAL(int)' cannot be overloaded
gint GSEAL (clip_y_origin);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:57:10: error: 'gfloat _GtkAlignment::GSEAL(int)' cannot be overloaded
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:56:10: error: with 'gfloat _GtkAlignment::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: error: with 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:58:17: error: 'xscale' has not been declared
gfloat GSEAL (xscale);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:195:15: error: 'ts_x_origin' has not been declared
gint GSEAL (ts_x_origin);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:58:10: error: 'gfloat _GtkAlignment::GSEAL(int)' cannot be overloaded
gfloat GSEAL (xscale);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:56:10: error: with 'gfloat _GtkAlignment::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:195:8: error: 'gint _GdkGC::GSEAL(int)' cannot be overloaded
gint GSEAL (ts_x_origin);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:59:17: error: 'yscale' has not been declared
gfloat GSEAL (yscale);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:59:10: error: 'gfloat _GtkAlignment::GSEAL(int)' cannot be overloaded
gfloat GSEAL (yscale);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: error: with 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:196:15: error: 'ts_y_origin' has not been declared
gint GSEAL (ts_y_origin);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:56:10: error: with 'gfloat _GtkAlignment::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:196:8: error: 'gint _GdkGC::GSEAL(int)' cannot be overloaded
gint GSEAL (ts_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: error: with 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:16: error: expected ';' at end of member declaration
GdkColormap *GSEAL (colormap);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:31: error: 'GdkColormap* _GdkGC::GSEAL' conflicts with a previous declaration
GdkColormap *GSEAL (colormap);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:43:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkarrow.h:56:17: error: 'arrow_type' has not been declared
gint16 GSEAL (arrow_type);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: note: previous declaration 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gtk/gtkarrow.h:57:17: error: 'shadow_type' has not been declared
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:31: error: ISO C++ forbids declaration of 'colormap' with no type [-fpermissive]
GdkColormap *GSEAL (colormap);
^
/usr/include/gtk-2.0/gtk/gtkarrow.h:57:10: error: 'gint16 _GtkArrow::GSEAL(int)' cannot be overloaded
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkarrow.h:56:10: error: with 'gint16 _GtkArrow::GSEAL(int)'
gint16 GSEAL (arrow_type);
^
In file included from /usr/include/gtk-2.0/gtk/gtkaspectframe.h:35:0,
from /usr/include/gtk-2.0/gtk/gtk.h:44,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkframe.h:56:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (label_widget);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:56:33: error: ISO C++ forbids declaration of 'label_widget' with no type [-fpermissive]
GtkWidget *GSEAL (label_widget);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:57:17: error: 'shadow_type' has not been declared
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:57:28: error: 'gint16 _GtkFrame::GSEAL(int)' conflicts with a previous declaration
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:56:33: note: previous declaration 'GtkWidget* _GtkFrame::GSEAL'
GtkWidget *GSEAL (label_widget);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:58:17: error: 'label_xalign' has not been declared
gfloat GSEAL (label_xalign);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:58:10: error: 'gfloat _GtkFrame::GSEAL(int)' cannot be overloaded
gfloat GSEAL (label_xalign);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:57:10: error: with 'gint16 _GtkFrame::GSEAL(int)'
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:59:17: error: 'label_yalign' has not been declared
gfloat GSEAL (label_yalign);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:59:10: error: 'gfloat _GtkFrame::GSEAL(int)' cannot be overloaded
gfloat GSEAL (label_yalign);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:57:10: error: with 'gint16 _GtkFrame::GSEAL(int)'
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:61:24: error: 'child_allocation' has not been declared
GtkAllocation GSEAL (child_allocation);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:61:17: error: 'GtkAllocation _GtkFrame::GSEAL(int)' cannot be overloaded
GtkAllocation GSEAL (child_allocation);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:57:10: error: with 'gint16 _GtkFrame::GSEAL(int)'
gint16 GSEAL (shadow_type);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:44:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:55:19: error: 'xalign' has not been declared
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:56:19: error: 'yalign' has not been declared
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:56:12: error: 'gfloat _GtkAspectFrame::GSEAL(int)' cannot be overloaded
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:55:12: error: with 'gfloat _GtkAspectFrame::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:57:19: error: 'ratio' has not been declared
gfloat GSEAL (ratio);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:57:12: error: 'gfloat _GtkAspectFrame::GSEAL(int)' cannot be overloaded
gfloat GSEAL (ratio);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:55:12: error: with 'gfloat _GtkAspectFrame::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:58:19: error: 'obey_child' has not been declared
gboolean GSEAL (obey_child);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:58:12: error: 'gboolean _GtkAspectFrame::GSEAL(int)' cannot be overloaded
gboolean GSEAL (obey_child);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:55:12: error: with 'gfloat _GtkAspectFrame::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:60:24: error: 'center_allocation' has not been declared
GtkAllocation GSEAL (center_allocation);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:60:17: error: 'GtkAllocation _GtkAspectFrame::GSEAL(int)' cannot be overloaded
GtkAllocation GSEAL (center_allocation);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:55:12: error: with 'gfloat _GtkAspectFrame::GSEAL(int)'
gfloat GSEAL (xalign);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:45:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: error: ISO C++ forbids declaration of 'cancel' with no type [-fpermissive]
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:81:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (forward);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:81:28: error: redeclaration of 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (forward);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:81:28: error: ISO C++ forbids declaration of 'forward' with no type [-fpermissive]
GtkWidget *GSEAL (forward);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:82:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (back);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:82:25: error: redeclaration of 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (back);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:82:25: error: ISO C++ forbids declaration of 'back' with no type [-fpermissive]
GtkWidget *GSEAL (back);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:83:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (apply);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:83:26: error: redeclaration of 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (apply);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:83:26: error: ISO C++ forbids declaration of 'apply' with no type [-fpermissive]
GtkWidget *GSEAL (apply);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:84:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (close);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:84:26: error: redeclaration of 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (close);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:84:26: error: ISO C++ forbids declaration of 'close' with no type [-fpermissive]
GtkWidget *GSEAL (close);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:85:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (last);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:85:25: error: redeclaration of 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (last);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:85:25: error: ISO C++ forbids declaration of 'last' with no type [-fpermissive]
GtkWidget *GSEAL (last);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:88:24: error: expected ';' at end of member declaration
GtkAssistantPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:88:35: error: redeclaration of 'GtkAssistantPrivate* _GtkAssistant::GSEAL'
GtkAssistantPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:88:35: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkAssistantPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:44:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkimage.h:71:23: error: 'type' has not been declared
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:17: error: expected ';' at end of member declaration
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:30: error: 'GdkVisual* _GdkImage::GSEAL' conflicts with a previous declaration
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: note: previous declaration 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
In file included from /usr/include/gtk-2.0/gtk/gtkbbox.h:34:0,
from /usr/include/gtk-2.0/gtk/gtk.h:46,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkbox.h:57:10: error: expected ';' at end of member declaration
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:30: error: ISO C++ forbids declaration of 'visual' with no type [-fpermissive]
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:73:23: error: 'byte_order' has not been declared
GdkByteOrder GSEAL (byte_order); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbox.h:57:25: error: ISO C++ forbids declaration of 'children' with no type [-fpermissive]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkbox.h:58:17: error: 'spacing' has not been declared
gint16 GSEAL (spacing);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:73:16: error: 'GdkByteOrder _GdkImage::GSEAL(int)' cannot be overloaded
GdkByteOrder GSEAL (byte_order); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbox.h:58:24: error: 'gint16 _GtkBox::GSEAL(int)' conflicts with a previous declaration
gint16 GSEAL (spacing);
^
/usr/include/gtk-2.0/gtk/gtkbox.h:57:25: note: previous declaration 'GList* _GtkBox::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:74:16: error: 'width' has not been declared
gint GSEAL (width); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbox.h:59:16: error: 'homogeneous' has not been declared
guint GSEAL (homogeneous) : 1;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:74:9: error: 'gint _GdkImage::GSEAL(int)' cannot be overloaded
gint GSEAL (width); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbox.h:59:9: error: 'guint _GtkBox::GSEAL(int)' cannot be overloaded
guint GSEAL (homogeneous) : 1;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:75:16: error: 'height' has not been declared
gint GSEAL (height); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbox.h:58:10: error: with 'gint16 _GtkBox::GSEAL(int)'
gint16 GSEAL (spacing);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:75:9: error: 'gint _GdkImage::GSEAL(int)' cannot be overloaded
gint GSEAL (height); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbox.h: In member function 'guint _GtkBox::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbox.h:59:31: error: only constructors take member initializers
guint GSEAL (homogeneous) : 1;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbox.h:59:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbox.h:59:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkimage.h:76:18: error: 'depth' has not been declared
guint16 GSEAL (depth); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbox.h:59:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkimage.h:76:11: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (depth); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:77:18: error: 'bpp' has not been declared
guint16 GSEAL (bpp); /* read only. bytes per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:77:11: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (bpp); /* read only. bytes per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:78:18: error: 'bpl' has not been declared
guint16 GSEAL (bpl); /* read only. bytes per line */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:78:11: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (bpl); /* read only. bytes per line */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:79:24: error: 'bits_per_pixel' has not been declared
guint16 GSEAL (bits_per_pixel); /* read only. bits per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:79:17: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (bits_per_pixel); /* read only. bits per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:80:19: error: 'mem' has not been declared
gpointer GSEAL (mem);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:46:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkbbox.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:15: error: 'child_min_width' has not been declared
gint GSEAL (child_min_width);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:80:12: error: 'void* _GdkImage::GSEAL(int)' cannot be overloaded
gpointer GSEAL (mem);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:56:15: error: 'child_min_height' has not been declared
gint GSEAL (child_min_height);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:17: error: expected ';' at end of member declaration
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:32: error: 'GdkColormap* _GdkImage::GSEAL' conflicts with a previous declaration
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:56:8: error: 'gint _GtkButtonBox::GSEAL(int)' cannot be overloaded
gint GSEAL (child_min_height);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: note: previous declaration 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:32: error: ISO C++ forbids declaration of 'colormap' with no type [-fpermissive]
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:8: error: with 'gint _GtkButtonBox::GSEAL(int)'
gint GSEAL (child_min_width);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:85:19: error: 'windowing_data' has not been declared
gpointer GSEAL (windowing_data); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:57:15: error: 'child_ipad_x' has not been declared
gint GSEAL (child_ipad_x);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:57:8: error: 'gint _GtkButtonBox::GSEAL(int)' cannot be overloaded
gint GSEAL (child_ipad_x);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:8: error: with 'gint _GtkButtonBox::GSEAL(int)'
gint GSEAL (child_min_width);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:58:15: error: 'child_ipad_y' has not been declared
gint GSEAL (child_ipad_y);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:58:8: error: 'gint _GtkButtonBox::GSEAL(int)' cannot be overloaded
gint GSEAL (child_ipad_y);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:8: error: with 'gint _GtkButtonBox::GSEAL(int)'
gint GSEAL (child_min_width);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:59:28: error: 'layout_style' has not been declared
GtkButtonBoxStyle GSEAL (layout_style);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:59:21: error: 'GtkButtonBoxStyle _GtkButtonBox::GSEAL(int)' cannot be overloaded
GtkButtonBoxStyle GSEAL (layout_style);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:8: error: with 'gint _GtkButtonBox::GSEAL(int)'
gint GSEAL (child_min_width);
^
In file included from /usr/include/gtk-2.0/gtk/gtkbuildable.h:28:0,
from /usr/include/gtk-2.0/gtk/gtk.h:50,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkbuilder.h:65:22: error: expected ';' at end of member declaration
GtkBuilderPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkbuilder.h:65:33: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkBuilderPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtkbutton.h:36:0,
from /usr/include/gtk-2.0/gtk/gtk.h:52,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkimage.h:152:23: error: 'storage_type' has not been declared
GtkImageType GSEAL (storage_type);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:164:12: error: 'data' has not been declared
} GSEAL (data);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:154:3: error: new types may not be defined in a return type
union
^
/usr/include/gtk-2.0/gtk/gtkimage.h:154:3: note: (perhaps a semicolon is missing after the definition of '_GtkImage::<anonymous union>')
/usr/include/gtk-2.0/gtk/gtkimage.h:164:5: error: '_GtkImage::<anonymous union> _GtkImage::GSEAL(int)' cannot be overloaded
} GSEAL (data);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:152:16: error: with 'GtkImageType _GtkImage::GSEAL(int)'
GtkImageType GSEAL (storage_type);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:167:14: error: expected ';' at end of member declaration
GdkBitmap *GSEAL (mask);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:167:25: error: 'GdkBitmap* _GtkImage::GSEAL' conflicts with a previous declaration
GdkBitmap *GSEAL (mask);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:152:16: note: previous declaration 'GtkImageType _GtkImage::GSEAL(int)'
GtkImageType GSEAL (storage_type);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:167:25: error: ISO C++ forbids declaration of 'mask' with no type [-fpermissive]
GdkBitmap *GSEAL (mask);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:170:22: error: 'icon_size' has not been declared
GtkIconSize GSEAL (icon_size);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:170:15: error: 'GtkIconSize _GtkImage::GSEAL(int)' cannot be overloaded
GtkIconSize GSEAL (icon_size);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:152:16: error: with 'GtkImageType _GtkImage::GSEAL(int)'
GtkImageType GSEAL (storage_type);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:52:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkbutton.h:55:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:55:33: error: ISO C++ forbids declaration of 'event_window' with no type [-fpermissive]
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:57:10: error: expected ';' at end of member declaration
gchar *GSEAL (label_text);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:57:27: error: redeclaration of 'gchar* _GtkButton::GSEAL'
gchar *GSEAL (label_text);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:55:33: note: previous declaration 'GdkWindow* _GtkButton::GSEAL'
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:57:27: error: ISO C++ forbids declaration of 'label_text' with no type [-fpermissive]
gchar *GSEAL (label_text);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:16: error: 'activate_timeout' has not been declared
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:32: error: 'guint _GtkButton::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:55:33: note: previous declaration 'GdkWindow* _GtkButton::GSEAL'
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:16: error: 'constructed' has not been declared
guint GSEAL (constructed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (constructed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:16: error: 'in_button' has not been declared
guint GSEAL (in_button) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (in_button) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:16: error: 'button_down' has not been declared
guint GSEAL (button_down) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (button_down) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:16: error: 'relief' has not been declared
guint GSEAL (relief) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (relief) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:16: error: 'use_underline' has not been declared
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:16: error: 'use_stock' has not been declared
guint GSEAL (use_stock) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (use_stock) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:16: error: 'depressed' has not been declared
guint GSEAL (depressed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (depressed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:16: error: 'depress_on_activate' has not been declared
guint GSEAL (depress_on_activate) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (depress_on_activate) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:16: error: 'focus_on_click' has not been declared
guint GSEAL (focus_on_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (focus_on_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:31: error: only constructors take member initializers
guint GSEAL (constructed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:29: error: only constructors take member initializers
guint GSEAL (in_button) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:31: error: only constructors take member initializers
guint GSEAL (button_down) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:26: error: only constructors take member initializers
guint GSEAL (relief) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:33: error: only constructors take member initializers
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:29: error: only constructors take member initializers
guint GSEAL (use_stock) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:29: error: only constructors take member initializers
guint GSEAL (depressed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:39: error: only constructors take member initializers
guint GSEAL (depress_on_activate) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:34: error: only constructors take member initializers
guint GSEAL (focus_on_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:34: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtk.h:53:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcalendar.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:14: error: expected ';' at end of member declaration
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: error: ISO C++ forbids declaration of 'header_style' with no type [-fpermissive]
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:110:14: error: expected ';' at end of member declaration
GtkStyle *GSEAL (label_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:110:32: error: redeclaration of 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (label_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: note: previous declaration 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:110:32: error: ISO C++ forbids declaration of 'label_style' with no type [-fpermissive]
GtkStyle *GSEAL (label_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:15: error: 'month' has not been declared
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:20: error: 'gint _GtkCalendar::GSEAL(int)' conflicts with a previous declaration
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: note: previous declaration 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:113:15: error: 'year' has not been declared
gint GSEAL (year);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:113:8: error: 'gint _GtkCalendar::GSEAL(int)' cannot be overloaded
gint GSEAL (year);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:85:12: error: 'void* _GdkImage::GSEAL(int)' cannot be overloaded
gpointer GSEAL (windowing_data); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:114:15: error: 'selected_day' has not been declared
gint GSEAL (selected_day);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:114:8: error: 'gint _GtkCalendar::GSEAL(int)' cannot be overloaded
gint GSEAL (selected_day);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:116:15: error: 'day_month' has not been declared
gint GSEAL (day_month[6][7]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:116:30: error: '_GtkCalendar::GSEAL' conflicts with a previous declaration
gint GSEAL (day_month[6][7]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: note: previous declaration 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:117:15: error: 'day' has not been declared
gint GSEAL (day[6][7]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:117:8: error: 'gint _GtkCalendar::GSEAL(int (*)[7])' cannot be overloaded
gint GSEAL (day[6][7]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:116:8: error: with 'gint _GtkCalendar::GSEAL(int (*)[7])'
gint GSEAL (day_month[6][7]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:119:15: error: 'num_marked_dates' has not been declared
gint GSEAL (num_marked_dates);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:119:8: error: 'gint _GtkCalendar::GSEAL(int)' cannot be overloaded
gint GSEAL (num_marked_dates);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:46:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkkeys.h:69:15: error: expected ';' at end of member declaration
GdkDisplay *GSEAL (display);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gdk/gdkkeys.h:69:29: error: ISO C++ forbids declaration of 'display' with no type [-fpermissive]
GdkDisplay *GSEAL (display);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:120:15: error: 'marked_date' has not been declared
gint GSEAL (marked_date[31]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:120:30: error: '_GtkCalendar::GSEAL' conflicts with a previous declaration
gint GSEAL (marked_date[31]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: note: previous declaration 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:121:37: error: 'display_flags' has not been declared
GtkCalendarDisplayOptions GSEAL (display_flags);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:121:30: error: 'GtkCalendarDisplayOptions _GtkCalendar::GSEAL(int)' cannot be overloaded
GtkCalendarDisplayOptions GSEAL (display_flags);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:122:19: error: 'marked_date_color' has not been declared
GdkColor GSEAL (marked_date_color[31]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:122:12: error: 'GdkColor _GtkCalendar::GSEAL(int*)' cannot be overloaded
GdkColor GSEAL (marked_date_color[31]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:120:8: error: with 'gint _GtkCalendar::GSEAL(int*)'
gint GSEAL (marked_date[31]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:124:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (gc); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:124:19: error: redeclaration of 'GdkGC* _GtkCalendar::GSEAL'
GdkGC *GSEAL (gc); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: note: previous declaration 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:124:19: error: ISO C++ forbids declaration of 'gc' with no type [-fpermissive]
GdkGC *GSEAL (gc); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:125:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (xor_gc); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:125:23: error: redeclaration of 'GdkGC* _GtkCalendar::GSEAL'
GdkGC *GSEAL (xor_gc); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: note: previous declaration 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:125:23: error: ISO C++ forbids declaration of 'xor_gc' with no type [-fpermissive]
GdkGC *GSEAL (xor_gc); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:127:15: error: 'focus_row' has not been declared
gint GSEAL (focus_row);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:127:8: error: 'gint _GtkCalendar::GSEAL(int)' cannot be overloaded
gint GSEAL (focus_row);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:49:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkpixmap.h:54:16: error: expected ';' at end of member declaration
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:54:27: error: ISO C++ forbids declaration of 'impl' with no type [-fpermissive]
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:56:15: error: 'depth' has not been declared
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:56:20: error: 'gint _GdkPixmapObject::GSEAL(int)' conflicts with a previous declaration
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:128:15: error: 'focus_col' has not been declared
gint GSEAL (focus_col);
^
/usr/include/gtk-2.0/gdk/gdkpixmap.h:54:27: note: previous declaration 'GdkDrawable* _GdkPixmapObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:128:8: error: 'gint _GtkCalendar::GSEAL(int)' cannot be overloaded
gint GSEAL (focus_col);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:130:15: error: 'highlight_row' has not been declared
gint GSEAL (highlight_row);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:130:8: error: 'gint _GtkCalendar::GSEAL(int)' cannot be overloaded
gint GSEAL (highlight_row);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:131:15: error: 'highlight_col' has not been declared
gint GSEAL (highlight_col);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:131:8: error: 'gint _GtkCalendar::GSEAL(int)' cannot be overloaded
gint GSEAL (highlight_col);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:133:23: error: expected ';' at end of member declaration
GtkCalendarPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:133:34: error: redeclaration of 'GtkCalendarPrivate* _GtkCalendar::GSEAL'
GtkCalendarPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: note: previous declaration 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:133:34: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkCalendarPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:134:16: error: 'grow_space' has not been declared
gchar GSEAL (grow_space [32]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:134:9: error: 'gchar _GtkCalendar::GSEAL(int*)' cannot be overloaded
gchar GSEAL (grow_space [32]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:120:8: error: with 'gint _GtkCalendar::GSEAL(int*)'
gint GSEAL (marked_date[31]);
^
In file included from /usr/include/gtk-2.0/gtk/gtkcelllayout.h:27:0,
from /usr/include/gtk-2.0/gtk/gtk.h:55,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:17: error: 'xalign' has not been declared
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:63:17: error: 'yalign' has not been declared
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:63:10: error: 'gfloat _GtkCellRenderer::GSEAL(int)' cannot be overloaded
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:65:15: error: 'width' has not been declared
gint GSEAL (width);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:65:8: error: 'gint _GtkCellRenderer::GSEAL(int)' cannot be overloaded
gint GSEAL (width);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:66:15: error: 'height' has not been declared
gint GSEAL (height);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:66:8: error: 'gint _GtkCellRenderer::GSEAL(int)' cannot be overloaded
gint GSEAL (height);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:68:18: error: 'xpad' has not been declared
guint16 GSEAL (xpad);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:68:11: error: 'guint16 _GtkCellRenderer::GSEAL(int)' cannot be overloaded
guint16 GSEAL (xpad);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:69:18: error: 'ypad' has not been declared
guint16 GSEAL (ypad);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:69:11: error: 'guint16 _GtkCellRenderer::GSEAL(int)' cannot be overloaded
guint16 GSEAL (ypad);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:71:16: error: 'mode' has not been declared
guint GSEAL (mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:71:9: error: 'guint _GtkCellRenderer::GSEAL(int)' cannot be overloaded
guint GSEAL (mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:72:16: error: 'visible' has not been declared
guint GSEAL (visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:72:9: error: 'guint _GtkCellRenderer::GSEAL(int)' cannot be overloaded
guint GSEAL (visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:73:16: error: 'is_expander' has not been declared
guint GSEAL (is_expander) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:73:9: error: 'guint _GtkCellRenderer::GSEAL(int)' cannot be overloaded
guint GSEAL (is_expander) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:74:16: error: 'is_expanded' has not been declared
guint GSEAL (is_expanded) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:74:9: error: 'guint _GtkCellRenderer::GSEAL(int)' cannot be overloaded
guint GSEAL (is_expanded) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:75:16: error: 'cell_background_set' has not been declared
guint GSEAL (cell_background_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:75:9: error: 'guint _GtkCellRenderer::GSEAL(int)' cannot be overloaded
guint GSEAL (cell_background_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:76:16: error: 'sensitive' has not been declared
guint GSEAL (sensitive) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:76:9: error: 'guint _GtkCellRenderer::GSEAL(int)' cannot be overloaded
guint GSEAL (sensitive) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:77:16: error: 'editing' has not been declared
guint GSEAL (editing) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:77:9: error: 'guint _GtkCellRenderer::GSEAL(int)' cannot be overloaded
guint GSEAL (editing) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:62:10: error: with 'gfloat _GtkCellRenderer::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h: In member function 'guint _GtkCellRenderer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:71:24: error: only constructors take member initializers
guint GSEAL (mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:71:24: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:71:24: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:71:24: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h: In member function 'guint _GtkCellRenderer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:72:27: error: only constructors take member initializers
guint GSEAL (visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:72:27: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:72:27: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:72:27: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h: In member function 'guint _GtkCellRenderer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:73:31: error: only constructors take member initializers
guint GSEAL (is_expander) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:73:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:73:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:73:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h: In member function 'guint _GtkCellRenderer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:74:31: error: only constructors take member initializers
guint GSEAL (is_expanded) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:74:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:74:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:74:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h: In member function 'guint _GtkCellRenderer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:75:39: error: only constructors take member initializers
guint GSEAL (cell_background_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:75:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:75:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:75:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h: In member function 'guint _GtkCellRenderer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:76:29: error: only constructors take member initializers
guint GSEAL (sensitive) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:76:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:76:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:76:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h: In member function 'guint _GtkCellRenderer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:77:27: error: only constructors take member initializers
guint GSEAL (editing) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:77:27: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:77:27: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderer.h:77:27: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gdk/gdktestutils.h:28:0,
from /usr/include/gtk-2.0/gdk/gdk.h:56,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:16: error: expected ';' at end of member declaration
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: error: ISO C++ forbids declaration of 'impl' with no type [-fpermissive]
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:278:20: error: expected ';' at end of member declaration
GdkWindowObject *GSEAL (parent);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:278:33: error: redeclaration of 'GdkWindowObject* _GdkWindowObject::GSEAL'
GdkWindowObject *GSEAL (parent);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:278:33: error: ISO C++ forbids declaration of 'parent' with no type [-fpermissive]
GdkWindowObject *GSEAL (parent);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:19: error: 'user_data' has not been declared
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:28: error: 'void* _GdkWindowObject::GSEAL(int)' conflicts with a previous declaration
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:282:15: error: 'x' has not been declared
gint GSEAL (x);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:282:8: error: 'gint _GdkWindowObject::GSEAL(int)' cannot be overloaded
gint GSEAL (x);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:283:15: error: 'y' has not been declared
gint GSEAL (y);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:283:8: error: 'gint _GdkWindowObject::GSEAL(int)' cannot be overloaded
gint GSEAL (y);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:285:15: error: 'extension_events' has not been declared
gint GSEAL (extension_events);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:285:8: error: 'gint _GdkWindowObject::GSEAL(int)' cannot be overloaded
gint GSEAL (extension_events);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:287:10: error: expected ';' at end of member declaration
GList *GSEAL (filters);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:287:24: error: redeclaration of 'GList* _GdkWindowObject::GSEAL'
GList *GSEAL (filters);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:287:24: error: ISO C++ forbids declaration of 'filters' with no type [-fpermissive]
GList *GSEAL (filters);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:288:10: error: expected ';' at end of member declaration
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:288:25: error: redeclaration of 'GList* _GdkWindowObject::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:288:25: error: ISO C++ forbids declaration of 'children' with no type [-fpermissive]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:290:19: error: 'bg_color' has not been declared
GdkColor GSEAL (bg_color);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:290:12: error: 'GdkColor _GdkWindowObject::GSEAL(int)' cannot be overloaded
GdkColor GSEAL (bg_color);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:291:14: error: expected ';' at end of member declaration
GdkPixmap *GSEAL (bg_pixmap);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:291:30: error: redeclaration of 'GdkPixmap* _GdkWindowObject::GSEAL'
GdkPixmap *GSEAL (bg_pixmap);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:291:30: error: ISO C++ forbids declaration of 'bg_pixmap' with no type [-fpermissive]
GdkPixmap *GSEAL (bg_pixmap);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:293:11: error: expected ';' at end of member declaration
GSList *GSEAL (paint_stack);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:293:29: error: redeclaration of 'GSList* _GdkWindowObject::GSEAL'
GSList *GSEAL (paint_stack);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:293:29: error: ISO C++ forbids declaration of 'paint_stack' with no type [-fpermissive]
GSList *GSEAL (paint_stack);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:295:14: error: expected ';' at end of member declaration
GdkRegion *GSEAL (update_area);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:295:32: error: redeclaration of 'GdkRegion* _GdkWindowObject::GSEAL'
GdkRegion *GSEAL (update_area);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:295:32: error: ISO C++ forbids declaration of 'update_area' with no type [-fpermissive]
GdkRegion *GSEAL (update_area);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:296:16: error: 'update_freeze_count' has not been declared
guint GSEAL (update_freeze_count);
^
In file included from /usr/include/gtk-2.0/gtk/gtkcelllayout.h:28:0,
from /usr/include/gtk-2.0/gtk/gtk.h:55,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h: At global scope:
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:296:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (update_freeze_count);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:30: error: ISO C++ forbids declaration of 'tree_view' with no type [-fpermissive]
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:67:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (button);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:298:17: error: 'window_type' has not been declared
guint8 GSEAL (window_type);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:67:27: error: redeclaration of 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:30: note: previous declaration 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:298:10: error: 'guint8 _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint8 GSEAL (window_type);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:67:27: error: ISO C++ forbids declaration of 'button' with no type [-fpermissive]
GtkWidget *GSEAL (button);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:68:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (child);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:68:26: error: redeclaration of 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (child);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:299:17: error: 'depth' has not been declared
guint8 GSEAL (depth);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:30: note: previous declaration 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:68:26: error: ISO C++ forbids declaration of 'child' with no type [-fpermissive]
GtkWidget *GSEAL (child);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:299:10: error: 'guint8 _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint8 GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:69:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (arrow);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:69:26: error: redeclaration of 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (arrow);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:30: note: previous declaration 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:69:26: error: ISO C++ forbids declaration of 'arrow' with no type [-fpermissive]
GtkWidget *GSEAL (arrow);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:300:17: error: 'resize_count' has not been declared
guint8 GSEAL (resize_count);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:70:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (alignment);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:70:30: error: redeclaration of 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (alignment);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:30: note: previous declaration 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:300:10: error: 'guint8 _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint8 GSEAL (resize_count);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:70:30: error: ISO C++ forbids declaration of 'alignment' with no type [-fpermissive]
GtkWidget *GSEAL (alignment);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:302:25: error: 'state' has not been declared
GdkWindowState GSEAL (state);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:71:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:71:27: error: redeclaration of 'GdkWindow* _GtkTreeViewColumn::GSEAL'
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:30: note: previous declaration 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:302:18: error: 'GdkWindowState _GdkWindowObject::GSEAL(int)' cannot be overloaded
GdkWindowState GSEAL (state);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:71:27: error: ISO C++ forbids declaration of 'window' with no type [-fpermissive]
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:16: error: 'guffaw_gravity' has not been declared
guint GSEAL (guffaw_gravity) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:72:20: error: expected ';' at end of member declaration
GtkCellEditable *GSEAL (editable_widget);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:72:42: error: redeclaration of 'GtkCellEditable* _GtkTreeViewColumn::GSEAL'
GtkCellEditable *GSEAL (editable_widget);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:30: note: previous declaration 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (guffaw_gravity) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:72:42: error: ISO C++ forbids declaration of 'editable_widget' with no type [-fpermissive]
GtkCellEditable *GSEAL (editable_widget);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:17: error: 'xalign' has not been declared
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:16: error: 'input_only' has not been declared
guint GSEAL (input_only) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (input_only) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:23: error: 'gfloat _GtkTreeViewColumn::GSEAL(int)' conflicts with a previous declaration
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:30: note: previous declaration 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:74:16: error: 'property_changed_signal' has not been declared
guint GSEAL (property_changed_signal);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:16: error: 'modal_hint' has not been declared
guint GSEAL (modal_hint) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:74:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (property_changed_signal);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (modal_hint) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:75:15: error: 'spacing' has not been declared
gint GSEAL (spacing);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:75:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (spacing);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:16: error: 'composited' has not been declared
guint GSEAL (composited) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:79:34: error: 'column_type' has not been declared
GtkTreeViewColumnSizing GSEAL (column_type);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (composited) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:79:27: error: 'GtkTreeViewColumnSizing _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
GtkTreeViewColumnSizing GSEAL (column_type);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:80:15: error: 'requested_width' has not been declared
gint GSEAL (requested_width);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:16: error: 'destroyed' has not been declared
guint GSEAL (destroyed) : 2;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:80:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (requested_width);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (destroyed) : 2;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:81:15: error: 'button_request' has not been declared
gint GSEAL (button_request);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:81:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (button_request);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:16: error: 'accept_focus' has not been declared
guint GSEAL (accept_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:82:15: error: 'resized_width' has not been declared
gint GSEAL (resized_width);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (accept_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:82:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (resized_width);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:16: error: 'focus_on_map' has not been declared
guint GSEAL (focus_on_map) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:83:15: error: 'width' has not been declared
gint GSEAL (width);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:83:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (width);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (focus_on_map) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:84:15: error: 'fixed_width' has not been declared
gint GSEAL (fixed_width);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:84:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (fixed_width);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:16: error: 'shaped' has not been declared
guint GSEAL (shaped) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:85:15: error: 'min_width' has not been declared
gint GSEAL (min_width);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (shaped) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:85:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (min_width);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:86:15: error: 'max_width' has not been declared
gint GSEAL (max_width);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:86:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (max_width);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:315:23: error: 'event_mask' has not been declared
GdkEventMask GSEAL (event_mask);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:89:15: error: 'drag_x' has not been declared
gint GSEAL (drag_x);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:315:16: error: 'GdkEventMask _GdkWindowObject::GSEAL(int)' cannot be overloaded
GdkEventMask GSEAL (event_mask);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:89:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (drag_x);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:317:16: error: 'update_and_descendants_freeze_count' has not been declared
guint GSEAL (update_and_descendants_freeze_count);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:90:15: error: 'drag_y' has not been declared
gint GSEAL (drag_y);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:90:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (drag_y);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:317:9: error: 'guint _GdkWindowObject::GSEAL(int)' cannot be overloaded
guint GSEAL (update_and_descendants_freeze_count);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:92:10: error: expected ';' at end of member declaration
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:280:12: error: with 'void* _GdkWindowObject::GSEAL(int)'
gpointer GSEAL (user_data);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:92:22: error: redeclaration of 'gchar* _GtkTreeViewColumn::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:319:22: error: expected ';' at end of member declaration
GdkWindowRedirect *GSEAL (redirect);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:30: note: previous declaration 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:319:37: error: redeclaration of 'GdkWindowRedirect* _GdkWindowObject::GSEAL'
GdkWindowRedirect *GSEAL (redirect);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:92:22: error: ISO C++ forbids declaration of 'title' with no type [-fpermissive]
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:93:10: error: expected ';' at end of member declaration
GList *GSEAL (cell_list);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:276:27: note: previous declaration 'GdkDrawable* _GdkWindowObject::GSEAL'
GdkDrawable *GSEAL (impl); /* window-system-specific delegate object */
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:93:26: error: redeclaration of 'GList* _GtkTreeViewColumn::GSEAL'
GList *GSEAL (cell_list);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:319:37: error: ISO C++ forbids declaration of 'redirect' with no type [-fpermissive]
GdkWindowRedirect *GSEAL (redirect);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:66:30: note: previous declaration 'GtkWidget* _GtkTreeViewColumn::GSEAL'
GtkWidget *GSEAL (tree_view);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:93:26: error: ISO C++ forbids declaration of 'cell_list' with no type [-fpermissive]
GList *GSEAL (cell_list);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:96:16: error: 'sort_clicked_signal' has not been declared
guint GSEAL (sort_clicked_signal);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:34: error: only constructors take member initializers
guint GSEAL (guffaw_gravity) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:304:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:96:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (sort_clicked_signal);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:30: error: only constructors take member initializers
guint GSEAL (input_only) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:305:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:97:16: error: 'sort_column_changed_signal' has not been declared
guint GSEAL (sort_column_changed_signal);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:30: error: only constructors take member initializers
guint GSEAL (modal_hint) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:97:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (sort_column_changed_signal);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:306:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:30: error: only constructors take member initializers
guint GSEAL (composited) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:98:15: error: 'sort_column_id' has not been declared
gint GSEAL (sort_column_id);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:307:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:98:8: error: 'gint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
gint GSEAL (sort_column_id);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:29: error: only constructors take member initializers
guint GSEAL (destroyed) : 2;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:309:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:99:22: error: 'sort_order' has not been declared
GtkSortType GSEAL (sort_order);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:32: error: only constructors take member initializers
guint GSEAL (accept_focus) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:99:15: error: 'GtkSortType _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
GtkSortType GSEAL (sort_order);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:311:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:32: error: only constructors take member initializers
guint GSEAL (focus_on_map) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:102:16: error: 'visible' has not been declared
guint GSEAL (visible) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:312:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkwindow.h: In member function 'guint _GdkWindowObject::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:26: error: only constructors take member initializers
guint GSEAL (shaped) : 1;
^
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkwindow.h:313:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:102:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:103:16: error: 'resizable' has not been declared
guint GSEAL (resizable) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:103:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (resizable) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:104:16: error: 'clickable' has not been declared
guint GSEAL (clickable) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:104:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (clickable) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:105:16: error: 'dirty' has not been declared
guint GSEAL (dirty) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:105:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (dirty) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:106:16: error: 'show_sort_indicator' has not been declared
guint GSEAL (show_sort_indicator) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:106:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (show_sort_indicator) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:107:16: error: 'maybe_reordered' has not been declared
guint GSEAL (maybe_reordered) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:107:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (maybe_reordered) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:108:16: error: 'reorderable' has not been declared
guint GSEAL (reorderable) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:108:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (reorderable) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:109:16: error: 'use_resized_width' has not been declared
guint GSEAL (use_resized_width) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:109:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (use_resized_width) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:110:16: error: 'expand' has not been declared
guint GSEAL (expand) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:110:9: error: 'guint _GtkTreeViewColumn::GSEAL(int)' cannot be overloaded
guint GSEAL (expand) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:73:10: error: with 'gfloat _GtkTreeViewColumn::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h: In member function 'guint _GtkTreeViewColumn::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:102:39: error: only constructors take member initializers
guint GSEAL (visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:102:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:102:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:102:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h: In member function 'guint _GtkTreeViewColumn::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:103:39: error: only constructors take member initializers
guint GSEAL (resizable) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:103:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:103:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:103:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h: In member function 'guint _GtkTreeViewColumn::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:104:39: error: only constructors take member initializers
guint GSEAL (clickable) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:104:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:104:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:104:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h: In member function 'guint _GtkTreeViewColumn::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:105:39: error: only constructors take member initializers
guint GSEAL (dirty) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:105:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:105:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:105:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h: In member function 'guint _GtkTreeViewColumn::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:106:39: error: only constructors take member initializers
guint GSEAL (show_sort_indicator) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:106:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:106:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:106:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h: In member function 'guint _GtkTreeViewColumn::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:107:39: error: only constructors take member initializers
guint GSEAL (maybe_reordered) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:107:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:107:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:107:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h: In member function 'guint _GtkTreeViewColumn::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:108:39: error: only constructors take member initializers
guint GSEAL (reorderable) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:108:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:108:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:108:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h: In member function 'guint _GtkTreeViewColumn::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:109:39: error: only constructors take member initializers
guint GSEAL (use_resized_width) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:109:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:109:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:109:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h: In member function 'guint _GtkTreeViewColumn::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:110:39: error: only constructors take member initializers
guint GSEAL (expand) : 1;
^
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:110:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:110:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h:110:39: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gdk/gdk.h:58:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gdk/gdkvisual.h: At global scope:
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:24: error: 'type' has not been declared
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:82:15: error: 'depth' has not been declared
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:82:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (depth);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:83:23: error: 'byte_order' has not been declared
GdkByteOrder GSEAL (byte_order);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:83:16: error: 'GdkByteOrder _GdkVisual::GSEAL(int)' cannot be overloaded
GdkByteOrder GSEAL (byte_order);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:84:15: error: 'colormap_size' has not been declared
gint GSEAL (colormap_size);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:84:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (colormap_size);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:85:15: error: 'bits_per_rgb' has not been declared
gint GSEAL (bits_per_rgb);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:85:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (bits_per_rgb);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:87:18: error: 'red_mask' has not been declared
guint32 GSEAL (red_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:87:11: error: 'guint32 _GdkVisual::GSEAL(int)' cannot be overloaded
guint32 GSEAL (red_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:88:15: error: 'red_shift' has not been declared
gint GSEAL (red_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:88:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (red_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:89:15: error: 'red_prec' has not been declared
gint GSEAL (red_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:89:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (red_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:91:18: error: 'green_mask' has not been declared
guint32 GSEAL (green_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:91:11: error: 'guint32 _GdkVisual::GSEAL(int)' cannot be overloaded
guint32 GSEAL (green_mask);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
In file included from /usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:27:0,
from /usr/include/gtk-2.0/gtk/gtk.h:57,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:49:10: error: expected ';' at end of member declaration
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:92:15: error: 'green_shift' has not been declared
gint GSEAL (green_shift);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:92:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (green_shift);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:49:21: error: ISO C++ forbids declaration of 'text' with no type [-fpermissive]
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:50:25: error: expected ';' at end of member declaration
PangoFontDescription *GSEAL (font);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:93:15: error: 'green_prec' has not been declared
gint GSEAL (green_prec);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:50:36: error: redeclaration of 'PangoFontDescription* _GtkCellRendererText::GSEAL'
PangoFontDescription *GSEAL (font);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:93:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (green_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:49:21: note: previous declaration 'gchar* _GtkCellRendererText::GSEAL'
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:50:36: error: ISO C++ forbids declaration of 'font' with no type [-fpermissive]
PangoFontDescription *GSEAL (font);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:95:18: error: 'blue_mask' has not been declared
guint32 GSEAL (blue_mask);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:18: error: 'font_scale' has not been declared
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:95:11: error: 'guint32 _GdkVisual::GSEAL(int)' cannot be overloaded
guint32 GSEAL (blue_mask);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:28: error: 'gdouble _GtkCellRendererText::GSEAL(int)' conflicts with a previous declaration
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:49:21: note: previous declaration 'gchar* _GtkCellRendererText::GSEAL'
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:96:15: error: 'blue_shift' has not been declared
gint GSEAL (blue_shift);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:52:21: error: 'foreground' has not been declared
PangoColor GSEAL (foreground);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:96:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (blue_shift);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:52:14: error: 'PangoColor _GtkCellRendererText::GSEAL(int)' cannot be overloaded
PangoColor GSEAL (foreground);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:97:15: error: 'blue_prec' has not been declared
gint GSEAL (blue_prec);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:53:21: error: 'background' has not been declared
PangoColor GSEAL (background);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:53:14: error: 'PangoColor _GtkCellRendererText::GSEAL(int)' cannot be overloaded
PangoColor GSEAL (background);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:97:8: error: 'gint _GdkVisual::GSEAL(int)' cannot be overloaded
gint GSEAL (blue_prec);
^
/usr/include/gtk-2.0/gdk/gdkvisual.h:81:17: error: with 'GdkVisualType _GdkVisual::GSEAL(int)'
GdkVisualType GSEAL (type);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:55:18: error: expected ';' at end of member declaration
PangoAttrList *GSEAL (extra_attrs);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:55:36: error: redeclaration of 'PangoAttrList* _GtkCellRendererText::GSEAL'
PangoAttrList *GSEAL (extra_attrs);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:49:21: note: previous declaration 'gchar* _GtkCellRendererText::GSEAL'
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:55:36: error: ISO C++ forbids declaration of 'extra_attrs' with no type [-fpermissive]
PangoAttrList *GSEAL (extra_attrs);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:57:25: error: 'underline_style' has not been declared
PangoUnderline GSEAL (underline_style);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:57:18: error: 'PangoUnderline _GtkCellRendererText::GSEAL(int)' cannot be overloaded
PangoUnderline GSEAL (underline_style);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:59:15: error: 'rise' has not been declared
gint GSEAL (rise);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:59:8: error: 'gint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
gint GSEAL (rise);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:60:15: error: 'fixed_height_rows' has not been declared
gint GSEAL (fixed_height_rows);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:60:8: error: 'gint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
gint GSEAL (fixed_height_rows);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:62:16: error: 'strikethrough' has not been declared
guint GSEAL (strikethrough) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:62:9: error: 'guint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
guint GSEAL (strikethrough) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:64:16: error: 'editable' has not been declared
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:64:9: error: 'guint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:66:16: error: 'scale_set' has not been declared
guint GSEAL (scale_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:66:9: error: 'guint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
guint GSEAL (scale_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:68:16: error: 'foreground_set' has not been declared
guint GSEAL (foreground_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:68:9: error: 'guint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
guint GSEAL (foreground_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:69:16: error: 'background_set' has not been declared
guint GSEAL (background_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:69:9: error: 'guint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
guint GSEAL (background_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:71:16: error: 'underline_set' has not been declared
guint GSEAL (underline_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:71:9: error: 'guint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
guint GSEAL (underline_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:73:16: error: 'rise_set' has not been declared
guint GSEAL (rise_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:73:9: error: 'guint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
guint GSEAL (rise_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:75:16: error: 'strikethrough_set' has not been declared
guint GSEAL (strikethrough_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:75:9: error: 'guint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
guint GSEAL (strikethrough_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:77:16: error: 'editable_set' has not been declared
guint GSEAL (editable_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:77:9: error: 'guint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
guint GSEAL (editable_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:78:16: error: 'calc_fixed_height' has not been declared
guint GSEAL (calc_fixed_height) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:78:9: error: 'guint _GtkCellRendererText::GSEAL(int)' cannot be overloaded
guint GSEAL (calc_fixed_height) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51:11: error: with 'gdouble _GtkCellRendererText::GSEAL(int)'
gdouble GSEAL (font_scale);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: In member function 'guint _GtkCellRendererText::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:62:33: error: only constructors take member initializers
guint GSEAL (strikethrough) : 1;
^
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:30: error: 'lock_count' has not been declared
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:62:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:62:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:62:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: In member function 'guint _GtkCellRendererText::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:64:29: error: only constructors take member initializers
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:64:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:64:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:91:30: error: 'modifier_mask' has not been declared
GdkModifierType GSEAL (modifier_mask);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:64:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:91:23: error: 'GdkModifierType _GtkAccelGroup::GSEAL(int)' cannot be overloaded
GdkModifierType GSEAL (modifier_mask);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: In member function 'guint _GtkCellRendererText::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:66:29: error: only constructors take member initializers
guint GSEAL (scale_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:66:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:66:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:66:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: In member function 'guint _GtkCellRendererText::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:68:34: error: only constructors take member initializers
guint GSEAL (foreground_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:23: error: with 'guint _GtkAccelGroup::GSEAL(int)'
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:68:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:92:23: error: expected ';' at end of member declaration
GSList *GSEAL (acceleratables);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:68:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:68:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:92:44: error: 'GSList* _GtkAccelGroup::GSEAL' conflicts with a previous declaration
GSList *GSEAL (acceleratables);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: In member function 'guint _GtkCellRendererText::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:69:34: error: only constructors take member initializers
guint GSEAL (background_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:69:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:69:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:69:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:23: note: previous declaration 'guint _GtkAccelGroup::GSEAL(int)'
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: In member function 'guint _GtkCellRendererText::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:71:33: error: only constructors take member initializers
guint GSEAL (underline_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:71:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:71:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:71:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:92:44: error: ISO C++ forbids declaration of 'acceleratables' with no type [-fpermissive]
GSList *GSEAL (acceleratables);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: In member function 'guint _GtkCellRendererText::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:73:28: error: only constructors take member initializers
guint GSEAL (rise_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:73:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:73:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:73:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: In member function 'guint _GtkCellRendererText::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:75:37: error: only constructors take member initializers
guint GSEAL (strikethrough_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:93:30: error: 'n_accels' has not been declared
guint GSEAL (n_accels);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:75:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:93:23: error: 'guint _GtkAccelGroup::GSEAL(int)' cannot be overloaded
guint GSEAL (n_accels);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:75:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:23: error: with 'guint _GtkAccelGroup::GSEAL(int)'
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:75:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: In member function 'guint _GtkCellRendererText::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:77:32: error: only constructors take member initializers
guint GSEAL (editable_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:94:23: error: expected ';' at end of member declaration
GtkAccelGroupEntry *GSEAL (priv_accels);
^
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:94:41: error: 'GtkAccelGroupEntry* _GtkAccelGroup::GSEAL' conflicts with a previous declaration
GtkAccelGroupEntry *GSEAL (priv_accels);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:77:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:77:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:77:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:90:23: note: previous declaration 'guint _GtkAccelGroup::GSEAL(int)'
guint GSEAL (lock_count);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h: In member function 'guint _GtkCellRendererText::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:78:37: error: only constructors take member initializers
guint GSEAL (calc_fixed_height) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:78:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:78:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:78:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkaccelgroup.h:94:41: error: ISO C++ forbids declaration of 'priv_accels' with no type [-fpermissive]
GtkAccelGroupEntry *GSEAL (priv_accels);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:57:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:54:16: error: 'accel_key' has not been declared
guint GSEAL (accel_key);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:55:26: error: 'accel_mods' has not been declared
GdkModifierType GSEAL (accel_mods);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:55:19: error: 'GdkModifierType _GtkCellRendererAccel::GSEAL(int)' cannot be overloaded
GdkModifierType GSEAL (accel_mods);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:54:9: error: with 'guint _GtkCellRendererAccel::GSEAL(int)'
guint GSEAL (accel_key);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:56:16: error: 'keycode' has not been declared
guint GSEAL (keycode);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:56:9: error: 'guint _GtkCellRendererAccel::GSEAL(int)' cannot be overloaded
guint GSEAL (keycode);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:54:9: error: with 'guint _GtkCellRendererAccel::GSEAL(int)'
guint GSEAL (accel_key);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:57:35: error: 'accel_mode' has not been declared
GtkCellRendererAccelMode GSEAL (accel_mode);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:57:28: error: 'GtkCellRendererAccelMode _GtkCellRendererAccel::GSEAL(int)' cannot be overloaded
GtkCellRendererAccelMode GSEAL (accel_mode);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:54:9: error: with 'guint _GtkCellRendererAccel::GSEAL(int)'
guint GSEAL (accel_key);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:59:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (edit_widget);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:59:32: error: 'GtkWidget* _GtkCellRendererAccel::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (edit_widget);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:54:9: note: previous declaration 'guint _GtkCellRendererAccel::GSEAL(int)'
guint GSEAL (accel_key);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:59:32: error: ISO C++ forbids declaration of 'edit_widget' with no type [-fpermissive]
GtkWidget *GSEAL (edit_widget);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:60:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (grab_widget);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:60:32: error: 'GtkWidget* _GtkCellRendererAccel::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (grab_widget);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:54:9: note: previous declaration 'guint _GtkCellRendererAccel::GSEAL(int)'
guint GSEAL (accel_key);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:60:32: error: ISO C++ forbids declaration of 'grab_widget' with no type [-fpermissive]
GtkWidget *GSEAL (grab_widget);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:61:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (sizing_label);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:61:33: error: 'GtkWidget* _GtkCellRendererAccel::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (sizing_label);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:54:9: note: previous declaration 'guint _GtkCellRendererAccel::GSEAL(int)'
guint GSEAL (accel_key);
^
/usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h:61:33: error: ISO C++ forbids declaration of 'sizing_label' with no type [-fpermissive]
GtkWidget *GSEAL (sizing_label);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:58:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:46:17: error: expected ';' at end of member declaration
GtkTreeModel *GSEAL (model);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:46:29: error: ISO C++ forbids declaration of 'model' with no type [-fpermissive]
GtkTreeModel *GSEAL (model);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:47:24: error: 'text_column' has not been declared
gint GSEAL (text_column);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:47:35: error: 'gint _GtkCellRendererCombo::GSEAL(int)' conflicts with a previous declaration
gint GSEAL (text_column);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:46:29: note: previous declaration 'GtkTreeModel* _GtkCellRendererCombo::GSEAL'
GtkTreeModel *GSEAL (model);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:48:24: error: 'has_entry' has not been declared
gboolean GSEAL (has_entry);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:48:17: error: 'gboolean _GtkCellRendererCombo::GSEAL(int)' cannot be overloaded
gboolean GSEAL (has_entry);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:47:17: error: with 'gint _GtkCellRendererCombo::GSEAL(int)'
gint GSEAL (text_column);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:51:24: error: 'focus_out_id' has not been declared
guint GSEAL (focus_out_id);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:51:17: error: 'guint _GtkCellRendererCombo::GSEAL(int)' cannot be overloaded
guint GSEAL (focus_out_id);
^
/usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h:47:17: error: with 'gint _GtkCellRendererCombo::GSEAL(int)'
gint GSEAL (text_column);
^
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:36:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkobject.h:116:18: error: 'flags' has not been declared
guint32 GSEAL (flags);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:59:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:48:14: error: expected ';' at end of member declaration
GdkPixbuf *GSEAL (pixbuf);
^
/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:48:27: error: ISO C++ forbids declaration of 'pixbuf' with no type [-fpermissive]
GdkPixbuf *GSEAL (pixbuf);
^
/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:49:14: error: expected ';' at end of member declaration
GdkPixbuf *GSEAL (pixbuf_expander_open);
^
/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:49:41: error: redeclaration of 'GdkPixbuf* _GtkCellRendererPixbuf::GSEAL'
GdkPixbuf *GSEAL (pixbuf_expander_open);
^
/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:48:27: note: previous declaration 'GdkPixbuf* _GtkCellRendererPixbuf::GSEAL'
GdkPixbuf *GSEAL (pixbuf);
^
/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:49:41: error: ISO C++ forbids declaration of 'pixbuf_expander_open' with no type [-fpermissive]
GdkPixbuf *GSEAL (pixbuf_expander_open);
^
/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:50:14: error: expected ';' at end of member declaration
GdkPixbuf *GSEAL (pixbuf_expander_closed);
^
/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:50:43: error: redeclaration of 'GdkPixbuf* _GtkCellRendererPixbuf::GSEAL'
GdkPixbuf *GSEAL (pixbuf_expander_closed);
^
/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:48:27: note: previous declaration 'GdkPixbuf* _GtkCellRendererPixbuf::GSEAL'
GdkPixbuf *GSEAL (pixbuf);
^
/usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h:50:43: error: ISO C++ forbids declaration of 'pixbuf_expander_closed' with no type [-fpermissive]
GdkPixbuf *GSEAL (pixbuf_expander_closed);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:60:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcellrendererprogress.h:55:35: error: expected ';' at end of member declaration
GtkCellRendererProgressPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkcellrendererprogress.h:55:46: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkCellRendererProgressPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:64:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:48:16: error: 'active' has not been declared
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:49:16: error: 'activatable' has not been declared
guint GSEAL (activatable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:49:9: error: 'guint _GtkCellRendererToggle::GSEAL(int)' cannot be overloaded
guint GSEAL (activatable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:48:9: error: with 'guint _GtkCellRendererToggle::GSEAL(int)'
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:50:16: error: 'radio' has not been declared
guint GSEAL (radio) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:50:9: error: 'guint _GtkCellRendererToggle::GSEAL(int)' cannot be overloaded
guint GSEAL (radio) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:48:9: error: with 'guint _GtkCellRendererToggle::GSEAL(int)'
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h: In member function 'guint _GtkCellRendererToggle::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:48:26: error: only constructors take member initializers
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:48:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:48:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:48:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h: In member function 'guint _GtkCellRendererToggle::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:49:31: error: only constructors take member initializers
guint GSEAL (activatable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:49:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:49:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:49:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h: In member function 'guint _GtkCellRendererToggle::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:50:25: error: only constructors take member initializers
guint GSEAL (radio) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:50:25: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:50:25: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h:50:25: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtk.h:65:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcellview.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkcellview.h:49:23: error: expected ';' at end of member declaration
GtkCellViewPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkcellview.h:49:34: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkCellViewPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
from /usr/include/gtk-2.0/gtk/gtk.h:66,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:55:16: error: 'active' has not been declared
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:56:16: error: 'draw_indicator' has not been declared
guint GSEAL (draw_indicator) : 1;
^
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:56:9: error: 'guint _GtkToggleButton::GSEAL(int)' cannot be overloaded
guint GSEAL (draw_indicator) : 1;
^
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:55:9: error: with 'guint _GtkToggleButton::GSEAL(int)'
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:57:16: error: 'inconsistent' has not been declared
guint GSEAL (inconsistent) : 1;
^
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:57:9: error: 'guint _GtkToggleButton::GSEAL(int)' cannot be overloaded
guint GSEAL (inconsistent) : 1;
^
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:55:9: error: with 'guint _GtkToggleButton::GSEAL(int)'
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtktogglebutton.h: In member function 'guint _GtkToggleButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:55:26: error: only constructors take member initializers
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:55:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:55:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:55:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktogglebutton.h: In member function 'guint _GtkToggleButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:56:34: error: only constructors take member initializers
guint GSEAL (draw_indicator) : 1;
^
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:56:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:56:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:56:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktogglebutton.h: In member function 'guint _GtkToggleButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:57:32: error: only constructors take member initializers
guint GSEAL (inconsistent) : 1;
^
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:57:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:57:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:57:32: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:35:0,
from /usr/include/gtk-2.0/gtk/gtk.h:67,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkmenuitem.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:55:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (submenu);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:55:28: error: ISO C++ forbids declaration of 'submenu' with no type [-fpermissive]
GtkWidget *GSEAL (submenu);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:56:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:56:33: error: redeclaration of 'GdkWindow* _GtkMenuItem::GSEAL'
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:55:28: note: previous declaration 'GtkWidget* _GtkMenuItem::GSEAL'
GtkWidget *GSEAL (submenu);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:56:33: error: ISO C++ forbids declaration of 'event_window' with no type [-fpermissive]
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:58:18: error: 'toggle_size' has not been declared
guint16 GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:58:29: error: 'guint16 _GtkMenuItem::GSEAL(int)' conflicts with a previous declaration
guint16 GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:55:28: note: previous declaration 'GtkWidget* _GtkMenuItem::GSEAL'
GtkWidget *GSEAL (submenu);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:59:18: error: 'accelerator_width' has not been declared
guint16 GSEAL (accelerator_width);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:59:11: error: 'guint16 _GtkMenuItem::GSEAL(int)' cannot be overloaded
guint16 GSEAL (accelerator_width);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:58:11: error: with 'guint16 _GtkMenuItem::GSEAL(int)'
guint16 GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:60:11: error: expected ';' at end of member declaration
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:60:28: error: redeclaration of 'gchar* _GtkMenuItem::GSEAL'
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:55:28: note: previous declaration 'GtkWidget* _GtkMenuItem::GSEAL'
GtkWidget *GSEAL (submenu);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:60:28: error: ISO C++ forbids declaration of 'accel_path' with no type [-fpermissive]
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:62:16: error: 'show_submenu_indicator' has not been declared
guint GSEAL (show_submenu_indicator) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:62:9: error: 'guint _GtkMenuItem::GSEAL(int)' cannot be overloaded
guint GSEAL (show_submenu_indicator) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:58:11: error: with 'guint16 _GtkMenuItem::GSEAL(int)'
guint16 GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:63:16: error: 'submenu_placement' has not been declared
guint GSEAL (submenu_placement) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:63:9: error: 'guint _GtkMenuItem::GSEAL(int)' cannot be overloaded
guint GSEAL (submenu_placement) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:58:11: error: with 'guint16 _GtkMenuItem::GSEAL(int)'
guint16 GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:64:16: error: 'submenu_direction' has not been declared
guint GSEAL (submenu_direction) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:64:9: error: 'guint _GtkMenuItem::GSEAL(int)' cannot be overloaded
guint GSEAL (submenu_direction) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:58:11: error: with 'guint16 _GtkMenuItem::GSEAL(int)'
guint16 GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:65:16: error: 'right_justify' has not been declared
guint GSEAL (right_justify): 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:65:9: error: 'guint _GtkMenuItem::GSEAL(int)' cannot be overloaded
guint GSEAL (right_justify): 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:58:11: error: with 'guint16 _GtkMenuItem::GSEAL(int)'
guint16 GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:66:16: error: 'timer_from_keypress' has not been declared
guint GSEAL (timer_from_keypress) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:66:9: error: 'guint _GtkMenuItem::GSEAL(int)' cannot be overloaded
guint GSEAL (timer_from_keypress) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:58:11: error: with 'guint16 _GtkMenuItem::GSEAL(int)'
guint16 GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:67:16: error: 'from_menubar' has not been declared
guint GSEAL (from_menubar) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:67:9: error: 'guint _GtkMenuItem::GSEAL(int)' cannot be overloaded
guint GSEAL (from_menubar) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:58:11: error: with 'guint16 _GtkMenuItem::GSEAL(int)'
guint16 GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:68:16: error: 'timer' has not been declared
guint GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:68:9: error: 'guint _GtkMenuItem::GSEAL(int)' cannot be overloaded
guint GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:58:11: error: with 'guint16 _GtkMenuItem::GSEAL(int)'
guint16 GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h: In member function 'guint _GtkMenuItem::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:62:42: error: only constructors take member initializers
guint GSEAL (show_submenu_indicator) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:62:42: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:62:42: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:62:42: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenuitem.h: In member function 'guint _GtkMenuItem::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:63:37: error: only constructors take member initializers
guint GSEAL (submenu_placement) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:63:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:63:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:63:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenuitem.h: In member function 'guint _GtkMenuItem::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:64:37: error: only constructors take member initializers
guint GSEAL (submenu_direction) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:64:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:64:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:64:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenuitem.h: In member function 'guint _GtkMenuItem::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:65:32: error: only constructors take member initializers
guint GSEAL (right_justify): 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:65:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:65:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:65:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenuitem.h: In member function 'guint _GtkMenuItem::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:66:39: error: only constructors take member initializers
guint GSEAL (timer_from_keypress) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:66:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:66:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:66:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenuitem.h: In member function 'guint _GtkMenuItem::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:67:32: error: only constructors take member initializers
guint GSEAL (from_menubar) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:67:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:67:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenuitem.h:67:32: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtk.h:67:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:55:16: error: 'active' has not been declared
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:56:16: error: 'always_show_toggle' has not been declared
guint GSEAL (always_show_toggle) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:56:9: error: 'guint _GtkCheckMenuItem::GSEAL(int)' cannot be overloaded
guint GSEAL (always_show_toggle) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:55:9: error: with 'guint _GtkCheckMenuItem::GSEAL(int)'
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:57:16: error: 'inconsistent' has not been declared
guint GSEAL (inconsistent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:57:9: error: 'guint _GtkCheckMenuItem::GSEAL(int)' cannot be overloaded
guint GSEAL (inconsistent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:55:9: error: with 'guint _GtkCheckMenuItem::GSEAL(int)'
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:58:16: error: 'draw_as_radio' has not been declared
guint GSEAL (draw_as_radio) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:58:9: error: 'guint _GtkCheckMenuItem::GSEAL(int)' cannot be overloaded
guint GSEAL (draw_as_radio) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:55:9: error: with 'guint _GtkCheckMenuItem::GSEAL(int)'
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h: In member function 'guint _GtkCheckMenuItem::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:55:26: error: only constructors take member initializers
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:55:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:55:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:55:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h: In member function 'guint _GtkCheckMenuItem::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:56:38: error: only constructors take member initializers
guint GSEAL (always_show_toggle) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:56:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:56:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:56:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h: In member function 'guint _GtkCheckMenuItem::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:57:32: error: only constructors take member initializers
guint GSEAL (inconsistent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:57:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:57:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:57:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h: In member function 'guint _GtkCheckMenuItem::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:58:33: error: only constructors take member initializers
guint GSEAL (draw_as_radio) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:58:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:58:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h:58:33: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtktextiter.h:34:0,
from /usr/include/gtk-2.0/gtk/gtkselection.h:36,
from /usr/include/gtk-2.0/gtk/gtkclipboard.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:68,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtktexttag.h: At global scope:
/usr/include/gtk-2.0/gtk/gtktexttag.h:88:20: error: expected ';' at end of member declaration
GtkTextTagTable *GSEAL (table);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:88:32: error: ISO C++ forbids declaration of 'table' with no type [-fpermissive]
GtkTextTagTable *GSEAL (table);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:90:9: error: expected ';' at end of member declaration
char *GSEAL (name); /* Name of this tag. This field is actually
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:90:20: error: redeclaration of 'char* _GtkTextTag::GSEAL'
char *GSEAL (name); /* Name of this tag. This field is actually
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:88:32: note: previous declaration 'GtkTextTagTable* _GtkTextTag::GSEAL'
GtkTextTagTable *GSEAL (table);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:90:20: error: ISO C++ forbids declaration of 'name' with no type [-fpermissive]
char *GSEAL (name); /* Name of this tag. This field is actually
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:14: error: 'priority' has not been declared
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:22: error: 'int _GtkTextTag::GSEAL(int)' conflicts with a previous declaration
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:88:32: note: previous declaration 'GtkTextTagTable* _GtkTextTag::GSEAL'
GtkTextTagTable *GSEAL (table);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:106:22: error: expected ';' at end of member declaration
GtkTextAttributes *GSEAL (values);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:106:35: error: redeclaration of 'GtkTextAttributes* _GtkTextTag::GSEAL'
GtkTextAttributes *GSEAL (values);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:88:32: note: previous declaration 'GtkTextTagTable* _GtkTextTag::GSEAL'
GtkTextTagTable *GSEAL (table);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:106:35: error: ISO C++ forbids declaration of 'values' with no type [-fpermissive]
GtkTextAttributes *GSEAL (values);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:111:16: error: 'bg_color_set' has not been declared
guint GSEAL (bg_color_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:111:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (bg_color_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:112:16: error: 'bg_stipple_set' has not been declared
guint GSEAL (bg_stipple_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:112:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (bg_stipple_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:113:16: error: 'fg_color_set' has not been declared
guint GSEAL (fg_color_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:113:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (fg_color_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:114:16: error: 'scale_set' has not been declared
guint GSEAL (scale_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:114:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (scale_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:115:16: error: 'fg_stipple_set' has not been declared
guint GSEAL (fg_stipple_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:115:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (fg_stipple_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:116:16: error: 'justification_set' has not been declared
guint GSEAL (justification_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:116:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (justification_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:117:16: error: 'left_margin_set' has not been declared
guint GSEAL (left_margin_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:117:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (left_margin_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:118:16: error: 'indent_set' has not been declared
guint GSEAL (indent_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:118:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (indent_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:119:16: error: 'rise_set' has not been declared
guint GSEAL (rise_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:119:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (rise_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:120:16: error: 'strikethrough_set' has not been declared
guint GSEAL (strikethrough_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:120:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (strikethrough_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:121:16: error: 'right_margin_set' has not been declared
guint GSEAL (right_margin_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:121:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (right_margin_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:122:16: error: 'pixels_above_lines_set' has not been declared
guint GSEAL (pixels_above_lines_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:122:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (pixels_above_lines_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:123:16: error: 'pixels_below_lines_set' has not been declared
guint GSEAL (pixels_below_lines_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:123:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (pixels_below_lines_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:124:16: error: 'pixels_inside_wrap_set' has not been declared
guint GSEAL (pixels_inside_wrap_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:124:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (pixels_inside_wrap_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:125:16: error: 'tabs_set' has not been declared
guint GSEAL (tabs_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:125:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (tabs_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:126:16: error: 'underline_set' has not been declared
guint GSEAL (underline_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:126:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (underline_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:127:16: error: 'wrap_mode_set' has not been declared
guint GSEAL (wrap_mode_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:127:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (wrap_mode_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:128:16: error: 'bg_full_height_set' has not been declared
guint GSEAL (bg_full_height_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:128:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (bg_full_height_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:129:16: error: 'invisible_set' has not been declared
guint GSEAL (invisible_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:129:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (invisible_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:130:16: error: 'editable_set' has not been declared
guint GSEAL (editable_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:130:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (editable_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:131:16: error: 'language_set' has not been declared
guint GSEAL (language_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:131:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (language_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:132:16: error: 'pg_bg_color_set' has not been declared
guint GSEAL (pg_bg_color_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:132:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (pg_bg_color_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:37:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:18: error: 'lower' has not been declared
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:135:16: error: 'accumulative_margin' has not been declared
guint GSEAL (accumulative_margin) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:135:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (accumulative_margin) : 1;
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:56:18: error: 'upper' has not been declared
gdouble GSEAL (upper);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:137:16: error: 'pad1' has not been declared
guint GSEAL (pad1) : 1;
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:56:11: error: 'gdouble _GtkAdjustment::GSEAL(int)' cannot be overloaded
gdouble GSEAL (upper);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:137:9: error: 'guint _GtkTextTag::GSEAL(int)' cannot be overloaded
guint GSEAL (pad1) : 1;
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: with 'gdouble _GtkAdjustment::GSEAL(int)'
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:57:18: error: 'value' has not been declared
gdouble GSEAL (value);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:94:7: error: with 'int _GtkTextTag::GSEAL(int)'
int GSEAL (priority); /* Priority of this tag within widget. 0
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:57:11: error: 'gdouble _GtkAdjustment::GSEAL(int)' cannot be overloaded
gdouble GSEAL (value);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:111:32: error: only constructors take member initializers
guint GSEAL (bg_color_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: with 'gdouble _GtkAdjustment::GSEAL(int)'
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:111:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:111:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:111:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkadjustment.h:58:18: error: 'step_increment' has not been declared
gdouble GSEAL (step_increment);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:112:34: error: only constructors take member initializers
guint GSEAL (bg_stipple_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:112:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:112:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:112:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:113:32: error: only constructors take member initializers
guint GSEAL (fg_color_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:58:11: error: 'gdouble _GtkAdjustment::GSEAL(int)' cannot be overloaded
gdouble GSEAL (step_increment);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:113:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: with 'gdouble _GtkAdjustment::GSEAL(int)'
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:113:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkadjustment.h:59:18: error: 'page_increment' has not been declared
gdouble GSEAL (page_increment);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:113:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:114:29: error: only constructors take member initializers
guint GSEAL (scale_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:59:11: error: 'gdouble _GtkAdjustment::GSEAL(int)' cannot be overloaded
gdouble GSEAL (page_increment);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:114:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: with 'gdouble _GtkAdjustment::GSEAL(int)'
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:114:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkadjustment.h:60:18: error: 'page_size' has not been declared
gdouble GSEAL (page_size);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:114:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:115:34: error: only constructors take member initializers
guint GSEAL (fg_stipple_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkadjustment.h:60:11: error: 'gdouble _GtkAdjustment::GSEAL(int)' cannot be overloaded
gdouble GSEAL (page_size);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:115:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkadjustment.h:55:11: error: with 'gdouble _GtkAdjustment::GSEAL(int)'
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:115:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:115:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:116:37: error: only constructors take member initializers
guint GSEAL (justification_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:116:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:116:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:116:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:117:35: error: only constructors take member initializers
guint GSEAL (left_margin_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:117:35: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:117:35: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:117:35: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:118:30: error: only constructors take member initializers
guint GSEAL (indent_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:118:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:118:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:118:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:119:28: error: only constructors take member initializers
guint GSEAL (rise_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:119:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:119:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:119:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:120:37: error: only constructors take member initializers
guint GSEAL (strikethrough_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:120:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:120:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:120:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:121:36: error: only constructors take member initializers
guint GSEAL (right_margin_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:121:36: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:121:36: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:121:36: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:122:42: error: only constructors take member initializers
guint GSEAL (pixels_above_lines_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:122:42: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:122:42: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:122:42: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:123:42: error: only constructors take member initializers
guint GSEAL (pixels_below_lines_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:123:42: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:123:42: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:123:42: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:124:42: error: only constructors take member initializers
guint GSEAL (pixels_inside_wrap_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:124:42: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:124:42: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:124:42: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:125:28: error: only constructors take member initializers
guint GSEAL (tabs_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:125:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:125:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:125:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:126:33: error: only constructors take member initializers
guint GSEAL (underline_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:126:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:126:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:126:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:127:33: error: only constructors take member initializers
guint GSEAL (wrap_mode_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:127:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:127:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:127:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:128:38: error: only constructors take member initializers
guint GSEAL (bg_full_height_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:128:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:128:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:128:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:129:33: error: only constructors take member initializers
guint GSEAL (invisible_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:129:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:129:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:129:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:130:32: error: only constructors take member initializers
guint GSEAL (editable_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:130:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:130:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:130:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:131:32: error: only constructors take member initializers
guint GSEAL (language_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:131:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:131:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:131:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:132:35: error: only constructors take member initializers
guint GSEAL (pg_bg_color_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:132:35: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:132:35: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:132:35: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:135:39: error: only constructors take member initializers
guint GSEAL (accumulative_margin) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:135:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:135:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:135:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtktexttag.h: In member function 'guint _GtkTextTag::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtktexttag.h:137:24: error: only constructors take member initializers
guint GSEAL (pad1) : 1;
^
/usr/include/gtk-2.0/gtk/gtktexttag.h:137:24: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:137:24: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtktexttag.h:137:24: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtktextiter.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkselection.h:36,
from /usr/include/gtk-2.0/gtk/gtkclipboard.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:68,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtktextchild.h: At global scope:
/usr/include/gtk-2.0/gtk/gtktextchild.h:59:19: error: 'segment' has not been declared
gpointer GSEAL (segment);
^
In file included from /usr/include/gtk-2.0/gtk/gtkclipboard.h:29:0,
from /usr/include/gtk-2.0/gtk/gtk.h:68,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkselection.h:60:24: error: 'selection' has not been declared
GdkAtom GSEAL (selection);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:61:24: error: 'target' has not been declared
GdkAtom GSEAL (target);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:61:17: error: '_GdkAtom* _GtkSelectionData::GSEAL(int)' cannot be overloaded
GdkAtom GSEAL (target);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:60:17: error: with '_GdkAtom* _GtkSelectionData::GSEAL(int)'
GdkAtom GSEAL (selection);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:62:24: error: 'type' has not been declared
GdkAtom GSEAL (type);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:62:17: error: '_GdkAtom* _GtkSelectionData::GSEAL(int)' cannot be overloaded
GdkAtom GSEAL (type);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:60:17: error: with '_GdkAtom* _GtkSelectionData::GSEAL(int)'
GdkAtom GSEAL (selection);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:63:24: error: 'format' has not been declared
gint GSEAL (format);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:63:17: error: 'gint _GtkSelectionData::GSEAL(int)' cannot be overloaded
gint GSEAL (format);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:60:17: error: with '_GdkAtom* _GtkSelectionData::GSEAL(int)'
GdkAtom GSEAL (selection);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:64:17: error: expected ';' at end of member declaration
guchar *GSEAL (data);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:64:28: error: 'guchar* _GtkSelectionData::GSEAL' conflicts with a previous declaration
guchar *GSEAL (data);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:60:17: note: previous declaration '_GdkAtom* _GtkSelectionData::GSEAL(int)'
GdkAtom GSEAL (selection);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:64:28: error: ISO C++ forbids declaration of 'data' with no type [-fpermissive]
guchar *GSEAL (data);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:65:24: error: 'length' has not been declared
gint GSEAL (length);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:65:17: error: 'gint _GtkSelectionData::GSEAL(int)' cannot be overloaded
gint GSEAL (length);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:60:17: error: with '_GdkAtom* _GtkSelectionData::GSEAL(int)'
GdkAtom GSEAL (selection);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:66:17: error: expected ';' at end of member declaration
GdkDisplay *GSEAL (display);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:66:31: error: 'GdkDisplay* _GtkSelectionData::GSEAL' conflicts with a previous declaration
GdkDisplay *GSEAL (display);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:60:17: note: previous declaration '_GdkAtom* _GtkSelectionData::GSEAL(int)'
GdkAtom GSEAL (selection);
^
/usr/include/gtk-2.0/gtk/gtkselection.h:66:31: error: ISO C++ forbids declaration of 'display' with no type [-fpermissive]
GdkDisplay *GSEAL (display);
^
In file included from /usr/include/gtk-2.0/gtk/gtkwidget.h:39:0,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtksettings.h:51:11: error: expected ';' at end of member declaration
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:51:33: error: ISO C++ forbids declaration of 'queued_settings' with no type [-fpermissive]
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:52:29: error: expected ';' at end of member declaration
GtkSettingsPropertyValue *GSEAL (property_values);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:52:51: error: redeclaration of 'GtkSettingsPropertyValue* _GtkSettings::GSEAL'
GtkSettingsPropertyValue *GSEAL (property_values);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:51:33: note: previous declaration 'GData* _GtkSettings::GSEAL'
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:52:51: error: ISO C++ forbids declaration of 'property_values' with no type [-fpermissive]
GtkSettingsPropertyValue *GSEAL (property_values);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:54:17: error: expected ';' at end of member declaration
GtkRcContext *GSEAL (rc_context);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:54:34: error: redeclaration of 'GtkRcContext* _GtkSettings::GSEAL'
GtkRcContext *GSEAL (rc_context);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:51:33: note: previous declaration 'GData* _GtkSettings::GSEAL'
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:54:34: error: ISO C++ forbids declaration of 'rc_context' with no type [-fpermissive]
GtkRcContext *GSEAL (rc_context);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:55:17: error: expected ';' at end of member declaration
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:55:30: error: redeclaration of 'GdkScreen* _GtkSettings::GSEAL'
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtksettings.h:51:33: note: previous declaration 'GData* _GtkSettings::GSEAL'
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
^
/usr/include/gtk-2.0/gtk/gtksettings.h:55:30: error: ISO C++ forbids declaration of 'screen' with no type [-fpermissive]
GdkScreen *GSEAL (screen);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:69:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcolorbutton.h:67:26: error: expected ';' at end of member declaration
GtkColorButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkcolorbutton.h:67:37: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkColorButtonPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:70:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcolorsel.h:63:19: error: 'private_data' has not been declared
gpointer GSEAL (private_data);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:71:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:56:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (colorsel);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:56:29: error: ISO C++ forbids declaration of 'colorsel' with no type [-fpermissive]
GtkWidget *GSEAL (colorsel);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:57:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (ok_button);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:57:30: error: redeclaration of 'GtkWidget* _GtkColorSelectionDialog::GSEAL'
GtkWidget *GSEAL (ok_button);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:56:29: note: previous declaration 'GtkWidget* _GtkColorSelectionDialog::GSEAL'
GtkWidget *GSEAL (colorsel);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:57:30: error: ISO C++ forbids declaration of 'ok_button' with no type [-fpermissive]
GtkWidget *GSEAL (ok_button);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:58:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (cancel_button);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:58:34: error: redeclaration of 'GtkWidget* _GtkColorSelectionDialog::GSEAL'
GtkWidget *GSEAL (cancel_button);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:56:29: note: previous declaration 'GtkWidget* _GtkColorSelectionDialog::GSEAL'
GtkWidget *GSEAL (colorsel);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:58:34: error: ISO C++ forbids declaration of 'cancel_button' with no type [-fpermissive]
GtkWidget *GSEAL (cancel_button);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:59:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (help_button);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:59:32: error: redeclaration of 'GtkWidget* _GtkColorSelectionDialog::GSEAL'
GtkWidget *GSEAL (help_button);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:56:29: note: previous declaration 'GtkWidget* _GtkColorSelectionDialog::GSEAL'
GtkWidget *GSEAL (colorsel);
^
/usr/include/gtk-2.0/gtk/gtkcolorseldialog.h:59:32: error: ISO C++ forbids declaration of 'help_button' with no type [-fpermissive]
GtkWidget *GSEAL (help_button);
^
In file included from /usr/include/gtk-2.0/gtk/gtkentrycompletion.h:28:0,
from /usr/include/gtk-2.0/gtk/gtkentry.h:43,
from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:15: error: 'stamp' has not been declared
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:51:19: error: 'seq' has not been declared
gpointer GSEAL (seq); /* head of the list */
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:51:12: error: 'void* _GtkListStore::GSEAL(int)' cannot be overloaded
gpointer GSEAL (seq); /* head of the list */
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: error: with 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:52:19: error: '_gtk_reserved1' has not been declared
gpointer GSEAL (_gtk_reserved1);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:52:12: error: 'void* _GtkListStore::GSEAL(int)' cannot be overloaded
gpointer GSEAL (_gtk_reserved1);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: error: with 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:53:10: error: expected ';' at end of member declaration
GList *GSEAL (sort_list);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:53:26: error: 'GList* _GtkListStore::GSEAL' conflicts with a previous declaration
GList *GSEAL (sort_list);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: note: previous declaration 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:53:26: error: ISO C++ forbids declaration of 'sort_list' with no type [-fpermissive]
GList *GSEAL (sort_list);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:54:15: error: 'n_columns' has not been declared
gint GSEAL (n_columns);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:54:8: error: 'gint _GtkListStore::GSEAL(int)' cannot be overloaded
gint GSEAL (n_columns);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: error: with 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:55:15: error: 'sort_column_id' has not been declared
gint GSEAL (sort_column_id);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:55:8: error: 'gint _GtkListStore::GSEAL(int)' cannot be overloaded
gint GSEAL (sort_column_id);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: error: with 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:56:22: error: 'order' has not been declared
GtkSortType GSEAL (order);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:56:15: error: 'GtkSortType _GtkListStore::GSEAL(int)' cannot be overloaded
GtkSortType GSEAL (order);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: error: with 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:57:10: error: expected ';' at end of member declaration
GType *GSEAL (column_headers);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:57:31: error: 'GType* _GtkListStore::GSEAL' conflicts with a previous declaration
GType *GSEAL (column_headers);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: note: previous declaration 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:57:31: error: ISO C++ forbids declaration of 'column_headers' with no type [-fpermissive]
GType *GSEAL (column_headers);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:58:15: error: 'length' has not been declared
gint GSEAL (length);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:58:8: error: 'gint _GtkListStore::GSEAL(int)' cannot be overloaded
gint GSEAL (length);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: error: with 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:59:33: error: 'default_sort_func' has not been declared
GtkTreeIterCompareFunc GSEAL (default_sort_func);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:59:26: error: 'gint (* _GtkListStore::GSEAL(int))(GtkTreeModel*, GtkTreeIter*, GtkTreeIter*, gpointer)' cannot be overloaded
GtkTreeIterCompareFunc GSEAL (default_sort_func);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: error: with 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:60:19: error: 'default_sort_data' has not been declared
gpointer GSEAL (default_sort_data);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:60:12: error: 'void* _GtkListStore::GSEAL(int)' cannot be overloaded
gpointer GSEAL (default_sort_data);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: error: with 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:61:25: error: 'default_sort_destroy' has not been declared
GDestroyNotify GSEAL (default_sort_destroy);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:61:18: error: 'void (* _GtkListStore::GSEAL(int))(gpointer)' cannot be overloaded
GDestroyNotify GSEAL (default_sort_destroy);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: error: with 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:62:16: error: 'columns_dirty' has not been declared
guint GSEAL (columns_dirty) : 1;
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:62:9: error: 'guint _GtkListStore::GSEAL(int)' cannot be overloaded
guint GSEAL (columns_dirty) : 1;
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:50:8: error: with 'gint _GtkListStore::GSEAL(int)'
gint GSEAL (stamp);
^
/usr/include/gtk-2.0/gtk/gtkliststore.h: In member function 'guint _GtkListStore::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkliststore.h:62:33: error: only constructors take member initializers
guint GSEAL (columns_dirty) : 1;
^
/usr/include/gtk-2.0/gtk/gtkliststore.h:62:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkliststore.h:62:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkliststore.h:62:33: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtkentrycompletion.h:30:0,
from /usr/include/gtk-2.0/gtk/gtkentry.h:43,
from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtktreemodelfilter.h: At global scope:
/usr/include/gtk-2.0/gtk/gtktreemodelfilter.h:58:30: error: expected ';' at end of member declaration
GtkTreeModelFilterPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtktreemodelfilter.h:58:41: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkTreeModelFilterPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtkentry.h:43:0,
from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkentrycompletion.h:56:30: error: expected ';' at end of member declaration
GtkEntryCompletionPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkentrycompletion.h:56:41: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkEntryCompletionPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtktreeview.h:31:0,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkentry.h:70:16: error: expected ';' at end of member declaration
gchar *GSEAL (text); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:70:27: error: ISO C++ forbids declaration of 'text' with no type [-fpermissive]
gchar *GSEAL (text); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:23: error: 'editable' has not been declared
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:35: error: 'guint _GtkEntry::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:70:27: note: previous declaration 'gchar* _GtkEntry::GSEAL'
gchar *GSEAL (text); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:73:23: error: 'visible' has not been declared
guint GSEAL (visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:73:16: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:74:23: error: 'overwrite_mode' has not been declared
guint GSEAL (overwrite_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:74:16: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (overwrite_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:75:23: error: 'in_drag' has not been declared
guint GSEAL (in_drag) : 1; /* FIXME: Should be private?
^
/usr/include/gtk-2.0/gtk/gtkentry.h:75:16: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (in_drag) : 1; /* FIXME: Should be private?
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:78:23: error: 'text_length' has not been declared
guint16 GSEAL (text_length); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:78:16: error: 'guint16 _GtkEntry::GSEAL(int)' cannot be overloaded
guint16 GSEAL (text_length); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:79:23: error: 'text_max_length' has not been declared
guint16 GSEAL (text_max_length); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:79:16: error: 'guint16 _GtkEntry::GSEAL(int)' cannot be overloaded
guint16 GSEAL (text_max_length); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:82:17: error: expected ';' at end of member declaration
GdkWindow *GSEAL (text_area);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:82:33: error: redeclaration of 'GdkWindow* _GtkEntry::GSEAL'
GdkWindow *GSEAL (text_area);
^
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:18: error: 'private_flags' has not been declared
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:70:27: note: previous declaration 'gchar* _GtkEntry::GSEAL'
gchar *GSEAL (text); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:82:33: error: ISO C++ forbids declaration of 'text_area' with no type [-fpermissive]
GdkWindow *GSEAL (text_area);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:83:17: error: expected ';' at end of member declaration
GtkIMContext *GSEAL (im_context);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:550:17: error: 'state' has not been declared
guint8 GSEAL (state);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:83:34: error: redeclaration of 'GtkIMContext* _GtkEntry::GSEAL'
GtkIMContext *GSEAL (im_context);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:70:27: note: previous declaration 'gchar* _GtkEntry::GSEAL'
gchar *GSEAL (text); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:550:10: error: 'guint8 _GtkWidget::GSEAL(int)' cannot be overloaded
guint8 GSEAL (state);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:83:34: error: ISO C++ forbids declaration of 'im_context' with no type [-fpermissive]
GtkIMContext *GSEAL (im_context);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:84:17: error: expected ';' at end of member declaration
GtkWidget *GSEAL (popup_menu);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:84:34: error: redeclaration of 'GtkWidget* _GtkEntry::GSEAL'
GtkWidget *GSEAL (popup_menu);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: error: with 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:70:27: note: previous declaration 'gchar* _GtkEntry::GSEAL'
gchar *GSEAL (text); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:84:34: error: ISO C++ forbids declaration of 'popup_menu' with no type [-fpermissive]
GtkWidget *GSEAL (popup_menu);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:558:17: error: 'saved_state' has not been declared
guint8 GSEAL (saved_state);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:86:24: error: 'current_pos' has not been declared
gint GSEAL (current_pos);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:86:17: error: 'gint _GtkEntry::GSEAL(int)' cannot be overloaded
gint GSEAL (current_pos);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:558:10: error: 'guint8 _GtkWidget::GSEAL(int)' cannot be overloaded
guint8 GSEAL (saved_state);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:87:24: error: 'selection_bound' has not been declared
gint GSEAL (selection_bound);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: error: with 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:87:17: error: 'gint _GtkEntry::GSEAL(int)' cannot be overloaded
gint GSEAL (selection_bound);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:566:10: error: expected ';' at end of member declaration
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:89:17: error: expected ';' at end of member declaration
PangoLayout *GSEAL (cached_layout);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:89:37: error: redeclaration of 'PangoLayout* _GtkEntry::GSEAL'
PangoLayout *GSEAL (cached_layout);
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:566:21: error: 'gchar* _GtkWidget::GSEAL' conflicts with a previous declaration
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:70:27: note: previous declaration 'gchar* _GtkEntry::GSEAL'
gchar *GSEAL (text); /* COMPAT: Deprecated, not used. Remove in GTK+ 3.x */
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: note: previous declaration 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:89:37: error: ISO C++ forbids declaration of 'cached_layout' with no type [-fpermissive]
PangoLayout *GSEAL (cached_layout);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:91:24: error: 'cache_includes_preedit' has not been declared
guint GSEAL (cache_includes_preedit) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:566:21: error: ISO C++ forbids declaration of 'name' with no type [-fpermissive]
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:91:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (cache_includes_preedit) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:92:24: error: 'need_im_reset' has not been declared
guint GSEAL (need_im_reset) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:575:13: error: expected ';' at end of member declaration
GtkStyle *GSEAL (style);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:92:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (need_im_reset) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:575:25: error: 'GtkStyle* _GtkWidget::GSEAL' conflicts with a previous declaration
GtkStyle *GSEAL (style);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:93:24: error: 'has_frame' has not been declared
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: note: previous declaration 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:93:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:94:24: error: 'activates_default' has not been declared
guint GSEAL (activates_default) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:575:25: error: ISO C++ forbids declaration of 'style' with no type [-fpermissive]
GtkStyle *GSEAL (style);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:94:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (activates_default) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:579:25: error: 'requisition' has not been declared
GtkRequisition GSEAL (requisition);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:95:24: error: 'cursor_visible' has not been declared
guint GSEAL (cursor_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:95:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (cursor_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:579:18: error: 'GtkRequisition _GtkWidget::GSEAL(int)' cannot be overloaded
GtkRequisition GSEAL (requisition);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:96:24: error: 'in_click' has not been declared
guint GSEAL (in_click) : 1; /* Flag so we don't select all when clicking in entry to focus in */
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: error: with 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:96:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (in_click) : 1; /* Flag so we don't select all when clicking in entry to focus in */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:583:24: error: 'allocation' has not been declared
GtkAllocation GSEAL (allocation);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:97:24: error: 'is_cell_renderer' has not been declared
guint GSEAL (is_cell_renderer) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:583:17: error: 'GtkAllocation _GtkWidget::GSEAL(int)' cannot be overloaded
GtkAllocation GSEAL (allocation);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:97:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (is_cell_renderer) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:98:24: error: 'editing_canceled' has not been declared
guint GSEAL (editing_canceled) : 1; /* Only used by GtkCellRendererText */
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: error: with 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:98:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (editing_canceled) : 1; /* Only used by GtkCellRendererText */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:589:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:99:24: error: 'mouse_cursor_obscured' has not been declared
guint GSEAL (mouse_cursor_obscured) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:99:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (mouse_cursor_obscured) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:589:27: error: 'GdkWindow* _GtkWidget::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: note: previous declaration 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:100:24: error: 'select_words' has not been declared
guint GSEAL (select_words) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:100:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (select_words) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:589:27: error: ISO C++ forbids declaration of 'window' with no type [-fpermissive]
GdkWindow *GSEAL (window);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:101:24: error: 'select_lines' has not been declared
guint GSEAL (select_lines) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:101:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (select_lines) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:593:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (parent);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:593:27: error: 'GtkWidget* _GtkWidget::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (parent);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:102:24: error: 'resolved_dir' has not been declared
guint GSEAL (resolved_dir) : 4; /* PangoDirection */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:102:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (resolved_dir) : 4; /* PangoDirection */
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:545:11: note: previous declaration 'guint16 _GtkWidget::GSEAL(int)'
guint16 GSEAL (private_flags);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:103:24: error: 'truncate_multiline' has not been declared
guint GSEAL (truncate_multiline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwidget.h:593:27: error: ISO C++ forbids declaration of 'parent' with no type [-fpermissive]
GtkWidget *GSEAL (parent);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:103:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (truncate_multiline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:105:24: error: 'button' has not been declared
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:105:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:106:24: error: 'blink_timeout' has not been declared
guint GSEAL (blink_timeout);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:106:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (blink_timeout);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:107:24: error: 'recompute_idle' has not been declared
guint GSEAL (recompute_idle);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:107:17: error: 'guint _GtkEntry::GSEAL(int)' cannot be overloaded
guint GSEAL (recompute_idle);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:108:24: error: 'scroll_offset' has not been declared
gint GSEAL (scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:108:17: error: 'gint _GtkEntry::GSEAL(int)' cannot be overloaded
gint GSEAL (scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:109:24: error: 'ascent' has not been declared
gint GSEAL (ascent); /* font ascent in pango units */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:109:17: error: 'gint _GtkEntry::GSEAL(int)' cannot be overloaded
gint GSEAL (ascent); /* font ascent in pango units */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:110:24: error: 'descent' has not been declared
gint GSEAL (descent); /* font descent in pango units */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:110:17: error: 'gint _GtkEntry::GSEAL(int)' cannot be overloaded
gint GSEAL (descent); /* font descent in pango units */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:112:24: error: 'x_text_size' has not been declared
guint16 GSEAL (x_text_size); /* allocated size, in bytes */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:112:17: error: 'guint16 _GtkEntry::GSEAL(int)' cannot be overloaded
guint16 GSEAL (x_text_size); /* allocated size, in bytes */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:113:24: error: 'x_n_bytes' has not been declared
guint16 GSEAL (x_n_bytes); /* length in use, in bytes */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:113:17: error: 'guint16 _GtkEntry::GSEAL(int)' cannot be overloaded
guint16 GSEAL (x_n_bytes); /* length in use, in bytes */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:115:24: error: 'preedit_length' has not been declared
guint16 GSEAL (preedit_length); /* length of preedit string, in bytes */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:115:17: error: 'guint16 _GtkEntry::GSEAL(int)' cannot be overloaded
guint16 GSEAL (preedit_length); /* length of preedit string, in bytes */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:116:24: error: 'preedit_cursor' has not been declared
guint16 GSEAL (preedit_cursor); /* offset of cursor within preedit string, in chars */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:116:17: error: 'guint16 _GtkEntry::GSEAL(int)' cannot be overloaded
guint16 GSEAL (preedit_cursor); /* offset of cursor within preedit string, in chars */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:118:24: error: 'dnd_position' has not been declared
gint GSEAL (dnd_position); /* In chars, -1 == no DND cursor */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:118:17: error: 'gint _GtkEntry::GSEAL(int)' cannot be overloaded
gint GSEAL (dnd_position); /* In chars, -1 == no DND cursor */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:120:24: error: 'drag_start_x' has not been declared
gint GSEAL (drag_start_x);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:120:17: error: 'gint _GtkEntry::GSEAL(int)' cannot be overloaded
gint GSEAL (drag_start_x);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:121:24: error: 'drag_start_y' has not been declared
gint GSEAL (drag_start_y);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:121:17: error: 'gint _GtkEntry::GSEAL(int)' cannot be overloaded
gint GSEAL (drag_start_y);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:123:24: error: 'invisible_char' has not been declared
gunichar GSEAL (invisible_char);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:123:17: error: 'gunichar _GtkEntry::GSEAL(int)' cannot be overloaded
gunichar GSEAL (invisible_char);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:125:24: error: 'width_chars' has not been declared
gint GSEAL (width_chars);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:125:17: error: 'gint _GtkEntry::GSEAL(int)' cannot be overloaded
gint GSEAL (width_chars);
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:16: error: with 'guint _GtkEntry::GSEAL(int)'
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:72:35: error: only constructors take member initializers
guint GSEAL (editable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:72:35: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:72:35: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:72:35: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:73:35: error: only constructors take member initializers
guint GSEAL (visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:73:35: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:73:35: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:73:35: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:74:41: error: only constructors take member initializers
guint GSEAL (overwrite_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:74:41: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:74:41: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:74:41: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:75:34: error: only constructors take member initializers
guint GSEAL (in_drag) : 1; /* FIXME: Should be private?
^
/usr/include/gtk-2.0/gtk/gtkentry.h:75:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:75:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:75:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:91:50: error: only constructors take member initializers
guint GSEAL (cache_includes_preedit) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:91:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:91:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:91:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:92:50: error: only constructors take member initializers
guint GSEAL (need_im_reset) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:92:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:92:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:92:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:93:50: error: only constructors take member initializers
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:93:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:93:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:93:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:94:50: error: only constructors take member initializers
guint GSEAL (activates_default) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:94:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:94:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:94:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:95:50: error: only constructors take member initializers
guint GSEAL (cursor_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:95:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:95:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:95:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:96:50: error: only constructors take member initializers
guint GSEAL (in_click) : 1; /* Flag so we don't select all when clicking in entry to focus in */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:96:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:96:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:96:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:97:50: error: only constructors take member initializers
guint GSEAL (is_cell_renderer) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:97:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:97:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:97:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:98:50: error: only constructors take member initializers
guint GSEAL (editing_canceled) : 1; /* Only used by GtkCellRendererText */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:98:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:98:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:98:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:99:50: error: only constructors take member initializers
guint GSEAL (mouse_cursor_obscured) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:99:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:99:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:99:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:100:50: error: only constructors take member initializers
guint GSEAL (select_words) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:100:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:100:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:100:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:101:50: error: only constructors take member initializers
guint GSEAL (select_lines) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:101:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:101:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:101:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:102:50: error: only constructors take member initializers
guint GSEAL (resolved_dir) : 4; /* PangoDirection */
^
/usr/include/gtk-2.0/gtk/gtkentry.h:102:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:102:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:102:50: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkentry.h: In member function 'guint _GtkEntry::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkentry.h:103:50: error: only constructors take member initializers
guint GSEAL (truncate_multiline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkentry.h:103:50: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:103:50: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkentry.h:103:50: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29:0,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtktreeview.h: At global scope:
/usr/include/gtk-2.0/gtk/gtktreeview.h:65:23: error: expected ';' at end of member declaration
GtkTreeViewPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtktreeview.h:65:34: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkTreeViewPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:72:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcombobox.h:49:23: error: expected ';' at end of member declaration
GtkComboBoxPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkcombobox.h:49:34: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkComboBoxPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:73:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkcomboboxentry.h:50:28: error: expected ';' at end of member declaration
GtkComboBoxEntryPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkcomboboxentry.h:50:39: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkComboBoxEntryPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:79:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkdrawingarea.h:55:19: error: 'draw_data' has not been declared
gpointer GSEAL (draw_data);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:86:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkexpander.h:50:23: error: expected ';' at end of member declaration
GtkExpanderPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkexpander.h:50:34: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkExpanderPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:87:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkfixed.h:56:10: error: expected ';' at end of member declaration
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkfixed.h:56:25: error: ISO C++ forbids declaration of 'children' with no type [-fpermissive]
GList *GSEAL (children);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:89:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:49:32: error: expected ';' at end of member declaration
GtkFileChooserButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:49:43: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkFileChooserButtonPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:90:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkfilechooserdialog.h:48:32: error: expected ';' at end of member declaration
GtkFileChooserDialogPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkfilechooserdialog.h:48:43: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkFileChooserDialogPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:91:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkfilechooserwidget.h:48:32: error: expected ';' at end of member declaration
GtkFileChooserWidgetPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkfilechooserwidget.h:48:43: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkFileChooserWidgetPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:93:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkfontbutton.h:57:25: error: expected ';' at end of member declaration
GtkFontButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkfontbutton.h:57:36: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkFontButtonPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:94:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: error: ISO C++ forbids declaration of 'font_entry' with no type [-fpermissive]
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:72:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (family_list);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:72:32: error: redeclaration of 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (family_list);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:72:32: error: ISO C++ forbids declaration of 'family_list' with no type [-fpermissive]
GtkWidget *GSEAL (family_list);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:73:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (font_style_entry); /* Used _get_face_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:73:37: error: redeclaration of 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_style_entry); /* Used _get_face_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:73:37: error: ISO C++ forbids declaration of 'font_style_entry' with no type [-fpermissive]
GtkWidget *GSEAL (font_style_entry); /* Used _get_face_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:74:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (face_list);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:74:30: error: redeclaration of 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (face_list);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:74:30: error: ISO C++ forbids declaration of 'face_list' with no type [-fpermissive]
GtkWidget *GSEAL (face_list);
^
In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkcontainer.h:58:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (focus_child);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:75:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (size_entry);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:75:31: error: redeclaration of 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (size_entry);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:75:31: error: ISO C++ forbids declaration of 'size_entry' with no type [-fpermissive]
GtkWidget *GSEAL (size_entry);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:76:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (size_list);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:58:32: error: ISO C++ forbids declaration of 'focus_child' with no type [-fpermissive]
GtkWidget *GSEAL (focus_child);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:76:30: error: redeclaration of 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (size_list);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:16: error: 'border_width' has not been declared
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:76:30: error: ISO C++ forbids declaration of 'size_list' with no type [-fpermissive]
GtkWidget *GSEAL (size_list);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:77:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (pixels_button); /* Unused, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:32: error: 'guint _GtkContainer::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:58:32: note: previous declaration 'GtkWidget* _GtkContainer::GSEAL'
GtkWidget *GSEAL (focus_child);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:77:34: error: redeclaration of 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (pixels_button); /* Unused, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:16: error: 'need_resize' has not been declared
guint GSEAL (need_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:77:34: error: ISO C++ forbids declaration of 'pixels_button' with no type [-fpermissive]
GtkWidget *GSEAL (pixels_button); /* Unused, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:9: error: 'guint _GtkContainer::GSEAL(int)' cannot be overloaded
guint GSEAL (need_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:78:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (points_button); /* Unused, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:9: error: with 'guint _GtkContainer::GSEAL(int)'
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:78:34: error: redeclaration of 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (points_button); /* Unused, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:16: error: 'resize_mode' has not been declared
guint GSEAL (resize_mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:9: error: 'guint _GtkContainer::GSEAL(int)' cannot be overloaded
guint GSEAL (resize_mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:9: error: with 'guint _GtkContainer::GSEAL(int)'
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:78:34: error: ISO C++ forbids declaration of 'points_button' with no type [-fpermissive]
GtkWidget *GSEAL (points_button); /* Unused, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:16: error: 'reallocate_redraws' has not been declared
guint GSEAL (reallocate_redraws) : 1;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:79:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (filter_button); /* Unused, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:9: error: 'guint _GtkContainer::GSEAL(int)' cannot be overloaded
guint GSEAL (reallocate_redraws) : 1;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:79:34: error: redeclaration of 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (filter_button); /* Unused, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:9: error: with 'guint _GtkContainer::GSEAL(int)'
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:16: error: 'has_focus_chain' has not been declared
guint GSEAL (has_focus_chain) : 1;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:79:34: error: ISO C++ forbids declaration of 'filter_button' with no type [-fpermissive]
GtkWidget *GSEAL (filter_button); /* Unused, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:80:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (preview_entry);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:9: error: 'guint _GtkContainer::GSEAL(int)' cannot be overloaded
guint GSEAL (has_focus_chain) : 1;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:80:34: error: redeclaration of 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (preview_entry);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:9: error: with 'guint _GtkContainer::GSEAL(int)'
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h: In member function 'guint _GtkContainer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:32: error: only constructors take member initializers
guint GSEAL (border_width) : 16;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:80:34: error: ISO C++ forbids declaration of 'preview_entry' with no type [-fpermissive]
GtkWidget *GSEAL (preview_entry);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkfontsel.h:82:20: error: expected ';' at end of member declaration
PangoFontFamily *GSEAL (family); /* Current family */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:60:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkfontsel.h:82:33: error: redeclaration of 'PangoFontFamily* _GtkFontSelection::GSEAL'
PangoFontFamily *GSEAL (family); /* Current family */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h: In member function 'guint _GtkContainer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:31: error: only constructors take member initializers
guint GSEAL (need_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:82:33: error: ISO C++ forbids declaration of 'family' with no type [-fpermissive]
PangoFontFamily *GSEAL (family); /* Current family */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkfontsel.h:83:18: error: expected ';' at end of member declaration
PangoFontFace *GSEAL (face); /* Current face */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkfontsel.h:83:29: error: redeclaration of 'PangoFontFace* _GtkFontSelection::GSEAL'
PangoFontFace *GSEAL (face); /* Current face */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:63:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h: In member function 'guint _GtkContainer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:31: error: only constructors take member initializers
guint GSEAL (resize_mode) : 2;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:64:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcontainer.h: In member function 'guint _GtkContainer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:38: error: only constructors take member initializers
guint GSEAL (reallocate_redraws) : 1;
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:83:29: error: ISO C++ forbids declaration of 'face' with no type [-fpermissive]
PangoFontFace *GSEAL (face); /* Current face */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkfontsel.h:85:15: error: 'size' has not been declared
gint GSEAL (size);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkcontainer.h:65:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkcontainer.h: In member function 'guint _GtkContainer::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:35: error: only constructors take member initializers
guint GSEAL (has_focus_chain) : 1;
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:35: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkfontsel.h:85:19: error: 'gint _GtkFontSelection::GSEAL(int)' conflicts with a previous declaration
gint GSEAL (size);
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:35: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkcontainer.h:66:35: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkfontsel.h:87:12: error: expected ';' at end of member declaration
GdkFont *GSEAL (font); /* Cache for gdk_font_selection_get_font, so we can preserve
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:87:23: error: redeclaration of 'GdkFont* _GtkFontSelection::GSEAL'
GdkFont *GSEAL (font); /* Cache for gdk_font_selection_get_font, so we can preserve
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:71:31: note: previous declaration 'GtkWidget* _GtkFontSelection::GSEAL'
GtkWidget *GSEAL (font_entry); /* Used _get_family_entry() for consistency, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:87:23: error: ISO C++ forbids declaration of 'font' with no type [-fpermissive]
GdkFont *GSEAL (font); /* Cache for gdk_font_selection_get_font, so we can preserve
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:108:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (fontsel);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:108:28: error: ISO C++ forbids declaration of 'fontsel' with no type [-fpermissive]
GtkWidget *GSEAL (fontsel);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:110:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (main_vbox); /* Not wrapped with an API, can use GTK_DIALOG->vbox instead, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:110:30: error: redeclaration of 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (main_vbox); /* Not wrapped with an API, can use GTK_DIALOG->vbox instead, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:108:28: note: previous declaration 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (fontsel);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:110:30: error: ISO C++ forbids declaration of 'main_vbox' with no type [-fpermissive]
GtkWidget *GSEAL (main_vbox); /* Not wrapped with an API, can use GTK_DIALOG->vbox instead, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:111:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (action_area); /* Not wrapped with an API, can use GTK_DIALOG->action_area instead, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:111:32: error: redeclaration of 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (action_area); /* Not wrapped with an API, can use GTK_DIALOG->action_area instead, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:108:28: note: previous declaration 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (fontsel);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:111:32: error: ISO C++ forbids declaration of 'action_area' with no type [-fpermissive]
GtkWidget *GSEAL (action_area); /* Not wrapped with an API, can use GTK_DIALOG->action_area instead, -mr */
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:114:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (ok_button);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:114:30: error: redeclaration of 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (ok_button);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:108:28: note: previous declaration 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (fontsel);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:114:30: error: ISO C++ forbids declaration of 'ok_button' with no type [-fpermissive]
GtkWidget *GSEAL (ok_button);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:115:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (apply_button);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:115:33: error: redeclaration of 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (apply_button);
^
In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:0,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkbin.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkbin.h:55:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (child);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:108:28: note: previous declaration 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (fontsel);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:115:33: error: ISO C++ forbids declaration of 'apply_button' with no type [-fpermissive]
GtkWidget *GSEAL (apply_button);
^
/usr/include/gtk-2.0/gtk/gtkbin.h:55:26: error: ISO C++ forbids declaration of 'child' with no type [-fpermissive]
GtkWidget *GSEAL (child);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:116:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (cancel_button);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:116:34: error: redeclaration of 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (cancel_button);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:108:28: note: previous declaration 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (fontsel);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:116:34: error: ISO C++ forbids declaration of 'cancel_button' with no type [-fpermissive]
GtkWidget *GSEAL (cancel_button);
^
In file included from /usr/include/gtk-2.0/gtk/gtkdialog.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:10: error: expected ';' at end of member declaration
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: error: ISO C++ forbids declaration of 'title' with no type [-fpermissive]
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:123:15: error: 'dialog_width' has not been declared
gint GSEAL (dialog_width);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:59:10: error: expected ';' at end of member declaration
gchar *GSEAL (wmclass_name);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:123:27: error: 'gint _GtkFontSelectionDialog::GSEAL(int)' conflicts with a previous declaration
gint GSEAL (dialog_width);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:59:29: error: redeclaration of 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (wmclass_name);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:108:28: note: previous declaration 'GtkWidget* _GtkFontSelectionDialog::GSEAL'
GtkWidget *GSEAL (fontsel);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:124:19: error: 'auto_resize' has not been declared
gboolean GSEAL (auto_resize);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:59:29: error: ISO C++ forbids declaration of 'wmclass_name' with no type [-fpermissive]
gchar *GSEAL (wmclass_name);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:60:10: error: expected ';' at end of member declaration
gchar *GSEAL (wmclass_class);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:124:12: error: 'gboolean _GtkFontSelectionDialog::GSEAL(int)' cannot be overloaded
gboolean GSEAL (auto_resize);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:60:30: error: redeclaration of 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (wmclass_class);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkfontsel.h:123:8: error: with 'gint _GtkFontSelectionDialog::GSEAL(int)'
gint GSEAL (dialog_width);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:60:30: error: ISO C++ forbids declaration of 'wmclass_class' with no type [-fpermissive]
gchar *GSEAL (wmclass_class);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:61:10: error: expected ';' at end of member declaration
gchar *GSEAL (wm_role);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:61:24: error: redeclaration of 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (wm_role);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:61:24: error: ISO C++ forbids declaration of 'wm_role' with no type [-fpermissive]
gchar *GSEAL (wm_role);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:63:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (focus_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:63:33: error: redeclaration of 'GtkWidget* _GtkWindow::GSEAL'
GtkWidget *GSEAL (focus_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:63:33: error: ISO C++ forbids declaration of 'focus_widget' with no type [-fpermissive]
GtkWidget *GSEAL (focus_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:64:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (default_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:64:35: error: redeclaration of 'GtkWidget* _GtkWindow::GSEAL'
GtkWidget *GSEAL (default_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:64:35: error: ISO C++ forbids declaration of 'default_widget' with no type [-fpermissive]
GtkWidget *GSEAL (default_widget);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:65:14: error: expected ';' at end of member declaration
GtkWindow *GSEAL (transient_parent);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:65:37: error: redeclaration of 'GtkWindow* _GtkWindow::GSEAL'
GtkWindow *GSEAL (transient_parent);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:97:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:60:19: error: expected ';' at end of member declaration
GdkWindow *GSEAL (bin_window); /* parent window for children */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:65:37: error: ISO C++ forbids declaration of 'transient_parent' with no type [-fpermissive]
GtkWindow *GSEAL (transient_parent);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:66:26: error: expected ';' at end of member declaration
GtkWindowGeometryInfo *GSEAL (geometry_info);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:60:36: error: ISO C++ forbids declaration of 'bin_window' with no type [-fpermissive]
GdkWindow *GSEAL (bin_window); /* parent window for children */
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:61:19: error: expected ';' at end of member declaration
GdkWindow *GSEAL (float_window);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:66:46: error: redeclaration of 'GtkWindowGeometryInfo* _GtkWindow::GSEAL'
GtkWindowGeometryInfo *GSEAL (geometry_info);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:61:38: error: redeclaration of 'GdkWindow* _GtkHandleBox::GSEAL'
GdkWindow *GSEAL (float_window);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:60:36: note: previous declaration 'GdkWindow* _GtkHandleBox::GSEAL'
GdkWindow *GSEAL (bin_window); /* parent window for children */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:66:46: error: ISO C++ forbids declaration of 'geometry_info' with no type [-fpermissive]
GtkWindowGeometryInfo *GSEAL (geometry_info);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:61:38: error: ISO C++ forbids declaration of 'float_window' with no type [-fpermissive]
GdkWindow *GSEAL (float_window);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:67:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (frame);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:26: error: 'shadow_type' has not been declared
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:67:26: error: redeclaration of 'GdkWindow* _GtkWindow::GSEAL'
GdkWindow *GSEAL (frame);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:37: error: 'GtkShadowType _GtkHandleBox::GSEAL(int)' conflicts with a previous declaration
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:67:26: error: ISO C++ forbids declaration of 'frame' with no type [-fpermissive]
GdkWindow *GSEAL (frame);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:60:36: note: previous declaration 'GdkWindow* _GtkHandleBox::GSEAL'
GdkWindow *GSEAL (bin_window); /* parent window for children */
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:63:26: error: 'handle_position' has not been declared
guint GSEAL (handle_position) : 2;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:68:19: error: expected ';' at end of member declaration
GtkWindowGroup *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:68:31: error: redeclaration of 'GtkWindowGroup* _GtkWindow::GSEAL'
GtkWindowGroup *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:63:19: error: 'guint _GtkHandleBox::GSEAL(int)' cannot be overloaded
guint GSEAL (handle_position) : 2;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:19: error: with 'GtkShadowType _GtkHandleBox::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:68:31: error: ISO C++ forbids declaration of 'group' with no type [-fpermissive]
GtkWindowGroup *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:64:26: error: 'float_window_mapped' has not been declared
guint GSEAL (float_window_mapped) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:64:19: error: 'guint _GtkHandleBox::GSEAL(int)' cannot be overloaded
guint GSEAL (float_window_mapped) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:18: error: 'configure_request_count' has not been declared
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:19: error: with 'GtkShadowType _GtkHandleBox::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:41: error: 'guint16 _GtkWindow::GSEAL(int)' conflicts with a previous declaration
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:65:26: error: 'child_detached' has not been declared
guint GSEAL (child_detached) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:65:19: error: 'guint _GtkHandleBox::GSEAL(int)' cannot be overloaded
guint GSEAL (child_detached) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:16: error: 'allow_shrink' has not been declared
guint GSEAL (allow_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:19: error: with 'GtkShadowType _GtkHandleBox::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (allow_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:66:26: error: 'in_drag' has not been declared
guint GSEAL (in_drag) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:16: error: 'allow_grow' has not been declared
guint GSEAL (allow_grow) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:66:19: error: 'guint _GtkHandleBox::GSEAL(int)' cannot be overloaded
guint GSEAL (in_drag) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:19: error: with 'GtkShadowType _GtkHandleBox::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (allow_grow) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:67:26: error: 'shrink_on_detach' has not been declared
guint GSEAL (shrink_on_detach) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:67:19: error: 'guint _GtkHandleBox::GSEAL(int)' cannot be overloaded
guint GSEAL (shrink_on_detach) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:16: error: 'configure_notify_received' has not been declared
guint GSEAL (configure_notify_received) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:19: error: with 'GtkShadowType _GtkHandleBox::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (configure_notify_received) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:69:26: error: 'snap_edge' has not been declared
signed int GSEAL (snap_edge : 3); /* -1 == unset */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:16: error: 'need_default_position' has not been declared
guint GSEAL (need_default_position) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:69:36: error: expected ',' or '...' before ':' token
signed int GSEAL (snap_edge : 3); /* -1 == unset */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (need_default_position) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:69:19: error: 'int _GtkHandleBox::GSEAL(int)' cannot be overloaded
signed int GSEAL (snap_edge : 3); /* -1 == unset */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:19: error: with 'GtkShadowType _GtkHandleBox::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:16: error: 'need_default_size' has not been declared
guint GSEAL (need_default_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:73:26: error: 'deskoff_x' has not been declared
gint GSEAL (deskoff_x); /* Offset between root relative coords */
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:73:19: error: 'gint _GtkHandleBox::GSEAL(int)' cannot be overloaded
gint GSEAL (deskoff_x); /* Offset between root relative coords */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (need_default_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:19: error: with 'GtkShadowType _GtkHandleBox::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:74:26: error: 'deskoff_y' has not been declared
gint GSEAL (deskoff_y); /* and deskrelative coords */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:16: error: 'position' has not been declared
guint GSEAL (position) : 3;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (position) : 3;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:74:19: error: 'gint _GtkHandleBox::GSEAL(int)' cannot be overloaded
gint GSEAL (deskoff_y); /* and deskrelative coords */
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:19: error: with 'GtkShadowType _GtkHandleBox::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:16: error: 'type' has not been declared
guint GSEAL (type) : 4; /* GtkWindowType */
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:76:26: error: 'attach_allocation' has not been declared
GtkAllocation GSEAL (attach_allocation);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:76:19: error: 'GtkAllocation _GtkHandleBox::GSEAL(int)' cannot be overloaded
GtkAllocation GSEAL (attach_allocation);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (type) : 4; /* GtkWindowType */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:19: error: with 'GtkShadowType _GtkHandleBox::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:77:26: error: 'float_allocation' has not been declared
GtkAllocation GSEAL (float_allocation);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:16: error: 'has_user_ref_count' has not been declared
guint GSEAL (has_user_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (has_user_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:77:19: error: 'GtkAllocation _GtkHandleBox::GSEAL(int)' cannot be overloaded
GtkAllocation GSEAL (float_allocation);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:62:19: error: with 'GtkShadowType _GtkHandleBox::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:16: error: 'has_focus' has not been declared
guint GSEAL (has_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (has_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h: In member function 'guint _GtkHandleBox::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:63:45: error: only constructors take member initializers
guint GSEAL (handle_position) : 2;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:63:45: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:16: error: 'modal' has not been declared
guint GSEAL (modal) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:63:45: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:63:45: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (modal) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h: In member function 'guint _GtkHandleBox::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:64:49: error: only constructors take member initializers
guint GSEAL (float_window_mapped) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:64:49: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:64:49: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:64:49: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h: In member function 'guint _GtkHandleBox::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:65:44: error: only constructors take member initializers
guint GSEAL (child_detached) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:65:44: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:65:44: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:65:44: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:16: error: 'destroy_with_parent' has not been declared
guint GSEAL (destroy_with_parent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h: In member function 'guint _GtkHandleBox::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:66:37: error: only constructors take member initializers
guint GSEAL (in_drag) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (destroy_with_parent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:66:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:66:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:66:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h: In member function 'guint _GtkHandleBox::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:67:46: error: only constructors take member initializers
guint GSEAL (shrink_on_detach) : 1;
^
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:67:46: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:67:46: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkhandlebox.h:67:46: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:16: error: 'has_frame' has not been declared
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:16: error: 'iconify_initially' has not been declared
guint GSEAL (iconify_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (iconify_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:16: error: 'stick_initially' has not been declared
guint GSEAL (stick_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (stick_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
In file included from /usr/include/gtk-2.0/gtk/gtkhpaned.h:34:0,
from /usr/include/gtk-2.0/gtk/gtk.h:100,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkpaned.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkpaned.h:54:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (child1);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:16: error: 'maximize_initially' has not been declared
guint GSEAL (maximize_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:54:27: error: ISO C++ forbids declaration of 'child1' with no type [-fpermissive]
GtkWidget *GSEAL (child1);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (maximize_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:55:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (child2);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:55:27: error: redeclaration of 'GtkWidget* _GtkPaned::GSEAL'
GtkWidget *GSEAL (child2);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:16: error: 'decorated' has not been declared
guint GSEAL (decorated) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:54:27: note: previous declaration 'GtkWidget* _GtkPaned::GSEAL'
GtkWidget *GSEAL (child1);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:55:27: error: ISO C++ forbids declaration of 'child2' with no type [-fpermissive]
GtkWidget *GSEAL (child2);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (decorated) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:57:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (handle);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:57:27: error: redeclaration of 'GdkWindow* _GtkPaned::GSEAL'
GdkWindow *GSEAL (handle);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:16: error: 'type_hint' has not been declared
guint GSEAL (type_hint) : 3; /* GdkWindowTypeHint if the hint is one of the original eight. If not, then
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:54:27: note: previous declaration 'GtkWidget* _GtkPaned::GSEAL'
GtkWidget *GSEAL (child1);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:57:27: error: ISO C++ forbids declaration of 'handle' with no type [-fpermissive]
GdkWindow *GSEAL (handle);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (type_hint) : 3; /* GdkWindowTypeHint if the hint is one of the original eight. If not, then
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:58:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (xor_gc);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:58:23: error: redeclaration of 'GdkGC* _GtkPaned::GSEAL'
GdkGC *GSEAL (xor_gc);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:16: error: 'gravity' has not been declared
guint GSEAL (gravity) : 5; /* GdkGravity */
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:54:27: note: previous declaration 'GtkWidget* _GtkPaned::GSEAL'
GtkWidget *GSEAL (child1);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:58:23: error: ISO C++ forbids declaration of 'xor_gc' with no type [-fpermissive]
GdkGC *GSEAL (xor_gc);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (gravity) : 5; /* GdkGravity */
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:24: error: 'cursor_type' has not been declared
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:35: error: 'GdkCursorType _GtkPaned::GSEAL(int)' conflicts with a previous declaration
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:16: error: 'is_active' has not been declared
guint GSEAL (is_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:54:27: note: previous declaration 'GtkWidget* _GtkPaned::GSEAL'
GtkWidget *GSEAL (child1);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (is_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:62:23: error: 'handle_pos' has not been declared
GdkRectangle GSEAL (handle_pos);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:16: error: 'has_toplevel_focus' has not been declared
guint GSEAL (has_toplevel_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:62:16: error: 'GdkRectangle _GtkPaned::GSEAL(int)' cannot be overloaded
GdkRectangle GSEAL (handle_pos);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (has_toplevel_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:64:15: error: 'child1_size' has not been declared
gint GSEAL (child1_size);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:106:16: error: 'frame_left' has not been declared
guint GSEAL (frame_left);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:64:8: error: 'gint _GtkPaned::GSEAL(int)' cannot be overloaded
gint GSEAL (child1_size);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:106:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (frame_left);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:65:15: error: 'last_allocation' has not been declared
gint GSEAL (last_allocation);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:107:16: error: 'frame_top' has not been declared
guint GSEAL (frame_top);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:65:8: error: 'gint _GtkPaned::GSEAL(int)' cannot be overloaded
gint GSEAL (last_allocation);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:107:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (frame_top);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:66:15: error: 'min_position' has not been declared
gint GSEAL (min_position);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:108:16: error: 'frame_right' has not been declared
guint GSEAL (frame_right);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:66:8: error: 'gint _GtkPaned::GSEAL(int)' cannot be overloaded
gint GSEAL (min_position);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:108:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (frame_right);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:67:15: error: 'max_position' has not been declared
gint GSEAL (max_position);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:67:8: error: 'gint _GtkPaned::GSEAL(int)' cannot be overloaded
gint GSEAL (max_position);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:109:16: error: 'frame_bottom' has not been declared
guint GSEAL (frame_bottom);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:109:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (frame_bottom);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:111:16: error: 'keys_changed_handler' has not been declared
guint GSEAL (keys_changed_handler);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:111:9: error: 'guint _GtkWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (keys_changed_handler);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:113:26: error: 'mnemonic_modifier' has not been declared
GdkModifierType GSEAL (mnemonic_modifier);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:113:19: error: 'GdkModifierType _GtkWindow::GSEAL(int)' cannot be overloaded
GdkModifierType GSEAL (mnemonic_modifier);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:69:16: error: 'position_set' has not been declared
guint GSEAL (position_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:70:11: error: with 'guint16 _GtkWindow::GSEAL(int)'
guint16 GSEAL (configure_request_count);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:114:19: error: expected ';' at end of member declaration
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:69:9: error: 'guint _GtkPaned::GSEAL(int)' cannot be overloaded
guint GSEAL (position_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:114:32: error: redeclaration of 'GdkScreen* _GtkWindow::GSEAL'
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:58:22: note: previous declaration 'gchar* _GtkWindow::GSEAL'
gchar *GSEAL (title);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:70:16: error: 'in_drag' has not been declared
guint GSEAL (in_drag) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:114:32: error: ISO C++ forbids declaration of 'screen' with no type [-fpermissive]
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:70:9: error: 'guint _GtkPaned::GSEAL(int)' cannot be overloaded
guint GSEAL (in_drag) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:32: error: only constructors take member initializers
guint GSEAL (allow_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:71:16: error: 'child1_shrink' has not been declared
guint GSEAL (child1_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:71:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:30: error: only constructors take member initializers
guint GSEAL (allow_grow) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:72:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h:71:9: error: 'guint _GtkPaned::GSEAL(int)' cannot be overloaded
guint GSEAL (child1_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:45: error: only constructors take member initializers
guint GSEAL (configure_notify_received) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:45: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:72:16: error: 'child1_resize' has not been declared
guint GSEAL (child1_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:45: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:73:45: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:41: error: only constructors take member initializers
guint GSEAL (need_default_position) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:72:9: error: 'guint _GtkPaned::GSEAL(int)' cannot be overloaded
guint GSEAL (child1_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:41: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:41: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:80:41: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:37: error: only constructors take member initializers
guint GSEAL (need_default_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:73:16: error: 'child2_shrink' has not been declared
guint GSEAL (child2_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:73:9: error: 'guint _GtkPaned::GSEAL(int)' cannot be overloaded
guint GSEAL (child2_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:81:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:28: error: only constructors take member initializers
guint GSEAL (position) : 3;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:82:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:24: error: only constructors take member initializers
guint GSEAL (type) : 4; /* GtkWindowType */
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:74:16: error: 'child2_resize' has not been declared
guint GSEAL (child2_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:24: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:74:9: error: 'guint _GtkPaned::GSEAL(int)' cannot be overloaded
guint GSEAL (child2_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:24: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:83:24: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:38: error: only constructors take member initializers
guint GSEAL (has_user_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:75:16: error: 'orientation' has not been declared
guint GSEAL (orientation) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:75:9: error: 'guint _GtkPaned::GSEAL(int)' cannot be overloaded
guint GSEAL (orientation) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:84:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:76:16: error: 'in_recursion' has not been declared
guint GSEAL (in_recursion) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:29: error: only constructors take member initializers
guint GSEAL (has_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:85:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:25: error: only constructors take member initializers
guint GSEAL (modal) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:25: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:76:9: error: 'guint _GtkPaned::GSEAL(int)' cannot be overloaded
guint GSEAL (in_recursion) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:25: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:87:25: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:39: error: only constructors take member initializers
guint GSEAL (destroy_with_parent) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:88:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h:77:16: error: 'handle_prelit' has not been declared
guint GSEAL (handle_prelit) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:29: error: only constructors take member initializers
guint GSEAL (has_frame) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:90:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:37: error: only constructors take member initializers
guint GSEAL (iconify_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:77:9: error: 'guint _GtkPaned::GSEAL(int)' cannot be overloaded
guint GSEAL (handle_prelit) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:93:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:35: error: only constructors take member initializers
guint GSEAL (stick_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:79:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (last_child1_focus);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:35: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:79:38: error: redeclaration of 'GtkWidget* _GtkPaned::GSEAL'
GtkWidget *GSEAL (last_child1_focus);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:54:27: note: previous declaration 'GtkWidget* _GtkPaned::GSEAL'
GtkWidget *GSEAL (child1);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:35: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:79:38: error: ISO C++ forbids declaration of 'last_child1_focus' with no type [-fpermissive]
GtkWidget *GSEAL (last_child1_focus);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:94:35: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h:80:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (last_child2_focus);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:38: error: only constructors take member initializers
guint GSEAL (maximize_initially) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:80:38: error: redeclaration of 'GtkWidget* _GtkPaned::GSEAL'
GtkWidget *GSEAL (last_child2_focus);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:54:27: note: previous declaration 'GtkWidget* _GtkPaned::GSEAL'
GtkWidget *GSEAL (child1);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:80:38: error: ISO C++ forbids declaration of 'last_child2_focus' with no type [-fpermissive]
GtkWidget *GSEAL (last_child2_focus);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:95:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:29: error: only constructors take member initializers
guint GSEAL (decorated) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:96:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h:81:20: error: expected ';' at end of member declaration
GtkPanedPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:29: error: only constructors take member initializers
guint GSEAL (type_hint) : 3; /* GdkWindowTypeHint if the hint is one of the original eight. If not, then
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:81:31: error: redeclaration of 'GtkPanedPrivate* _GtkPaned::GSEAL'
GtkPanedPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:54:27: note: previous declaration 'GtkWidget* _GtkPaned::GSEAL'
GtkWidget *GSEAL (child1);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:98:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h:81:31: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkPanedPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:27: error: only constructors take member initializers
guint GSEAL (gravity) : 5; /* GdkGravity */
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:27: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:27: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:101:27: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:29: error: only constructors take member initializers
guint GSEAL (is_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:83:15: error: 'drag_pos' has not been declared
gint GSEAL (drag_pos);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:83:8: error: 'gint _GtkPaned::GSEAL(int)' cannot be overloaded
gint GSEAL (drag_pos);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:103:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:84:15: error: 'original_position' has not been declared
gint GSEAL (original_position);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h: In member function 'guint _GtkWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:38: error: only constructors take member initializers
guint GSEAL (has_toplevel_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:84:8: error: 'gint _GtkPaned::GSEAL(int)' cannot be overloaded
gint GSEAL (original_position);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:59:17: error: with 'GdkCursorType _GtkPaned::GSEAL(int)'
GdkCursorType GSEAL (cursor_type);
^
/usr/include/gtk-2.0/gtk/gtkpaned.h: In member function 'guint _GtkPaned::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkpaned.h:69:32: error: only constructors take member initializers
guint GSEAL (position_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:69:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:69:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:69:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h: In member function 'guint _GtkPaned::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkpaned.h:70:27: error: only constructors take member initializers
guint GSEAL (in_drag) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:70:27: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:70:27: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:70:27: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h: In member function 'guint _GtkPaned::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkpaned.h:71:33: error: only constructors take member initializers
guint GSEAL (child1_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:71:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:71:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:71:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h: In member function 'guint _GtkPaned::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkpaned.h:72:33: error: only constructors take member initializers
guint GSEAL (child1_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:72:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:72:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:72:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h: In member function 'guint _GtkPaned::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkpaned.h:73:33: error: only constructors take member initializers
guint GSEAL (child2_shrink) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:73:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:73:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:73:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h: In member function 'guint _GtkPaned::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkpaned.h:74:33: error: only constructors take member initializers
guint GSEAL (child2_resize) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:74:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:74:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:74:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h: In member function 'guint _GtkPaned::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkpaned.h:75:31: error: only constructors take member initializers
guint GSEAL (orientation) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:75:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:75:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:75:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h: In member function 'guint _GtkPaned::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkpaned.h:76:32: error: only constructors take member initializers
guint GSEAL (in_recursion) : 1;
^
/usr/include/gtk-2.0/gtk/gtkpaned.h:76:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:76:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:76:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h: In member function 'guint _GtkPaned::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkpaned.h:77:33: error: only constructors take member initializers
guint GSEAL (handle_prelit) : 1;
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkwindow.h:104:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkpaned.h:77:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:77:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkpaned.h:77:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkwindow.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkwindow.h:158:11: error: expected ';' at end of member declaration
GSList *GSEAL (grabs);
^
/usr/include/gtk-2.0/gtk/gtkwindow.h:158:23: error: ISO C++ forbids declaration of 'grabs' with no type [-fpermissive]
GSList *GSEAL (grabs);
^
In file included from /usr/include/gtk-2.0/gtk/gtkhruler.h:47:0,
from /usr/include/gtk-2.0/gtk/gtk.h:101,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkruler.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkruler.h:71:14: error: expected ';' at end of member declaration
GdkPixmap *GSEAL (backing_store);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:71:34: error: ISO C++ forbids declaration of 'backing_store' with no type [-fpermissive]
GdkPixmap *GSEAL (backing_store);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:72:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (non_gr_exp_gc); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkruler.h:72:30: error: redeclaration of 'GdkGC* _GtkRuler::GSEAL'
GdkGC *GSEAL (non_gr_exp_gc); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkruler.h:71:34: note: previous declaration 'GdkPixmap* _GtkRuler::GSEAL'
GdkPixmap *GSEAL (backing_store);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:72:30: error: ISO C++ forbids declaration of 'non_gr_exp_gc' with no type [-fpermissive]
GdkGC *GSEAL (non_gr_exp_gc); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkruler.h:73:19: error: expected ';' at end of member declaration
GtkRulerMetric *GSEAL (metric);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:73:32: error: redeclaration of 'GtkRulerMetric* _GtkRuler::GSEAL'
GtkRulerMetric *GSEAL (metric);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:71:34: note: previous declaration 'GdkPixmap* _GtkRuler::GSEAL'
GdkPixmap *GSEAL (backing_store);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:73:32: error: ISO C++ forbids declaration of 'metric' with no type [-fpermissive]
GtkRulerMetric *GSEAL (metric);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:74:15: error: 'xsrc' has not been declared
gint GSEAL (xsrc);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:74:19: error: 'gint _GtkRuler::GSEAL(int)' conflicts with a previous declaration
gint GSEAL (xsrc);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:71:34: note: previous declaration 'GdkPixmap* _GtkRuler::GSEAL'
GdkPixmap *GSEAL (backing_store);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:75:15: error: 'ysrc' has not been declared
gint GSEAL (ysrc);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:75:8: error: 'gint _GtkRuler::GSEAL(int)' cannot be overloaded
gint GSEAL (ysrc);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:74:8: error: with 'gint _GtkRuler::GSEAL(int)'
gint GSEAL (xsrc);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:76:15: error: 'slider_size' has not been declared
gint GSEAL (slider_size);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:76:8: error: 'gint _GtkRuler::GSEAL(int)' cannot be overloaded
gint GSEAL (slider_size);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:74:8: error: with 'gint _GtkRuler::GSEAL(int)'
gint GSEAL (xsrc);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:79:18: error: 'lower' has not been declared
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:79:11: error: 'gdouble _GtkRuler::GSEAL(int)' cannot be overloaded
gdouble GSEAL (lower);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:74:8: error: with 'gint _GtkRuler::GSEAL(int)'
gint GSEAL (xsrc);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:81:18: error: 'upper' has not been declared
gdouble GSEAL (upper);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:81:11: error: 'gdouble _GtkRuler::GSEAL(int)' cannot be overloaded
gdouble GSEAL (upper);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:74:8: error: with 'gint _GtkRuler::GSEAL(int)'
gint GSEAL (xsrc);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:83:18: error: 'position' has not been declared
gdouble GSEAL (position);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:83:11: error: 'gdouble _GtkRuler::GSEAL(int)' cannot be overloaded
gdouble GSEAL (position);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:74:8: error: with 'gint _GtkRuler::GSEAL(int)'
gint GSEAL (xsrc);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:85:18: error: 'max_size' has not been declared
gdouble GSEAL (max_size);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:85:11: error: 'gdouble _GtkRuler::GSEAL(int)' cannot be overloaded
gdouble GSEAL (max_size);
^
/usr/include/gtk-2.0/gtk/gtkruler.h:74:8: error: with 'gint _GtkRuler::GSEAL(int)'
gint GSEAL (xsrc);
^
In file included from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32:0,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkdialog.h:102:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (vbox);
^
In file included from /usr/include/gtk-2.0/gtk/gtkscale.h:35:0,
from /usr/include/gtk-2.0/gtk/gtkhscale.h:35,
from /usr/include/gtk-2.0/gtk/gtk.h:102,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkrange.h:60:18: error: expected ';' at end of member declaration
GtkAdjustment *GSEAL (adjustment);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:102:25: error: ISO C++ forbids declaration of 'vbox' with no type [-fpermissive]
GtkWidget *GSEAL (vbox);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:103:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (action_area);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:60:35: error: ISO C++ forbids declaration of 'adjustment' with no type [-fpermissive]
GtkAdjustment *GSEAL (adjustment);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:24: error: 'update_policy' has not been declared
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:103:32: error: redeclaration of 'GtkWidget* _GtkDialog::GSEAL'
GtkWidget *GSEAL (action_area);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:102:25: note: previous declaration 'GtkWidget* _GtkDialog::GSEAL'
GtkWidget *GSEAL (vbox);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:37: error: 'GtkUpdateType _GtkRange::GSEAL(int)' conflicts with a previous declaration
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:103:32: error: ISO C++ forbids declaration of 'action_area' with no type [-fpermissive]
GtkWidget *GSEAL (action_area);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:60:35: note: previous declaration 'GtkAdjustment* _GtkRange::GSEAL'
GtkAdjustment *GSEAL (adjustment);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:106:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (separator);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:62:16: error: 'inverted' has not been declared
guint GSEAL (inverted) : 1;
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:106:30: error: redeclaration of 'GtkWidget* _GtkDialog::GSEAL'
GtkWidget *GSEAL (separator);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:62:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (inverted) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:102:25: note: previous declaration 'GtkWidget* _GtkDialog::GSEAL'
GtkWidget *GSEAL (vbox);
^
/usr/include/gtk-2.0/gtk/gtkdialog.h:106:30: error: ISO C++ forbids declaration of 'separator' with no type [-fpermissive]
GtkWidget *GSEAL (separator);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:66:16: error: 'flippable' has not been declared
guint GSEAL (flippable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:66:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (flippable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:72:16: error: 'has_stepper_a' has not been declared
guint GSEAL (has_stepper_a) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:72:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (has_stepper_a) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:73:16: error: 'has_stepper_b' has not been declared
guint GSEAL (has_stepper_b) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:73:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (has_stepper_b) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:74:16: error: 'has_stepper_c' has not been declared
guint GSEAL (has_stepper_c) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:74:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (has_stepper_c) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:33:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkaboutdialog.h:57:19: error: 'private_data' has not been declared
gpointer GSEAL (private_data);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:75:16: error: 'has_stepper_d' has not been declared
guint GSEAL (has_stepper_d) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:75:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (has_stepper_d) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:77:16: error: 'need_recalc' has not been declared
guint GSEAL (need_recalc) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:77:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (need_recalc) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:79:16: error: 'slider_size_fixed' has not been declared
guint GSEAL (slider_size_fixed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:79:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (slider_size_fixed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:81:15: error: 'min_slider_size' has not been declared
gint GSEAL (min_slider_size);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:81:8: error: 'gint _GtkRange::GSEAL(int)' cannot be overloaded
gint GSEAL (min_slider_size);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:83:25: error: 'orientation' has not been declared
GtkOrientation GSEAL (orientation);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:83:18: error: 'GtkOrientation _GtkRange::GSEAL(int)' cannot be overloaded
GtkOrientation GSEAL (orientation);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
In file included from /usr/include/gtk-2.0/gtk/gtklabel.h:34:0,
from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38,
from /usr/include/gtk-2.0/gtk/gtk.h:35,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkmisc.h:55:17: error: 'xalign' has not been declared
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:86:23: error: 'range_rect' has not been declared
GdkRectangle GSEAL (range_rect);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:86:16: error: 'GdkRectangle _GtkRange::GSEAL(int)' cannot be overloaded
GdkRectangle GSEAL (range_rect);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:56:17: error: 'yalign' has not been declared
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:88:15: error: 'slider_start' has not been declared
gint GSEAL (slider_start);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:56:10: error: 'gfloat _GtkMisc::GSEAL(int)' cannot be overloaded
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:88:8: error: 'gint _GtkRange::GSEAL(int)' cannot be overloaded
gint GSEAL (slider_start);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:55:10: error: with 'gfloat _GtkMisc::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:58:18: error: 'xpad' has not been declared
guint16 GSEAL (xpad);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:89:15: error: 'slider_end' has not been declared
gint GSEAL (slider_end);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:58:11: error: 'guint16 _GtkMisc::GSEAL(int)' cannot be overloaded
guint16 GSEAL (xpad);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:89:8: error: 'gint _GtkRange::GSEAL(int)' cannot be overloaded
gint GSEAL (slider_end);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:55:10: error: with 'gfloat _GtkMisc::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:59:18: error: 'ypad' has not been declared
guint16 GSEAL (ypad);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:92:15: error: 'round_digits' has not been declared
gint GSEAL (round_digits);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:59:11: error: 'guint16 _GtkMisc::GSEAL(int)' cannot be overloaded
guint16 GSEAL (ypad);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:92:8: error: 'gint _GtkRange::GSEAL(int)' cannot be overloaded
gint GSEAL (round_digits);
^
/usr/include/gtk-2.0/gtk/gtkmisc.h:55:10: error: with 'gfloat _GtkMisc::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:95:16: error: 'trough_click_forward' has not been declared
guint GSEAL (trough_click_forward) : 1; /* trough click was on the forward side of slider */
^
/usr/include/gtk-2.0/gtk/gtkrange.h:95:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (trough_click_forward) : 1; /* trough click was on the forward side of slider */
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
In file included from /usr/include/gtk-2.0/gtk/gtkmenu.h:36:0,
from /usr/include/gtk-2.0/gtk/gtklabel.h:36,
from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38,
from /usr/include/gtk-2.0/gtk/gtk.h:35,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:10: error: expected ';' at end of member declaration
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:96:16: error: 'update_pending' has not been declared
guint GSEAL (update_pending) : 1; /* need to emit value_changed */
^
/usr/include/gtk-2.0/gtk/gtkrange.h:96:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (update_pending) : 1; /* need to emit value_changed */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:25: error: ISO C++ forbids declaration of 'children' with no type [-fpermissive]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:56:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:97:19: error: expected ';' at end of member declaration
GtkRangeLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:56:37: error: redeclaration of 'GtkWidget* _GtkMenuShell::GSEAL'
GtkWidget *GSEAL (active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:25: note: previous declaration 'GList* _GtkMenuShell::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:97:32: error: redeclaration of 'GtkRangeLayout* _GtkRange::GSEAL'
GtkRangeLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:56:37: error: ISO C++ forbids declaration of 'active_menu_item' with no type [-fpermissive]
GtkWidget *GSEAL (active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:60:35: note: previous declaration 'GtkAdjustment* _GtkRange::GSEAL'
GtkAdjustment *GSEAL (adjustment);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:57:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (parent_menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:97:32: error: ISO C++ forbids declaration of 'layout' with no type [-fpermissive]
GtkRangeLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:57:38: error: redeclaration of 'GtkWidget* _GtkMenuShell::GSEAL'
GtkWidget *GSEAL (parent_menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:98:22: error: expected ';' at end of member declaration
GtkRangeStepTimer *GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:25: note: previous declaration 'GList* _GtkMenuShell::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:57:38: error: ISO C++ forbids declaration of 'parent_menu_shell' with no type [-fpermissive]
GtkWidget *GSEAL (parent_menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:98:34: error: redeclaration of 'GtkRangeStepTimer* _GtkRange::GSEAL'
GtkRangeStepTimer *GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:16: error: 'button' has not been declared
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:60:35: note: previous declaration 'GtkAdjustment* _GtkRange::GSEAL'
GtkAdjustment *GSEAL (adjustment);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:98:34: error: ISO C++ forbids declaration of 'timer' with no type [-fpermissive]
GtkRangeStepTimer *GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:22: error: 'guint _GtkMenuShell::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:99:15: error: 'slide_initial_slider_position' has not been declared
gint GSEAL (slide_initial_slider_position);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:55:25: note: previous declaration 'GList* _GtkMenuShell::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:60:18: error: 'activate_time' has not been declared
guint32 GSEAL (activate_time);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:99:8: error: 'gint _GtkRange::GSEAL(int)' cannot be overloaded
gint GSEAL (slide_initial_slider_position);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:60:11: error: 'guint32 _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint32 GSEAL (activate_time);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:100:15: error: 'slide_initial_coordinate' has not been declared
gint GSEAL (slide_initial_coordinate);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:16: error: 'active' has not been declared
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:100:8: error: 'gint _GtkRange::GSEAL(int)' cannot be overloaded
gint GSEAL (slide_initial_coordinate);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:101:16: error: 'update_timeout_id' has not been declared
guint GSEAL (update_timeout_id);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:16: error: 'have_grab' has not been declared
guint GSEAL (have_grab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:101:9: error: 'guint _GtkRange::GSEAL(int)' cannot be overloaded
guint GSEAL (update_timeout_id);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:61:17: error: with 'GtkUpdateType _GtkRange::GSEAL(int)'
GtkUpdateType GSEAL (update_policy);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (have_grab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:102:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:16: error: 'have_xgrab' has not been declared
guint GSEAL (have_xgrab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:102:33: error: redeclaration of 'GdkWindow* _GtkRange::GSEAL'
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:60:35: note: previous declaration 'GtkAdjustment* _GtkRange::GSEAL'
GtkAdjustment *GSEAL (adjustment);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (have_xgrab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:102:33: error: ISO C++ forbids declaration of 'event_window' with no type [-fpermissive]
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:16: error: 'ignore_leave' has not been declared
guint GSEAL (ignore_leave) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkrange.h: In member function 'guint _GtkRange::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkrange.h:62:28: error: only constructors take member initializers
guint GSEAL (inverted) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:62:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (ignore_leave) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkrange.h:62:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:62:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkrange.h: In member function 'guint _GtkRange::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkrange.h:66:29: error: only constructors take member initializers
guint GSEAL (flippable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:16: error: 'menu_flag' has not been declared
guint GSEAL (menu_flag) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkrange.h:66:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (menu_flag) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkrange.h:66:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:66:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkrange.h: In member function 'guint _GtkRange::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkrange.h:72:33: error: only constructors take member initializers
guint GSEAL (has_stepper_a) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:72:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:16: error: 'ignore_enter' has not been declared
guint GSEAL (ignore_enter) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:72:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:72:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (ignore_enter) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkrange.h: In member function 'guint _GtkRange::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkrange.h:73:33: error: only constructors take member initializers
guint GSEAL (has_stepper_b) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:16: error: 'keyboard_mode' has not been declared
guint GSEAL (keyboard_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:73:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:73:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:73:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkrange.h: In member function 'guint _GtkRange::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkrange.h:74:33: error: only constructors take member initializers
guint GSEAL (has_stepper_c) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:9: error: 'guint _GtkMenuShell::GSEAL(int)' cannot be overloaded
guint GSEAL (keyboard_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:74:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:74:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:74:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkrange.h: In member function 'guint _GtkRange::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkrange.h:75:33: error: only constructors take member initializers
guint GSEAL (has_stepper_d) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:59:9: error: with 'guint _GtkMenuShell::GSEAL(int)'
guint GSEAL (button);
^
/usr/include/gtk-2.0/gtk/gtkrange.h:75:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:75:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:75:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:26: error: only constructors take member initializers
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:62:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkrange.h: In member function 'guint _GtkRange::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkrange.h:77:31: error: only constructors take member initializers
guint GSEAL (need_recalc) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:77:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:29: error: only constructors take member initializers
guint GSEAL (have_grab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:63:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkrange.h:77:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:77:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:30: error: only constructors take member initializers
guint GSEAL (have_xgrab) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:64:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:32: error: only constructors take member initializers
guint GSEAL (ignore_leave) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkrange.h: In member function 'guint _GtkRange::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkrange.h:79:37: error: only constructors take member initializers
guint GSEAL (slider_size_fixed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkrange.h:79:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:79:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:79:37: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h: In member function 'guint _GtkRange::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkrange.h:95:40: error: only constructors take member initializers
guint GSEAL (trough_click_forward) : 1; /* trough click was on the forward side of slider */
^
/usr/include/gtk-2.0/gtk/gtkrange.h:95:40: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:95:40: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:95:40: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h:65:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkrange.h: In member function 'guint _GtkRange::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkrange.h:96:34: error: only constructors take member initializers
guint GSEAL (update_pending) : 1; /* need to emit value_changed */
^
/usr/include/gtk-2.0/gtk/gtkrange.h:96:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:29: error: only constructors take member initializers
guint GSEAL (menu_flag) : 1; /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:66:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkrange.h:96:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkrange.h:96:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:32: error: only constructors take member initializers
guint GSEAL (ignore_enter) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:67:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenushell.h: In member function 'guint _GtkMenuShell::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:33: error: only constructors take member initializers
guint GSEAL (keyboard_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenushell.h:68:33: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtklabel.h:36:0,
from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38,
from /usr/include/gtk-2.0/gtk/gtk.h:35,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkmenu.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:23: error: 'menu_shell' has not been declared
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:64:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (parent_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:64:37: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (parent_menu_item);
^
In file included from /usr/include/gtk-2.0/gtk/gtkhscale.h:35:0,
from /usr/include/gtk-2.0/gtk/gtk.h:102,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkscale.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkscale.h:55:16: error: 'digits' has not been declared
gint GSEAL (digits);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:64:37: error: ISO C++ forbids declaration of 'parent_menu_item' with no type [-fpermissive]
GtkWidget *GSEAL (parent_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkscale.h:56:16: error: 'draw_value' has not been declared
guint GSEAL (draw_value) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:65:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (old_active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:65:41: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (old_active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkscale.h:56:9: error: 'guint _GtkScale::GSEAL(int)' cannot be overloaded
guint GSEAL (draw_value) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:65:41: error: ISO C++ forbids declaration of 'old_active_menu_item' with no type [-fpermissive]
GtkWidget *GSEAL (old_active_menu_item);
^
/usr/include/gtk-2.0/gtk/gtkscale.h:55:9: error: with 'gint _GtkScale::GSEAL(int)'
gint GSEAL (digits);
^
/usr/include/gtk-2.0/gtk/gtkscale.h:57:16: error: 'value_pos' has not been declared
guint GSEAL (value_pos) : 2;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:67:18: error: expected ';' at end of member declaration
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtkscale.h:57:9: error: 'guint _GtkScale::GSEAL(int)' cannot be overloaded
guint GSEAL (value_pos) : 2;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:67:36: error: 'GtkAccelGroup* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkscale.h:55:9: error: with 'gint _GtkScale::GSEAL(int)'
gint GSEAL (digits);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:67:36: error: ISO C++ forbids declaration of 'accel_group' with no type [-fpermissive]
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtkscale.h: In member function 'guint _GtkScale::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkscale.h:56:30: error: only constructors take member initializers
guint GSEAL (draw_value) : 1;
^
/usr/include/gtk-2.0/gtk/gtkscale.h:56:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:68:18: error: expected ';' at end of member declaration
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkscale.h:56:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:68:35: error: 'gchar* _GtkMenu::GSEAL' conflicts with a previous declaration
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkscale.h:56:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:68:35: error: ISO C++ forbids declaration of 'accel_path' with no type [-fpermissive]
gchar *GSEAL (accel_path);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:69:30: error: 'position_func' has not been declared
GtkMenuPositionFunc GSEAL (position_func);
^
/usr/include/gtk-2.0/gtk/gtkscale.h: In member function 'guint _GtkScale::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkscale.h:57:29: error: only constructors take member initializers
guint GSEAL (value_pos) : 2;
^
/usr/include/gtk-2.0/gtk/gtkscale.h:57:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkscale.h:57:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:69:23: error: 'void (* _GtkMenu::GSEAL(int))(GtkMenu*, gint*, gint*, gboolean*, gpointer)' cannot be overloaded
GtkMenuPositionFunc GSEAL (position_func);
^
/usr/include/gtk-2.0/gtk/gtkscale.h:57:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:70:19: error: 'position_func_data' has not been declared
gpointer GSEAL (position_func_data);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:70:12: error: 'void* _GtkMenu::GSEAL(int)' cannot be overloaded
gpointer GSEAL (position_func_data);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:72:16: error: 'toggle_size' has not been declared
guint GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:72:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (toggle_size);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:105:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkhsv.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkhsv.h:59:19: error: 'priv' has not been declared
gpointer GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:106:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkiconfactory.h:54:15: error: expected ';' at end of member declaration
GHashTable *GSEAL (icons);
^
/usr/include/gtk-2.0/gtk/gtkiconfactory.h:54:27: error: ISO C++ forbids declaration of 'icons' with no type [-fpermissive]
GHashTable *GSEAL (icons);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:107:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkicontheme.h:51:24: error: expected ';' at end of member declaration
GtkIconThemePrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkicontheme.h:51:35: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkIconThemePrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:108:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkiconview.h:64:23: error: expected ';' at end of member declaration
GtkIconViewPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkiconview.h:64:34: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkIconViewPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:110:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkimagemenuitem.h:56:19: error: expected ';' at end of member declaration
GtkWidget *GSEAL (image);
^
/usr/include/gtk-2.0/gtk/gtkimagemenuitem.h:56:31: error: ISO C++ forbids declaration of 'image' with no type [-fpermissive]
GtkWidget *GSEAL (image);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:112:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:50:11: error: expected ';' at end of member declaration
GSList *GSEAL (tables);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:50:24: error: ISO C++ forbids declaration of 'tables' with no type [-fpermissive]
GSList *GSEAL (tables);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:52:16: error: 'compose_buffer' has not been declared
guint GSEAL (compose_buffer[GTK_MAX_COMPOSE_LEN + 1]);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:52:55: error: 'guint _GtkIMContextSimple::GSEAL(int*)' conflicts with a previous declaration
guint GSEAL (compose_buffer[GTK_MAX_COMPOSE_LEN + 1]);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:50:24: note: previous declaration 'GSList* _GtkIMContextSimple::GSEAL'
GSList *GSEAL (tables);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:53:19: error: 'tentative_match' has not been declared
gunichar GSEAL (tentative_match);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:53:34: error: '_GtkIMContextSimple::GSEAL' conflicts with a previous declaration
gunichar GSEAL (tentative_match);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:50:24: note: previous declaration 'GSList* _GtkIMContextSimple::GSEAL'
GSList *GSEAL (tables);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:54:15: error: 'tentative_match_len' has not been declared
gint GSEAL (tentative_match_len);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:54:8: error: 'gint _GtkIMContextSimple::GSEAL(int)' cannot be overloaded
gint GSEAL (tentative_match_len);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:53:12: error: with 'gunichar _GtkIMContextSimple::GSEAL(int)'
gunichar GSEAL (tentative_match);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:56:16: error: 'in_hex_sequence' has not been declared
guint GSEAL (in_hex_sequence) : 1;
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:56:9: error: 'guint _GtkIMContextSimple::GSEAL(int)' cannot be overloaded
guint GSEAL (in_hex_sequence) : 1;
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:53:12: error: with 'gunichar _GtkIMContextSimple::GSEAL(int)'
gunichar GSEAL (tentative_match);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:57:16: error: 'modifiers_dropped' has not been declared
guint GSEAL (modifiers_dropped) : 1;
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:57:9: error: 'guint _GtkIMContextSimple::GSEAL(int)' cannot be overloaded
guint GSEAL (modifiers_dropped) : 1;
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:53:12: error: with 'gunichar _GtkIMContextSimple::GSEAL(int)'
gunichar GSEAL (tentative_match);
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h: In member function 'guint _GtkIMContextSimple::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:56:35: error: only constructors take member initializers
guint GSEAL (in_hex_sequence) : 1;
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:56:35: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:56:35: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:56:35: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h: In member function 'guint _GtkIMContextSimple::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:57:37: error: only constructors take member initializers
guint GSEAL (modifiers_dropped) : 1;
^
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:57:37: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:57:37: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkimcontextsimple.h:57:37: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtk.h:113:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:48:17: error: expected ';' at end of member declaration
GtkIMContext *GSEAL (slave);
^
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:48:29: error: ISO C++ forbids declaration of 'slave' with no type [-fpermissive]
GtkIMContext *GSEAL (slave);
^
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:50:29: error: expected ';' at end of member declaration
GtkIMMulticontextPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:50:40: error: redeclaration of 'GtkIMMulticontextPrivate* _GtkIMMulticontext::GSEAL'
GtkIMMulticontextPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:48:29: note: previous declaration 'GtkIMContext* _GtkIMMulticontext::GSEAL'
GtkIMContext *GSEAL (slave);
^
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:50:40: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkIMMulticontextPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:52:10: error: expected ';' at end of member declaration
gchar *GSEAL (context_id);
^
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:52:27: error: redeclaration of 'gchar* _GtkIMMulticontext::GSEAL'
gchar *GSEAL (context_id);
^
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:48:29: note: previous declaration 'GtkIMContext* _GtkIMMulticontext::GSEAL'
GtkIMContext *GSEAL (slave);
^
/usr/include/gtk-2.0/gtk/gtkimmulticontext.h:52:27: error: ISO C++ forbids declaration of 'context_id' with no type [-fpermissive]
gchar *GSEAL (context_id);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:115:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkinvisible.h:53:21: error: 'has_user_ref_count' has not been declared
gboolean GSEAL (has_user_ref_count);
^
/usr/include/gtk-2.0/gtk/gtkinvisible.h:54:14: error: expected ';' at end of member declaration
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkinvisible.h:54:27: error: 'GdkScreen* _GtkInvisible::GSEAL' conflicts with a previous declaration
GdkScreen *GSEAL (screen);
^
/usr/include/gtk-2.0/gtk/gtkinvisible.h:53:14: note: previous declaration 'gboolean _GtkInvisible::GSEAL(int)'
gboolean GSEAL (has_user_ref_count);
^
/usr/include/gtk-2.0/gtk/gtkinvisible.h:54:27: error: ISO C++ forbids declaration of 'screen' with no type [-fpermissive]
GdkScreen *GSEAL (screen);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:118:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtklayout.h:58:23: error: 'container' has not been declared
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:60:10: error: expected ';' at end of member declaration
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:60:25: error: 'GList* _GtkLayout::GSEAL' conflicts with a previous declaration
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:58:16: note: previous declaration 'GtkContainer _GtkLayout::GSEAL(int)'
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:60:25: error: ISO C++ forbids declaration of 'children' with no type [-fpermissive]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:62:16: error: 'width' has not been declared
guint GSEAL (width);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:62:9: error: 'guint _GtkLayout::GSEAL(int)' cannot be overloaded
guint GSEAL (width);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:58:16: error: with 'GtkContainer _GtkLayout::GSEAL(int)'
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:63:16: error: 'height' has not been declared
guint GSEAL (height);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:63:9: error: 'guint _GtkLayout::GSEAL(int)' cannot be overloaded
guint GSEAL (height);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:58:16: error: with 'GtkContainer _GtkLayout::GSEAL(int)'
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:65:18: error: expected ';' at end of member declaration
GtkAdjustment *GSEAL (hadjustment);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:65:36: error: 'GtkAdjustment* _GtkLayout::GSEAL' conflicts with a previous declaration
GtkAdjustment *GSEAL (hadjustment);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:58:16: note: previous declaration 'GtkContainer _GtkLayout::GSEAL(int)'
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:65:36: error: ISO C++ forbids declaration of 'hadjustment' with no type [-fpermissive]
GtkAdjustment *GSEAL (hadjustment);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:66:18: error: expected ';' at end of member declaration
GtkAdjustment *GSEAL (vadjustment);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:66:36: error: 'GtkAdjustment* _GtkLayout::GSEAL' conflicts with a previous declaration
GtkAdjustment *GSEAL (vadjustment);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:58:16: note: previous declaration 'GtkContainer _GtkLayout::GSEAL(int)'
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:66:36: error: ISO C++ forbids declaration of 'vadjustment' with no type [-fpermissive]
GtkAdjustment *GSEAL (vadjustment);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:69:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:69:31: error: 'GdkWindow* _GtkLayout::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:58:16: note: previous declaration 'GtkContainer _GtkLayout::GSEAL(int)'
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:69:31: error: ISO C++ forbids declaration of 'bin_window' with no type [-fpermissive]
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:72:29: error: 'visibility' has not been declared
GdkVisibilityState GSEAL (visibility);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:72:22: error: 'GdkVisibilityState _GtkLayout::GSEAL(int)' cannot be overloaded
GdkVisibilityState GSEAL (visibility);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:58:16: error: with 'GtkContainer _GtkLayout::GSEAL(int)'
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:73:15: error: 'scroll_x' has not been declared
gint GSEAL (scroll_x);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:73:8: error: 'gint _GtkLayout::GSEAL(int)' cannot be overloaded
gint GSEAL (scroll_x);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:58:16: error: with 'GtkContainer _GtkLayout::GSEAL(int)'
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:77:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:74:15: error: 'scroll_y' has not been declared
gint GSEAL (scroll_y);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:74:8: error: 'gint _GtkLayout::GSEAL(int)' cannot be overloaded
gint GSEAL (scroll_y);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:58:16: error: with 'GtkContainer _GtkLayout::GSEAL(int)'
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:77:29: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:76:16: error: 'freeze_count' has not been declared
guint GSEAL (freeze_count);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:76:9: error: 'guint _GtkLayout::GSEAL(int)' cannot be overloaded
guint GSEAL (freeze_count);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:77:29: error: ISO C++ forbids declaration of 'toplevel' with no type [-fpermissive]
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gtk/gtklayout.h:58:16: error: with 'GtkContainer _GtkLayout::GSEAL(int)'
GtkContainer GSEAL (container);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:79:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (tearoff_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:79:35: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (tearoff_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:79:35: error: ISO C++ forbids declaration of 'tearoff_window' with no type [-fpermissive]
GtkWidget *GSEAL (tearoff_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:80:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (tearoff_hbox);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:80:33: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (tearoff_hbox);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:80:33: error: ISO C++ forbids declaration of 'tearoff_hbox' with no type [-fpermissive]
GtkWidget *GSEAL (tearoff_hbox);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:81:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (tearoff_scrollbar);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:81:38: error: 'GtkWidget* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (tearoff_scrollbar);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:119:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtklinkbutton.h:55:25: error: expected ';' at end of member declaration
GtkLinkButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:81:38: error: ISO C++ forbids declaration of 'tearoff_scrollbar' with no type [-fpermissive]
GtkWidget *GSEAL (tearoff_scrollbar);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:82:18: error: expected ';' at end of member declaration
GtkAdjustment *GSEAL (tearoff_adjustment);
^
/usr/include/gtk-2.0/gtk/gtklinkbutton.h:55:36: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkLinkButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:82:43: error: 'GtkAdjustment* _GtkMenu::GSEAL' conflicts with a previous declaration
GtkAdjustment *GSEAL (tearoff_adjustment);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:82:43: error: ISO C++ forbids declaration of 'tearoff_adjustment' with no type [-fpermissive]
GtkAdjustment *GSEAL (tearoff_adjustment);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:84:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:84:32: error: 'GdkWindow* _GtkMenu::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:84:32: error: ISO C++ forbids declaration of 'view_window' with no type [-fpermissive]
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:85:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:85:31: error: 'GdkWindow* _GtkMenu::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:85:31: error: ISO C++ forbids declaration of 'bin_window' with no type [-fpermissive]
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:87:15: error: 'scroll_offset' has not been declared
gint GSEAL (scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:87:8: error: 'gint _GtkMenu::GSEAL(int)' cannot be overloaded
gint GSEAL (scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:88:15: error: 'saved_scroll_offset' has not been declared
gint GSEAL (saved_scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:88:8: error: 'gint _GtkMenu::GSEAL(int)' cannot be overloaded
gint GSEAL (saved_scroll_offset);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:89:15: error: 'scroll_step' has not been declared
gint GSEAL (scroll_step);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:89:8: error: 'gint _GtkMenu::GSEAL(int)' cannot be overloaded
gint GSEAL (scroll_step);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:90:16: error: 'timeout_id' has not been declared
guint GSEAL (timeout_id);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:90:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (timeout_id);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:95:14: error: expected ';' at end of member declaration
GdkRegion *GSEAL (navigation_region); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:95:38: error: 'GdkRegion* _GtkMenu::GSEAL' conflicts with a previous declaration
GdkRegion *GSEAL (navigation_region); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: note: previous declaration 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:95:38: error: ISO C++ forbids declaration of 'navigation_region' with no type [-fpermissive]
GdkRegion *GSEAL (navigation_region); /* unused */
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:96:16: error: 'navigation_timeout' has not been declared
guint GSEAL (navigation_timeout);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:96:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (navigation_timeout);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:16: error: 'needs_destruction_ref_count' has not been declared
guint GSEAL (needs_destruction_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (needs_destruction_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:16: error: 'torn_off' has not been declared
guint GSEAL (torn_off) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (torn_off) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:16: error: 'tearoff_active' has not been declared
guint GSEAL (tearoff_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (tearoff_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:16: error: 'scroll_fast' has not been declared
guint GSEAL (scroll_fast) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (scroll_fast) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:16: error: 'upper_arrow_visible' has not been declared
guint GSEAL (upper_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (upper_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:16: error: 'lower_arrow_visible' has not been declared
guint GSEAL (lower_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (lower_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:16: error: 'upper_arrow_prelight' has not been declared
guint GSEAL (upper_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (upper_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:16: error: 'lower_arrow_prelight' has not been declared
guint GSEAL (lower_arrow_prelight) : 1;
^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:33:0,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtksizegroup.h:48:11: error: expected ';' at end of member declaration
GSList *GSEAL (widgets);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:9: error: 'guint _GtkMenu::GSEAL(int)' cannot be overloaded
guint GSEAL (lower_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:62:16: error: with 'GtkMenuShell _GtkMenu::GSEAL(int)'
GtkMenuShell GSEAL (menu_shell);
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h:48:25: error: ISO C++ forbids declaration of 'widgets' with no type [-fpermissive]
GSList *GSEAL (widgets);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:47: error: only constructors take member initializers
guint GSEAL (needs_destruction_ref_count) : 1;
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h:50:17: error: 'mode' has not been declared
guint8 GSEAL (mode);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:47: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:47: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:50:21: error: 'guint8 _GtkSizeGroup::GSEAL(int)' conflicts with a previous declaration
guint8 GSEAL (mode);
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h:48:25: note: previous declaration 'GSList* _GtkSizeGroup::GSEAL'
GSList *GSEAL (widgets);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:98:47: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtksizegroup.h:52:16: error: 'have_width' has not been declared
guint GSEAL (have_width) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:28: error: only constructors take member initializers
guint GSEAL (torn_off) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:99:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtksizegroup.h:52:9: error: 'guint _GtkSizeGroup::GSEAL(int)' cannot be overloaded
guint GSEAL (have_width) : 1;
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h:50:10: error: with 'guint8 _GtkSizeGroup::GSEAL(int)'
guint8 GSEAL (mode);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:34: error: only constructors take member initializers
guint GSEAL (tearoff_active) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:53:16: error: 'have_height' has not been declared
guint GSEAL (have_height) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:103:34: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtksizegroup.h:53:9: error: 'guint _GtkSizeGroup::GSEAL(int)' cannot be overloaded
guint GSEAL (have_height) : 1;
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h:50:10: error: with 'guint8 _GtkSizeGroup::GSEAL(int)'
guint8 GSEAL (mode);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:31: error: only constructors take member initializers
guint GSEAL (scroll_fast) : 1;
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h:54:16: error: 'ignore_hidden' has not been declared
guint GSEAL (ignore_hidden) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:54:9: error: 'guint _GtkSizeGroup::GSEAL(int)' cannot be overloaded
guint GSEAL (ignore_hidden) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:105:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtksizegroup.h:50:10: error: with 'guint8 _GtkSizeGroup::GSEAL(int)'
guint8 GSEAL (mode);
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h:56:25: error: 'requisition' has not been declared
GtkRequisition GSEAL (requisition);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:39: error: only constructors take member initializers
guint GSEAL (upper_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:56:18: error: 'GtkRequisition _GtkSizeGroup::GSEAL(int)' cannot be overloaded
GtkRequisition GSEAL (requisition);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:50:10: error: with 'guint8 _GtkSizeGroup::GSEAL(int)'
guint8 GSEAL (mode);
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:107:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:39: error: only constructors take member initializers
guint GSEAL (lower_arrow_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h: In member function 'guint _GtkSizeGroup::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtksizegroup.h:52:30: error: only constructors take member initializers
guint GSEAL (have_width) : 1;
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h:52:30: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:52:30: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:52:30: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:108:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtksizegroup.h: In member function 'guint _GtkSizeGroup::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtksizegroup.h:53:31: error: only constructors take member initializers
guint GSEAL (have_height) : 1;
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h:53:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:53:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:53:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtksizegroup.h: In member function 'guint _GtkSizeGroup::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtksizegroup.h:54:33: error: only constructors take member initializers
guint GSEAL (ignore_hidden) : 1;
^
/usr/include/gtk-2.0/gtk/gtksizegroup.h:54:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:54:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksizegroup.h:54:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:40: error: only constructors take member initializers
guint GSEAL (upper_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:40: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:40: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:109:40: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkmenu.h: In member function 'guint _GtkMenu::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:40: error: only constructors take member initializers
guint GSEAL (lower_arrow_prelight) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:40: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:40: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkmenu.h:110:40: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30:0,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtktoolitem.h: At global scope:
/usr/include/gtk-2.0/gtk/gtktoolitem.h:53:23: error: expected ';' at end of member declaration
GtkToolItemPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtktoolitem.h:53:34: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkToolItemPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38:0,
from /usr/include/gtk-2.0/gtk/gtk.h:35,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtklabel.h: At global scope:
/usr/include/gtk-2.0/gtk/gtklabel.h:59:11: error: expected ';' at end of member declaration
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: error: ISO C++ forbids declaration of 'label' with no type [-fpermissive]
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:18: error: 'jtype' has not been declared
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:38: error: 'guint _GtkLabel::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:61:18: error: 'wrap' has not been declared
guint GSEAL (wrap) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:61:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (wrap) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
In file included from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:0,
from /usr/include/gtk-2.0/gtk/gtk.h:126,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtktoolbutton.h:50:25: error: expected ';' at end of member declaration
GtkToolButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:62:18: error: 'use_underline' has not been declared
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:62:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtktoolbutton.h:50:36: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkToolButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:63:18: error: 'use_markup' has not been declared
guint GSEAL (use_markup) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:63:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (use_markup) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:64:18: error: 'ellipsize' has not been declared
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:64:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:65:18: error: 'single_line_mode' has not been declared
guint GSEAL (single_line_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:65:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (single_line_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:66:18: error: 'have_transform' has not been declared
guint GSEAL (have_transform) : 1;
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:126:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:50:29: error: expected ';' at end of member declaration
GtkMenuToolButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:50:40: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkMenuToolButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:66:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (have_transform) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:67:18: error: 'in_click' has not been declared
guint GSEAL (in_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:67:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (in_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:68:18: error: 'wrap_mode' has not been declared
guint GSEAL (wrap_mode) : 3;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:68:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (wrap_mode) : 3;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:127:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkmessagedialog.h:56:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (image);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:69:18: error: 'pattern_set' has not been declared
guint GSEAL (pattern_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:69:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (pattern_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmessagedialog.h:56:26: error: ISO C++ forbids declaration of 'image' with no type [-fpermissive]
GtkWidget *GSEAL (image);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtkmessagedialog.h:57:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtkmessagedialog.h:57:26: error: redeclaration of 'GtkWidget* _GtkMessageDialog::GSEAL'
GtkWidget *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:70:18: error: 'track_links' has not been declared
guint GSEAL (track_links) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:70:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (track_links) : 1;
^
/usr/include/gtk-2.0/gtk/gtkmessagedialog.h:56:26: note: previous declaration 'GtkWidget* _GtkMessageDialog::GSEAL'
GtkWidget *GSEAL (image);
^
/usr/include/gtk-2.0/gtk/gtkmessagedialog.h:57:26: error: ISO C++ forbids declaration of 'label' with no type [-fpermissive]
GtkWidget *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:72:18: error: 'mnemonic_keyval' has not been declared
guint GSEAL (mnemonic_keyval);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:72:11: error: 'guint _GtkLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (mnemonic_keyval);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:11: error: with 'guint _GtkLabel::GSEAL(int)'
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:74:11: error: expected ';' at end of member declaration
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:74:22: error: redeclaration of 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:74:22: error: ISO C++ forbids declaration of 'text' with no type [-fpermissive]
gchar *GSEAL (text);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:75:18: error: expected ';' at end of member declaration
PangoAttrList *GSEAL (attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:75:30: error: redeclaration of 'PangoAttrList* _GtkLabel::GSEAL'
PangoAttrList *GSEAL (attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:75:30: error: ISO C++ forbids declaration of 'attrs' with no type [-fpermissive]
PangoAttrList *GSEAL (attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:76:18: error: expected ';' at end of member declaration
PangoAttrList *GSEAL (effective_attrs);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:76:40: error: redeclaration of 'PangoAttrList* _GtkLabel::GSEAL'
PangoAttrList *GSEAL (effective_attrs);
^
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:34:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:20: error: 'size' has not been declared
gint GSEAL (size);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:76:40: error: ISO C++ forbids declaration of 'effective_attrs' with no type [-fpermissive]
PangoAttrList *GSEAL (effective_attrs);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:13: error: expected ';' at end of member declaration
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:78:16: error: expected ';' at end of member declaration
PangoLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:78:29: error: redeclaration of 'PangoLayout* _GtkLabel::GSEAL'
PangoLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:26: error: 'GdkColor* _GdkColormap::GSEAL' conflicts with a previous declaration
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:13: note: previous declaration 'gint _GdkColormap::GSEAL(int)'
gint GSEAL (size);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:78:29: error: ISO C++ forbids declaration of 'layout' with no type [-fpermissive]
PangoLayout *GSEAL (layout);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:75:26: error: ISO C++ forbids declaration of 'colors' with no type [-fpermissive]
GdkColor *GSEAL (colors);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:80:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (mnemonic_widget);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:14: error: expected ';' at end of member declaration
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:80:36: error: redeclaration of 'GtkWidget* _GtkLabel::GSEAL'
GtkWidget *GSEAL (mnemonic_widget);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:131:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtknotebook.h:66:20: error: expected ';' at end of member declaration
GtkNotebookPage *GSEAL (cur_page);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:27: error: 'GdkVisual* _GdkColormap::GSEAL' conflicts with a previous declaration
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:13: note: previous declaration 'gint _GdkColormap::GSEAL(int)'
gint GSEAL (size);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:80:36: error: ISO C++ forbids declaration of 'mnemonic_widget' with no type [-fpermissive]
GtkWidget *GSEAL (mnemonic_widget);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:78:27: error: ISO C++ forbids declaration of 'visual' with no type [-fpermissive]
GdkVisual *GSEAL (visual);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:81:14: error: expected ';' at end of member declaration
GtkWindow *GSEAL (mnemonic_window);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:80:19: error: 'windowing_data' has not been declared
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:81:36: error: redeclaration of 'GtkWindow* _GtkLabel::GSEAL'
GtkWindow *GSEAL (mnemonic_window);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:80:12: error: 'void* _GdkColormap::GSEAL(int)' cannot be overloaded
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkcolor.h:74:13: error: with 'gint _GdkColormap::GSEAL(int)'
gint GSEAL (size);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:81:36: error: ISO C++ forbids declaration of 'mnemonic_window' with no type [-fpermissive]
GtkWindow *GSEAL (mnemonic_window);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:83:26: error: expected ';' at end of member declaration
GtkLabelSelectionInfo *GSEAL (select_info);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:83:44: error: redeclaration of 'GtkLabelSelectionInfo* _GtkLabel::GSEAL'
GtkLabelSelectionInfo *GSEAL (select_info);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:66:35: error: ISO C++ forbids declaration of 'cur_page' with no type [-fpermissive]
GtkNotebookPage *GSEAL (cur_page);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:59:23: note: previous declaration 'gchar* _GtkLabel::GSEAL'
gchar *GSEAL (label);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:83:44: error: ISO C++ forbids declaration of 'select_info' with no type [-fpermissive]
GtkLabelSelectionInfo *GSEAL (select_info);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:70:10: error: expected ';' at end of member declaration
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:60:38: error: only constructors take member initializers
guint GSEAL (jtype) : 2;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:70:25: error: redeclaration of 'GList* _GtkNotebook::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:66:35: note: previous declaration 'GtkNotebookPage* _GtkNotebook::GSEAL'
GtkNotebookPage *GSEAL (cur_page);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:70:25: error: ISO C++ forbids declaration of 'children' with no type [-fpermissive]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:60:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h:71:10: error: expected ';' at end of member declaration
GList *GSEAL (first_tab); /* The first tab visible (for scrolling notebooks) */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:71:26: error: redeclaration of 'GList* _GtkNotebook::GSEAL'
GList *GSEAL (first_tab); /* The first tab visible (for scrolling notebooks) */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:66:35: note: previous declaration 'GtkNotebookPage* _GtkNotebook::GSEAL'
GtkNotebookPage *GSEAL (cur_page);
^
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:61:38: error: only constructors take member initializers
guint GSEAL (wrap) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:61:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:61:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:61:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h:71:26: error: ISO C++ forbids declaration of 'first_tab' with no type [-fpermissive]
GList *GSEAL (first_tab); /* The first tab visible (for scrolling notebooks) */
^
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:62:38: error: only constructors take member initializers
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:62:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:62:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:62:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:63:38: error: only constructors take member initializers
guint GSEAL (use_markup) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:72:10: error: expected ';' at end of member declaration
GList *GSEAL (focus_tab);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:72:26: error: redeclaration of 'GList* _GtkNotebook::GSEAL'
GList *GSEAL (focus_tab);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:63:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:63:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:63:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h:66:35: note: previous declaration 'GtkNotebookPage* _GtkNotebook::GSEAL'
GtkNotebookPage *GSEAL (cur_page);
^
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:64:38: error: only constructors take member initializers
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:64:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:64:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:64:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:65:38: error: only constructors take member initializers
guint GSEAL (single_line_mode) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:65:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:72:26: error: ISO C++ forbids declaration of 'focus_tab' with no type [-fpermissive]
GList *GSEAL (focus_tab);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:65:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:65:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h:74:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (menu);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:74:25: error: redeclaration of 'GtkWidget* _GtkNotebook::GSEAL'
GtkWidget *GSEAL (menu);
^
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:66:38: error: only constructors take member initializers
guint GSEAL (have_transform) : 1;
^
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:36:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:26: error: 'protocol' has not been declared
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:66:35: note: previous declaration 'GtkNotebookPage* _GtkNotebook::GSEAL'
GtkNotebookPage *GSEAL (cur_page);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:74:25: error: ISO C++ forbids declaration of 'menu' with no type [-fpermissive]
GtkWidget *GSEAL (menu);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:66:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:66:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdnd.h:82:19: error: 'is_source' has not been declared
gboolean GSEAL (is_source);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:66:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdnd.h:82:12: error: 'gboolean _GdkDragContext::GSEAL(int)' cannot be overloaded
gboolean GSEAL (is_source);
^
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:67:38: error: only constructors take member initializers
guint GSEAL (in_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:67:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:67:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:67:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h:75:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:75:33: error: redeclaration of 'GdkWindow* _GtkNotebook::GSEAL'
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:68:38: error: only constructors take member initializers
guint GSEAL (wrap_mode) : 3;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:68:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:68:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:68:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:34: error: 'GdkWindow* _GdkDragContext::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:69:38: error: only constructors take member initializers
guint GSEAL (pattern_set) : 1;
^
/usr/include/gtk-2.0/gtk/gtklabel.h:69:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtklabel.h:69:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:66:35: note: previous declaration 'GtkNotebookPage* _GtkNotebook::GSEAL'
GtkNotebookPage *GSEAL (cur_page);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:69:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h:75:33: error: ISO C++ forbids declaration of 'event_window' with no type [-fpermissive]
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtklabel.h: In member function 'guint _GtkLabel::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtklabel.h:70:38: error: only constructors take member initializers
guint GSEAL (track_links) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: note: previous declaration 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:70:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdnd.h:84:34: error: ISO C++ forbids declaration of 'source_window' with no type [-fpermissive]
GdkWindow *GSEAL (source_window);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:70:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:18: error: 'timer' has not been declared
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gtk/gtklabel.h:70:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:32: error: 'GdkWindow* _GdkDragContext::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: note: previous declaration 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:23: error: 'guint32 _GtkNotebook::GSEAL(int)' conflicts with a previous declaration
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:85:32: error: ISO C++ forbids declaration of 'dest_window' with no type [-fpermissive]
GdkWindow *GSEAL (dest_window);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:10: error: expected ';' at end of member declaration
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:66:35: note: previous declaration 'GtkNotebookPage* _GtkNotebook::GSEAL'
GtkNotebookPage *GSEAL (cur_page);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:79:18: error: 'tab_hborder' has not been declared
guint16 GSEAL (tab_hborder);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:24: error: 'GList* _GdkDragContext::GSEAL' conflicts with a previous declaration
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: note: previous declaration 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:79:11: error: 'guint16 _GtkNotebook::GSEAL(int)' cannot be overloaded
guint16 GSEAL (tab_hborder);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:87:24: error: ISO C++ forbids declaration of 'targets' with no type [-fpermissive]
GList *GSEAL (targets);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:88:24: error: 'actions' has not been declared
GdkDragAction GSEAL (actions);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:80:18: error: 'tab_vborder' has not been declared
guint16 GSEAL (tab_vborder);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:88:17: error: 'GdkDragAction _GdkDragContext::GSEAL(int)' cannot be overloaded
GdkDragAction GSEAL (actions);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:80:11: error: 'guint16 _GtkNotebook::GSEAL(int)' cannot be overloaded
guint16 GSEAL (tab_vborder);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:89:24: error: 'suggested_action' has not been declared
GdkDragAction GSEAL (suggested_action);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:89:17: error: 'GdkDragAction _GdkDragContext::GSEAL(int)' cannot be overloaded
GdkDragAction GSEAL (suggested_action);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:82:16: error: 'show_tabs' has not been declared
guint GSEAL (show_tabs) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:82:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (show_tabs) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:90:24: error: 'action' has not been declared
GdkDragAction GSEAL (action);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:90:17: error: 'GdkDragAction _GdkDragContext::GSEAL(int)' cannot be overloaded
GdkDragAction GSEAL (action);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:83:16: error: 'homogeneous' has not been declared
guint GSEAL (homogeneous) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:83:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (homogeneous) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:92:18: error: 'start_time' has not been declared
guint32 GSEAL (start_time);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:84:16: error: 'show_border' has not been declared
guint GSEAL (show_border) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:92:11: error: 'guint32 _GdkDragContext::GSEAL(int)' cannot be overloaded
guint32 GSEAL (start_time);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:84:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (show_border) : 1;
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:96:19: error: 'windowing_data' has not been declared
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:85:16: error: 'tab_pos' has not been declared
guint GSEAL (tab_pos) : 2;
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:35:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkaccellabel.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:25: error: 'gtk_reserved' has not been declared
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:96:12: error: 'void* _GdkDragContext::GSEAL(int)' cannot be overloaded
gpointer GSEAL (windowing_data);
^
/usr/include/gtk-2.0/gdk/gdkdnd.h:80:19: error: with 'GdkDragProtocol _GdkDragContext::GSEAL(int)'
GdkDragProtocol GSEAL (protocol);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:85:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (tab_pos) : 2;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:65:25: error: 'accel_padding' has not been declared
guint GSEAL (accel_padding); /* should be style property? */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:65:18: error: 'guint _GtkAccelLabel::GSEAL(int)' cannot be overloaded
guint GSEAL (accel_padding); /* should be style property? */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:86:16: error: 'scrollable' has not been declared
guint GSEAL (scrollable) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:86:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (scrollable) : 1;
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: error: with 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:66:18: error: expected ';' at end of member declaration
GtkWidget *GSEAL (accel_widget); /* done*/
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:87:16: error: 'in_child' has not been declared
guint GSEAL (in_child) : 3;
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:66:37: error: 'GtkWidget* _GtkAccelLabel::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (accel_widget); /* done*/
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: note: previous declaration 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:87:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (in_child) : 3;
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:66:37: error: ISO C++ forbids declaration of 'accel_widget' with no type [-fpermissive]
GtkWidget *GSEAL (accel_widget); /* done*/
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:67:18: error: expected ';' at end of member declaration
GClosure *GSEAL (accel_closure); /* has set function */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:88:16: error: 'click_child' has not been declared
guint GSEAL (click_child) : 3;
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:67:38: error: 'GClosure* _GtkAccelLabel::GSEAL' conflicts with a previous declaration
GClosure *GSEAL (accel_closure); /* has set function */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: note: previous declaration 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:88:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (click_child) : 3;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:67:38: error: ISO C++ forbids declaration of 'accel_closure' with no type [-fpermissive]
GClosure *GSEAL (accel_closure); /* has set function */
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:68:18: error: expected ';' at end of member declaration
GtkAccelGroup *GSEAL (accel_group); /* set by set_accel_closure() */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:89:16: error: 'button' has not been declared
guint GSEAL (button) : 2;
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:68:36: error: 'GtkAccelGroup* _GtkAccelLabel::GSEAL' conflicts with a previous declaration
GtkAccelGroup *GSEAL (accel_group); /* set by set_accel_closure() */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:89:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (button) : 2;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: note: previous declaration 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:68:36: error: ISO C++ forbids declaration of 'accel_group' with no type [-fpermissive]
GtkAccelGroup *GSEAL (accel_group); /* set by set_accel_closure() */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:90:16: error: 'need_timer' has not been declared
guint GSEAL (need_timer) : 1;
^
In file included from /usr/include/gtk-2.0/gdk/gdkevents.h:37:0,
from /usr/include/gtk-2.0/gdk/gdkdisplay.h:32,
from /usr/include/gtk-2.0/gdk/gdkscreen.h:33,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/include/gtk-2.0/gdk/gdkinput.h:103:10: error: expected ';' at end of member declaration
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:69:18: error: expected ';' at end of member declaration
gchar *GSEAL (accel_string); /* has set function */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:90:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (need_timer) : 1;
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:69:37: error: 'gchar* _GtkAccelLabel::GSEAL' conflicts with a previous declaration
gchar *GSEAL (accel_string); /* has set function */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: error: ISO C++ forbids declaration of 'name' with no type [-fpermissive]
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: note: previous declaration 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:25: error: 'source' has not been declared
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:69:37: error: ISO C++ forbids declaration of 'accel_string' with no type [-fpermissive]
gchar *GSEAL (accel_string); /* has set function */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:31: error: 'GdkInputSource _GdkDevice::GSEAL(int)' conflicts with a previous declaration
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:91:16: error: 'child_has_focus' has not been declared
guint GSEAL (child_has_focus) : 1;
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: note: previous declaration 'gchar* _GdkDevice::GSEAL'
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:91:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (child_has_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:70:25: error: 'accel_string_width' has not been declared
guint16 GSEAL (accel_string_width); /* seems to be private */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:105:23: error: 'mode' has not been declared
GdkInputMode GSEAL (mode);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:70:18: error: 'guint16 _GtkAccelLabel::GSEAL(int)' cannot be overloaded
guint16 GSEAL (accel_string_width); /* seems to be private */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:105:16: error: 'GdkInputMode _GdkDevice::GSEAL(int)' cannot be overloaded
GdkInputMode GSEAL (mode);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:92:16: error: 'have_visible_child' has not been declared
guint GSEAL (have_visible_child) : 1;
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gtk/gtkaccellabel.h:64:18: error: with 'guint _GtkAccelLabel::GSEAL(int)'
guint GSEAL (gtk_reserved);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:92:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (have_visible_child) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:106:19: error: 'has_cursor' has not been declared
gboolean GSEAL (has_cursor); /* TRUE if the X pointer follows device motion */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:93:16: error: 'focus_out' has not been declared
guint GSEAL (focus_out) : 1; /* Flag used by ::move-focus-out implementation */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:106:12: error: 'gboolean _GdkDevice::GSEAL(int)' cannot be overloaded
gboolean GSEAL (has_cursor); /* TRUE if the X pointer follows device motion */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:93:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (focus_out) : 1; /* Flag used by ::move-focus-out implementation */
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:108:15: error: 'num_axes' has not been declared
gint GSEAL (num_axes);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:95:16: error: 'has_before_previous' has not been declared
guint GSEAL (has_before_previous) : 1;
^
/usr/include/gtk-2.0/gdk/gdkinput.h:108:8: error: 'gint _GdkDevice::GSEAL(int)' cannot be overloaded
gint GSEAL (num_axes);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:95:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (has_before_previous) : 1;
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:96:16: error: 'has_before_next' has not been declared
guint GSEAL (has_before_next) : 1;
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:18: error: expected ';' at end of member declaration
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:96:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (has_before_next) : 1;
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:29: error: redeclaration of 'GdkDeviceAxis* _GdkDevice::GSEAL'
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: note: previous declaration 'gchar* _GdkDevice::GSEAL'
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:109:29: error: ISO C++ forbids declaration of 'axes' with no type [-fpermissive]
GdkDeviceAxis *GSEAL (axes);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:97:16: error: 'has_after_previous' has not been declared
guint GSEAL (has_after_previous) : 1;
^
/usr/include/gtk-2.0/gdk/gdkinput.h:111:15: error: 'num_keys' has not been declared
gint GSEAL (num_keys);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:97:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (has_after_previous) : 1;
^
/usr/include/gtk-2.0/gdk/gdkinput.h:111:8: error: 'gint _GdkDevice::GSEAL(int)' cannot be overloaded
gint GSEAL (num_keys);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:37:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkaccessible.h:53:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (widget);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:98:16: error: 'has_after_next' has not been declared
guint GSEAL (has_after_next) : 1;
^
/usr/include/gtk-2.0/gtk/gtkaccessible.h:53:27: error: ISO C++ forbids declaration of 'widget' with no type [-fpermissive]
GtkWidget *GSEAL (widget);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:104:18: error: with 'GdkInputSource _GdkDevice::GSEAL(int)'
GdkInputSource GSEAL (source);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:17: error: expected ';' at end of member declaration
GdkDeviceKey *GSEAL (keys);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:98:9: error: 'guint _GtkNotebook::GSEAL(int)' cannot be overloaded
guint GSEAL (has_after_next) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:77:11: error: with 'guint32 _GtkNotebook::GSEAL(int)'
guint32 GSEAL (timer);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:28: error: redeclaration of 'GdkDeviceKey* _GdkDevice::GSEAL'
GdkDeviceKey *GSEAL (keys);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:103:21: note: previous declaration 'gchar* _GdkDevice::GSEAL'
gchar *GSEAL (name);
^
/usr/include/gtk-2.0/gdk/gdkinput.h:112:28: error: ISO C++ forbids declaration of 'keys' with no type [-fpermissive]
GdkDeviceKey *GSEAL (keys);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:82:38: error: only constructors take member initializers
guint GSEAL (show_tabs) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:82:38: error: expected identifier before numeric constant
In file included from /usr/include/gtk-2.0/gtk/gtk.h:38:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkaction.h:59:21: error: expected ';' at end of member declaration
GtkActionPrivate *GSEAL (private_data);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:82:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:82:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkaction.h:59:40: error: ISO C++ forbids declaration of 'private_data' with no type [-fpermissive]
GtkActionPrivate *GSEAL (private_data);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:83:38: error: only constructors take member initializers
guint GSEAL (homogeneous) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:83:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:83:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:83:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:84:38: error: only constructors take member initializers
guint GSEAL (show_border) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:84:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:84:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:84:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:85:38: error: only constructors take member initializers
guint GSEAL (tab_pos) : 2;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:85:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:85:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:85:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:86:38: error: only constructors take member initializers
guint GSEAL (scrollable) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:86:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:86:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:86:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:87:38: error: only constructors take member initializers
guint GSEAL (in_child) : 3;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:87:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:87:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:87:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:88:38: error: only constructors take member initializers
guint GSEAL (click_child) : 3;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:88:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:88:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:88:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:89:38: error: only constructors take member initializers
guint GSEAL (button) : 2;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:89:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:89:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:89:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:90:38: error: only constructors take member initializers
guint GSEAL (need_timer) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:90:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:90:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:90:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:91:38: error: only constructors take member initializers
guint GSEAL (child_has_focus) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:91:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:91:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:91:38: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtk.h:39:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkactiongroup.h:63:26: error: expected ';' at end of member declaration
GtkActionGroupPrivate *GSEAL (private_data);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:92:38: error: only constructors take member initializers
guint GSEAL (have_visible_child) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:92:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:92:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:92:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkactiongroup.h:63:45: error: ISO C++ forbids declaration of 'private_data' with no type [-fpermissive]
GtkActionGroupPrivate *GSEAL (private_data);
^
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:93:38: error: only constructors take member initializers
guint GSEAL (focus_out) : 1; /* Flag used by ::move-focus-out implementation */
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:93:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:93:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:93:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:95:39: error: only constructors take member initializers
guint GSEAL (has_before_previous) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:95:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:95:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:95:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:96:39: error: only constructors take member initializers
guint GSEAL (has_before_next) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:96:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:96:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:96:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:97:39: error: only constructors take member initializers
guint GSEAL (has_after_previous) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:97:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:97:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:97:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtknotebook.h: In member function 'guint _GtkNotebook::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtknotebook.h:98:39: error: only constructors take member initializers
guint GSEAL (has_after_next) : 1;
^
/usr/include/gtk-2.0/gtk/gtknotebook.h:98:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:98:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtknotebook.h:98:39: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtk.h:42:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkalignment.h:56:17: error: 'xalign' has not been declared
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:57:17: error: 'yalign' has not been declared
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:57:10: error: 'gfloat _GtkAlignment::GSEAL(int)' cannot be overloaded
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:56:10: error: with 'gfloat _GtkAlignment::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:58:17: error: 'xscale' has not been declared
gfloat GSEAL (xscale);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:58:10: error: 'gfloat _GtkAlignment::GSEAL(int)' cannot be overloaded
gfloat GSEAL (xscale);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:56:10: error: with 'gfloat _GtkAlignment::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:59:17: error: 'yscale' has not been declared
gfloat GSEAL (yscale);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:59:10: error: 'gfloat _GtkAlignment::GSEAL(int)' cannot be overloaded
gfloat GSEAL (yscale);
^
/usr/include/gtk-2.0/gtk/gtkalignment.h:56:10: error: with 'gfloat _GtkAlignment::GSEAL(int)'
gfloat GSEAL (xalign);
^
In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:33:0,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:10: error: expected ';' at end of member declaration
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: error: ISO C++ forbids declaration of 'queued_events' with no type [-fpermissive]
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:10: error: expected ';' at end of member declaration
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:28: error: redeclaration of 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:43:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkarrow.h:56:17: error: 'arrow_type' has not been declared
gint16 GSEAL (arrow_type);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:79:28: error: ISO C++ forbids declaration of 'queued_tail' with no type [-fpermissive]
GList *GSEAL (queued_tail);
^
/usr/include/gtk-2.0/gtk/gtkarrow.h:57:17: error: 'shadow_type' has not been declared
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:18: error: 'button_click_time' has not been declared
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gtk/gtkarrow.h:57:10: error: 'gint16 _GtkArrow::GSEAL(int)' cannot be overloaded
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:38: error: 'guint32 _GdkDisplay::GSEAL(int*)' conflicts with a previous declaration
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gtk/gtkarrow.h:56:10: error: with 'gint16 _GtkArrow::GSEAL(int)'
gint16 GSEAL (arrow_type);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:85:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (button_window[2]); /* The last 2 windows to receive button presses. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:85:21: error: redeclaration of 'GdkWindow* _GdkDisplay::GSEAL'
GdkWindow *GSEAL (button_window[2]); /* The last 2 windows to receive button presses. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
In file included from /usr/include/gtk-2.0/gtk/gtkaspectframe.h:35:0,
from /usr/include/gtk-2.0/gtk/gtk.h:44,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkframe.h:56:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (label_widget);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:85:37: error: ISO C++ forbids declaration of 'button_window' with no type [-fpermissive]
GdkWindow *GSEAL (button_window[2]); /* The last 2 windows to receive button presses. */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:86:15: error: 'button_number' has not been declared
gint GSEAL (button_number[2]); /* The last 2 buttons to be pressed. */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:56:33: error: ISO C++ forbids declaration of 'label_widget' with no type [-fpermissive]
GtkWidget *GSEAL (label_widget);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:86:8: error: 'gint _GdkDisplay::GSEAL(int*)' cannot be overloaded
gint GSEAL (button_number[2]); /* The last 2 buttons to be pressed. */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:57:17: error: 'shadow_type' has not been declared
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:11: error: with 'guint32 _GdkDisplay::GSEAL(int*)'
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:57:28: error: 'gint16 _GtkFrame::GSEAL(int)' conflicts with a previous declaration
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:16: error: 'double_click_time' has not been declared
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:56:33: note: previous declaration 'GtkWidget* _GtkFrame::GSEAL'
GtkWidget *GSEAL (label_widget);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:33: error: '_GdkDisplay::GSEAL' conflicts with a previous declaration
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:58:17: error: 'label_xalign' has not been declared
gfloat GSEAL (label_xalign);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:14: error: expected ';' at end of member declaration
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:58:10: error: 'gfloat _GtkFrame::GSEAL(int)' cannot be overloaded
gfloat GSEAL (label_xalign);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:33: error: redeclaration of 'GdkDevice* _GdkDisplay::GSEAL'
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:57:10: error: with 'gint16 _GtkFrame::GSEAL(int)'
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:89:33: error: ISO C++ forbids declaration of 'core_pointer' with no type [-fpermissive]
GdkDevice *GSEAL (core_pointer); /* Core pointer device */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:59:17: error: 'label_yalign' has not been declared
gfloat GSEAL (label_yalign);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:33: error: expected ';' at end of member declaration
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:59:10: error: 'gfloat _GtkFrame::GSEAL(int)' cannot be overloaded
gfloat GSEAL (label_yalign);
^
/usr/include/gtk-2.0/gtk/gtkframe.h:57:10: error: with 'gint16 _GtkFrame::GSEAL(int)'
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:53: error: redeclaration of 'const GdkDisplayPointerHooks* _GdkDisplay::GSEAL'
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:61:24: error: 'child_allocation' has not been declared
GtkAllocation GSEAL (child_allocation);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:91:53: error: ISO C++ forbids declaration of 'pointer_hooks' with no type [-fpermissive]
const GdkDisplayPointerHooks *GSEAL (pointer_hooks); /* Current hooks for querying pointer */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:61:17: error: 'GtkAllocation _GtkFrame::GSEAL(int)' cannot be overloaded
GtkAllocation GSEAL (child_allocation);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:16: error: 'closed' has not been declared
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gtk/gtkframe.h:57:10: error: with 'gint16 _GtkFrame::GSEAL(int)'
gint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:9: error: 'guint _GdkDisplay::GSEAL(int)' cannot be overloaded
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:16: error: 'ignore_core_events' has not been declared
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:9: error: 'guint _GdkDisplay::GSEAL(int)' cannot be overloaded
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:96:16: error: 'double_click_distance' has not been declared
guint GSEAL (double_click_distance); /* Maximum distance between clicks in pixels */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:96:9: error: 'guint _GdkDisplay::GSEAL(int)' cannot be overloaded
guint GSEAL (double_click_distance); /* Maximum distance between clicks in pixels */
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:44:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:55:19: error: 'xalign' has not been declared
gfloat GSEAL (xalign);
^
In file included from /usr/include/gtk-2.0/gtk/gtkplug.h:34:0,
from /usr/include/gtk-2.0/gtk/gtk.h:138,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtksocket.h: At global scope:
/usr/include/gtk-2.0/gtk/gtksocket.h:52:18: error: 'request_width' has not been declared
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:97:15: error: 'button_x' has not been declared
gint GSEAL (button_x[2]); /* The last 2 button click positions. */
^
/usr/include/gtk-2.0/gtk/gtksocket.h:53:18: error: 'request_height' has not been declared
guint16 GSEAL (request_height);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:56:19: error: 'yalign' has not been declared
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:53:11: error: 'guint16 _GtkSocket::GSEAL(int)' cannot be overloaded
guint16 GSEAL (request_height);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:97:8: error: 'gint _GdkDisplay::GSEAL(int*)' cannot be overloaded
gint GSEAL (button_x[2]); /* The last 2 button click positions. */
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:56:12: error: 'gfloat _GtkAspectFrame::GSEAL(int)' cannot be overloaded
gfloat GSEAL (yalign);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:11: error: with 'guint32 _GdkDisplay::GSEAL(int*)'
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:55:12: error: with 'gfloat _GtkAspectFrame::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:57:19: error: 'ratio' has not been declared
gfloat GSEAL (ratio);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: error: with 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:98:15: error: 'button_y' has not been declared
gint GSEAL (button_y[2]);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:54:18: error: 'current_width' has not been declared
guint16 GSEAL (current_width);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:98:8: error: 'gint _GdkDisplay::GSEAL(int*)' cannot be overloaded
gint GSEAL (button_y[2]);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:57:12: error: 'gfloat _GtkAspectFrame::GSEAL(int)' cannot be overloaded
gfloat GSEAL (ratio);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:54:11: error: 'guint16 _GtkSocket::GSEAL(int)' cannot be overloaded
guint16 GSEAL (current_width);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:55:12: error: with 'gfloat _GtkAspectFrame::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:84:11: error: with 'guint32 _GdkDisplay::GSEAL(int*)'
guint32 GSEAL (button_click_time[2]); /* The last 2 button click times. */
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:58:19: error: 'obey_child' has not been declared
gboolean GSEAL (obey_child);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:10: error: expected ';' at end of member declaration
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:58:12: error: 'gboolean _GtkAspectFrame::GSEAL(int)' cannot be overloaded
gboolean GSEAL (obey_child);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: error: with 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:55:12: error: with 'gfloat _GtkAspectFrame::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:30: error: redeclaration of 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:60:24: error: 'center_allocation' has not been declared
GtkAllocation GSEAL (center_allocation);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:78:30: note: previous declaration 'GList* _GdkDisplay::GSEAL'
GList *GSEAL (queued_events);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:55:18: error: 'current_height' has not been declared
guint16 GSEAL (current_height);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:100:30: error: ISO C++ forbids declaration of 'pointer_grabs' with no type [-fpermissive]
GList *GSEAL (pointer_grabs);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:55:11: error: 'guint16 _GtkSocket::GSEAL(int)' cannot be overloaded
guint16 GSEAL (current_height);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:60:17: error: 'GtkAllocation _GtkAspectFrame::GSEAL(int)' cannot be overloaded
GtkAllocation GSEAL (center_allocation);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:101:30: error: 'keyboard_grab' has not been declared
GdkKeyboardGrabInfo GSEAL (keyboard_grab);
^
/usr/include/gtk-2.0/gtk/gtkaspectframe.h:55:12: error: with 'gfloat _GtkAspectFrame::GSEAL(int)'
gfloat GSEAL (xalign);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: error: with 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:101:23: error: 'GdkKeyboardGrabInfo _GdkDisplay::GSEAL(int)' cannot be overloaded
GdkKeyboardGrabInfo GSEAL (keyboard_grab);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:57:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (plug_window);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:102:31: error: 'pointer_info' has not been declared
GdkPointerWindowInfo GSEAL (pointer_info);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:57:32: error: 'GdkWindow* _GtkSocket::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (plug_window);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: note: previous declaration 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:102:24: error: 'GdkPointerWindowInfo _GdkDisplay::GSEAL(int)' cannot be overloaded
GdkPointerWindowInfo GSEAL (pointer_info);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:57:32: error: ISO C++ forbids declaration of 'plug_window' with no type [-fpermissive]
GdkWindow *GSEAL (plug_window);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:58:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (plug_widget);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:45:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:105:18: error: 'last_event_time' has not been declared
guint32 GSEAL (last_event_time);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:58:32: error: 'GtkWidget* _GtkSocket::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (plug_widget);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: note: previous declaration 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:105:11: error: 'guint32 _GdkDisplay::GSEAL(int)' cannot be overloaded
guint32 GSEAL (last_event_time);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: error: ISO C++ forbids declaration of 'cancel' with no type [-fpermissive]
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:88:9: error: with 'guint _GdkDisplay::GSEAL(int)'
guint GSEAL (double_click_time); /* Maximum time between clicks in msecs */
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:81:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (forward);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:58:32: error: ISO C++ forbids declaration of 'plug_widget' with no type [-fpermissive]
GtkWidget *GSEAL (plug_widget);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:81:28: error: redeclaration of 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (forward);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:60:17: error: 'xembed_version' has not been declared
gshort GSEAL (xembed_version); /* -1 == not xembed */
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:60:10: error: 'gshort _GtkSocket::GSEAL(int)' cannot be overloaded
gshort GSEAL (xembed_version); /* -1 == not xembed */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h: In member function 'guint _GdkDisplay::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: error: only constructors take member initializers
guint GSEAL (closed) : 1; /* Whether this display has been closed */
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:81:28: error: ISO C++ forbids declaration of 'forward' with no type [-fpermissive]
GtkWidget *GSEAL (forward);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:93:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: error: with 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:82:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (back);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:61:16: error: 'same_app' has not been declared
guint GSEAL (same_app) : 1;
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:82:25: error: redeclaration of 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (back);
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h: In member function 'guint _GdkDisplay::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: error: only constructors take member initializers
guint GSEAL (ignore_core_events) : 1; /* Don't send core motion and button event */
^
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkdisplay.h:94:38: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:61:9: error: 'guint _GtkSocket::GSEAL(int)' cannot be overloaded
guint GSEAL (same_app) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: error: with 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:82:25: error: ISO C++ forbids declaration of 'back' with no type [-fpermissive]
GtkWidget *GSEAL (back);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:62:16: error: 'focus_in' has not been declared
guint GSEAL (focus_in) : 1;
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:83:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (apply);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:83:26: error: redeclaration of 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (apply);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:62:9: error: 'guint _GtkSocket::GSEAL(int)' cannot be overloaded
guint GSEAL (focus_in) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: error: with 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:83:26: error: ISO C++ forbids declaration of 'apply' with no type [-fpermissive]
GtkWidget *GSEAL (apply);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:63:16: error: 'have_size' has not been declared
guint GSEAL (have_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:84:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (close);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:63:9: error: 'guint _GtkSocket::GSEAL(int)' cannot be overloaded
guint GSEAL (have_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: error: with 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:84:26: error: redeclaration of 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (close);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:64:16: error: 'need_map' has not been declared
guint GSEAL (need_map) : 1;
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:84:26: error: ISO C++ forbids declaration of 'close' with no type [-fpermissive]
GtkWidget *GSEAL (close);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:64:9: error: 'guint _GtkSocket::GSEAL(int)' cannot be overloaded
guint GSEAL (need_map) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: error: with 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:85:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (last);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:85:25: error: redeclaration of 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (last);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:85:25: error: ISO C++ forbids declaration of 'last' with no type [-fpermissive]
GtkWidget *GSEAL (last);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:88:24: error: expected ';' at end of member declaration
GtkAssistantPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:88:35: error: redeclaration of 'GtkAssistantPrivate* _GtkAssistant::GSEAL'
GtkAssistantPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:80:27: note: previous declaration 'GtkWidget* _GtkAssistant::GSEAL'
GtkWidget *GSEAL (cancel);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:65:16: error: 'is_mapped' has not been declared
guint GSEAL (is_mapped) : 1;
^
/usr/include/gtk-2.0/gtk/gtkassistant.h:88:35: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkAssistantPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:65:9: error: 'guint _GtkSocket::GSEAL(int)' cannot be overloaded
guint GSEAL (is_mapped) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: error: with 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:66:16: error: 'active' has not been declared
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:66:9: error: 'guint _GtkSocket::GSEAL(int)' cannot be overloaded
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: error: with 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:68:18: error: expected ';' at end of member declaration
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:68:36: error: 'GtkAccelGroup* _GtkSocket::GSEAL' conflicts with a previous declaration
GtkAccelGroup *GSEAL (accel_group);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: note: previous declaration 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:68:36: error: ISO C++ forbids declaration of 'accel_group' with no type [-fpermissive]
GtkAccelGroup *GSEAL (accel_group);
^
In file included from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31:0,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/include/gtk-2.0/gdk/gdkscreen.h: At global scope:
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:16: error: 'closed' has not been declared
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:69:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:69:29: error: 'GtkWidget* _GtkSocket::GSEAL' conflicts with a previous declaration
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:52:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (normal_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:52:11: note: previous declaration 'guint16 _GtkSocket::GSEAL(int)'
guint16 GSEAL (request_width);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:52:17: error: 'GdkGC* _GdkScreen::GSEAL' conflicts with a previous declaration
GdkGC *GSEAL (normal_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:69:29: error: ISO C++ forbids declaration of 'toplevel' with no type [-fpermissive]
GtkWidget *GSEAL (toplevel);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:52:31: error: ISO C++ forbids declaration of 'normal_gcs' with no type [-fpermissive]
GdkGC *GSEAL (normal_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtksocket.h: In member function 'guint _GtkSocket::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtksocket.h:61:28: error: only constructors take member initializers
guint GSEAL (same_app) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:61:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkscreen.h:53:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (exposure_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:61:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksocket.h:61:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkscreen.h:53:17: error: 'GdkGC* _GdkScreen::GSEAL' conflicts with a previous declaration
GdkGC *GSEAL (exposure_gcs[32]);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h: In member function 'guint _GtkSocket::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtksocket.h:62:28: error: only constructors take member initializers
guint GSEAL (focus_in) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:53:33: error: ISO C++ forbids declaration of 'exposure_gcs' with no type [-fpermissive]
GdkGC *GSEAL (exposure_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:62:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtksocket.h:62:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksocket.h:62:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkscreen.h:54:10: error: expected ';' at end of member declaration
GdkGC *GSEAL (subwindow_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtksocket.h: In member function 'guint _GtkSocket::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtksocket.h:63:29: error: only constructors take member initializers
guint GSEAL (have_size) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:63:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtksocket.h:63:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksocket.h:63:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkscreen.h:54:17: error: 'GdkGC* _GdkScreen::GSEAL' conflicts with a previous declaration
GdkGC *GSEAL (subwindow_gcs[32]);
^
In file included from /usr/include/gtk-2.0/gtk/gtkbbox.h:34:0,
from /usr/include/gtk-2.0/gtk/gtk.h:46,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkbox.h:57:10: error: expected ';' at end of member declaration
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h: In member function 'guint _GtkSocket::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtksocket.h:64:28: error: only constructors take member initializers
guint GSEAL (need_map) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:64:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtksocket.h:64:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksocket.h:64:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkscreen.h:54:34: error: ISO C++ forbids declaration of 'subwindow_gcs' with no type [-fpermissive]
GdkGC *GSEAL (subwindow_gcs[32]);
^
/usr/include/gtk-2.0/gtk/gtkbox.h:57:25: error: ISO C++ forbids declaration of 'children' with no type [-fpermissive]
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtksocket.h: In member function 'guint _GtkSocket::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtksocket.h:65:29: error: only constructors take member initializers
guint GSEAL (is_mapped) : 1;
^
/usr/include/gtk-2.0/gtk/gtksocket.h:65:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtksocket.h:65:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtksocket.h:65:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbox.h:58:17: error: 'spacing' has not been declared
gint16 GSEAL (spacing);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:25: error: expected ';' at end of member declaration
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gtk/gtkbox.h:58:24: error: 'gint16 _GtkBox::GSEAL(int)' conflicts with a previous declaration
gint16 GSEAL (spacing);
^
/usr/include/gtk-2.0/gtk/gtksocket.h: In member function 'guint _GtkSocket::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtksocket.h:66:26: error: only constructors take member initializers
guint GSEAL (active) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:44: error: 'cairo_font_options_t* _GdkScreen::GSEAL' conflicts with a previous declaration
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:66:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtksocket.h:66:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbox.h:57:25: note: previous declaration 'GList* _GtkBox::GSEAL'
GList *GSEAL (children);
^
/usr/include/gtk-2.0/gtk/gtksocket.h:66:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: note: previous declaration 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbox.h:59:16: error: 'homogeneous' has not been declared
guint GSEAL (homogeneous) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:56:44: error: ISO C++ forbids declaration of 'font_options' with no type [-fpermissive]
cairo_font_options_t *GSEAL (font_options);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:57:17: error: 'resolution' has not been declared
double GSEAL (resolution); /* pixels/points scale factor for fonts */
^
/usr/include/gtk-2.0/gtk/gtkbox.h:59:9: error: 'guint _GtkBox::GSEAL(int)' cannot be overloaded
guint GSEAL (homogeneous) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbox.h:58:10: error: with 'gint16 _GtkBox::GSEAL(int)'
gint16 GSEAL (spacing);
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:57:10: error: 'double _GdkScreen::GSEAL(int)' cannot be overloaded
double GSEAL (resolution); /* pixels/points scale factor for fonts */
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:9: error: with 'guint _GdkScreen::GSEAL(int)'
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbox.h: In member function 'guint _GtkBox::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbox.h:59:31: error: only constructors take member initializers
guint GSEAL (homogeneous) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbox.h:59:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbox.h:59:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbox.h:59:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gdk/gdkscreen.h: In member function 'guint _GdkScreen::GSEAL(int)':
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: error: only constructors take member initializers
guint GSEAL (closed) : 1;
^
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gdk/gdkscreen.h:50:26: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtk.h:138:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkplug.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkplug.h:56:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (socket_window);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:56:34: error: ISO C++ forbids declaration of 'socket_window' with no type [-fpermissive]
GdkWindow *GSEAL (socket_window);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:57:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (modality_window);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:57:36: error: redeclaration of 'GtkWidget* _GtkPlug::GSEAL'
GtkWidget *GSEAL (modality_window);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:56:34: note: previous declaration 'GdkWindow* _GtkPlug::GSEAL'
GdkWindow *GSEAL (socket_window);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:57:36: error: ISO C++ forbids declaration of 'modality_window' with no type [-fpermissive]
GtkWidget *GSEAL (modality_window);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:58:19: error: expected ';' at end of member declaration
GtkWindowGroup *GSEAL (modality_group);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:58:40: error: redeclaration of 'GtkWindowGroup* _GtkPlug::GSEAL'
GtkWindowGroup *GSEAL (modality_group);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:56:34: note: previous declaration 'GdkWindow* _GtkPlug::GSEAL'
GdkWindow *GSEAL (socket_window);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:58:40: error: ISO C++ forbids declaration of 'modality_group' with no type [-fpermissive]
GtkWindowGroup *GSEAL (modality_group);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:59:15: error: expected ';' at end of member declaration
GHashTable *GSEAL (grabbed_keys);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:59:34: error: redeclaration of 'GHashTable* _GtkPlug::GSEAL'
GHashTable *GSEAL (grabbed_keys);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:56:34: note: previous declaration 'GdkWindow* _GtkPlug::GSEAL'
GdkWindow *GSEAL (socket_window);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:46:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkbbox.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:15: error: 'child_min_width' has not been declared
gint GSEAL (child_min_width);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:59:34: error: ISO C++ forbids declaration of 'grabbed_keys' with no type [-fpermissive]
GHashTable *GSEAL (grabbed_keys);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:61:16: error: 'same_app' has not been declared
guint GSEAL (same_app) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:56:15: error: 'child_min_height' has not been declared
gint GSEAL (child_min_height);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:61:28: error: 'guint _GtkPlug::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (same_app) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:56:8: error: 'gint _GtkButtonBox::GSEAL(int)' cannot be overloaded
gint GSEAL (child_min_height);
^
/usr/include/gtk-2.0/gtk/gtkplug.h:56:34: note: previous declaration 'GdkWindow* _GtkPlug::GSEAL'
GdkWindow *GSEAL (socket_window);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:8: error: with 'gint _GtkButtonBox::GSEAL(int)'
gint GSEAL (child_min_width);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:57:15: error: 'child_ipad_x' has not been declared
gint GSEAL (child_ipad_x);
^
/usr/include/gtk-2.0/gtk/gtkplug.h: In member function 'guint _GtkPlug::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkplug.h:61:28: error: only constructors take member initializers
guint GSEAL (same_app) : 1;
^
/usr/include/gtk-2.0/gtk/gtkplug.h:61:28: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkplug.h:61:28: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkplug.h:61:28: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbbox.h:57:8: error: 'gint _GtkButtonBox::GSEAL(int)' cannot be overloaded
gint GSEAL (child_ipad_x);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:8: error: with 'gint _GtkButtonBox::GSEAL(int)'
gint GSEAL (child_min_width);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:58:15: error: 'child_ipad_y' has not been declared
gint GSEAL (child_ipad_y);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:58:8: error: 'gint _GtkButtonBox::GSEAL(int)' cannot be overloaded
gint GSEAL (child_ipad_y);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:8: error: with 'gint _GtkButtonBox::GSEAL(int)'
gint GSEAL (child_min_width);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:59:28: error: 'layout_style' has not been declared
GtkButtonBoxStyle GSEAL (layout_style);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:59:21: error: 'GtkButtonBoxStyle _GtkButtonBox::GSEAL(int)' cannot be overloaded
GtkButtonBoxStyle GSEAL (layout_style);
^
/usr/include/gtk-2.0/gtk/gtkbbox.h:55:8: error: with 'gint _GtkButtonBox::GSEAL(int)'
gint GSEAL (child_min_width);
^
In file included from /usr/include/gtk-2.0/gtk/gtkbuildable.h:28:0,
from /usr/include/gtk-2.0/gtk/gtk.h:50,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkbuilder.h:65:22: error: expected ';' at end of member declaration
GtkBuilderPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkbuilder.h:65:33: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkBuilderPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:140:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkprintoperation.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkprintoperation.h:82:29: error: expected ';' at end of member declaration
GtkPrintOperationPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkprintoperation.h:82:40: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkPrintOperationPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtkbutton.h:36:0,
from /usr/include/gtk-2.0/gtk/gtk.h:52,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkimage.h:152:23: error: 'storage_type' has not been declared
GtkImageType GSEAL (storage_type);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:164:12: error: 'data' has not been declared
} GSEAL (data);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:154:3: error: new types may not be defined in a return type
union
^
/usr/include/gtk-2.0/gtk/gtkimage.h:154:3: note: (perhaps a semicolon is missing after the definition of '_GtkImage::<anonymous union>')
/usr/include/gtk-2.0/gtk/gtkimage.h:164:5: error: '_GtkImage::<anonymous union> _GtkImage::GSEAL(int)' cannot be overloaded
} GSEAL (data);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:152:16: error: with 'GtkImageType _GtkImage::GSEAL(int)'
GtkImageType GSEAL (storage_type);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:167:14: error: expected ';' at end of member declaration
GdkBitmap *GSEAL (mask);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:167:25: error: 'GdkBitmap* _GtkImage::GSEAL' conflicts with a previous declaration
GdkBitmap *GSEAL (mask);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:152:16: note: previous declaration 'GtkImageType _GtkImage::GSEAL(int)'
GtkImageType GSEAL (storage_type);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:167:25: error: ISO C++ forbids declaration of 'mask' with no type [-fpermissive]
GdkBitmap *GSEAL (mask);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:143:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:36: error: 'bar_style' has not been declared
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:70:36: error: 'orientation' has not been declared
GtkProgressBarOrientation GSEAL (orientation);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:70:29: error: 'GtkProgressBarOrientation _GtkProgressBar::GSEAL(int)' cannot be overloaded
GtkProgressBarOrientation GSEAL (orientation);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:29: error: with 'GtkProgressBarStyle _GtkProgressBar::GSEAL(int)'
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:72:16: error: 'blocks' has not been declared
guint GSEAL (blocks);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:72:9: error: 'guint _GtkProgressBar::GSEAL(int)' cannot be overloaded
guint GSEAL (blocks);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:29: error: with 'GtkProgressBarStyle _GtkProgressBar::GSEAL(int)'
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:73:16: error: 'in_block' has not been declared
gint GSEAL (in_block);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:73:9: error: 'gint _GtkProgressBar::GSEAL(int)' cannot be overloaded
gint GSEAL (in_block);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:29: error: with 'GtkProgressBarStyle _GtkProgressBar::GSEAL(int)'
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:75:16: error: 'activity_pos' has not been declared
gint GSEAL (activity_pos);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:75:9: error: 'gint _GtkProgressBar::GSEAL(int)' cannot be overloaded
gint GSEAL (activity_pos);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:29: error: with 'GtkProgressBarStyle _GtkProgressBar::GSEAL(int)'
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:76:16: error: 'activity_step' has not been declared
guint GSEAL (activity_step);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:76:9: error: 'guint _GtkProgressBar::GSEAL(int)' cannot be overloaded
guint GSEAL (activity_step);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:29: error: with 'GtkProgressBarStyle _GtkProgressBar::GSEAL(int)'
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:77:16: error: 'activity_blocks' has not been declared
guint GSEAL (activity_blocks);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:77:9: error: 'guint _GtkProgressBar::GSEAL(int)' cannot be overloaded
guint GSEAL (activity_blocks);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:29: error: with 'GtkProgressBarStyle _GtkProgressBar::GSEAL(int)'
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:79:18: error: 'pulse_fraction' has not been declared
gdouble GSEAL (pulse_fraction);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:79:11: error: 'gdouble _GtkProgressBar::GSEAL(int)' cannot be overloaded
gdouble GSEAL (pulse_fraction);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:29: error: with 'GtkProgressBarStyle _GtkProgressBar::GSEAL(int)'
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:81:16: error: 'activity_dir' has not been declared
guint GSEAL (activity_dir) : 1;
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:81:9: error: 'guint _GtkProgressBar::GSEAL(int)' cannot be overloaded
guint GSEAL (activity_dir) : 1;
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:29: error: with 'GtkProgressBarStyle _GtkProgressBar::GSEAL(int)'
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:82:16: error: 'ellipsize' has not been declared
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:82:9: error: 'guint _GtkProgressBar::GSEAL(int)' cannot be overloaded
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:29: error: with 'GtkProgressBarStyle _GtkProgressBar::GSEAL(int)'
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:83:16: error: 'dirty' has not been declared
guint GSEAL (dirty) : 1;
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:83:9: error: 'guint _GtkProgressBar::GSEAL(int)' cannot be overloaded
guint GSEAL (dirty) : 1;
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:69:29: error: with 'GtkProgressBarStyle _GtkProgressBar::GSEAL(int)'
GtkProgressBarStyle GSEAL (bar_style);
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h: In member function 'guint _GtkProgressBar::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:81:32: error: only constructors take member initializers
guint GSEAL (activity_dir) : 1;
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:81:32: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:81:32: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:81:32: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkprogressbar.h: In member function 'guint _GtkProgressBar::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:82:29: error: only constructors take member initializers
guint GSEAL (ellipsize) : 3;
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:82:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:82:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:82:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkprogressbar.h: In member function 'guint _GtkProgressBar::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:83:25: error: only constructors take member initializers
guint GSEAL (dirty) : 1;
^
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:83:25: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:83:25: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:83:25: warning: no return statement in function returning non-void [-Wreturn-type]
In file included from /usr/include/gtk-2.0/gtk/gtkradioaction.h:38:0,
from /usr/include/gtk-2.0/gtk/gtk.h:144,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtktoggleaction.h: At global scope:
/usr/include/gtk-2.0/gtk/gtktoggleaction.h:59:27: error: expected ';' at end of member declaration
GtkToggleActionPrivate *GSEAL (private_data);
^
/usr/include/gtk-2.0/gtk/gtktoggleaction.h:59:46: error: ISO C++ forbids declaration of 'private_data' with no type [-fpermissive]
GtkToggleActionPrivate *GSEAL (private_data);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:35:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/include/gtk-2.0/gdk/gdkcursor.h: At global scope:
/usr/include/gtk-2.0/gdk/gdkcursor.h:129:24: error: 'type' has not been declared
GdkCursorType GSEAL (type);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:144:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkradioaction.h:59:26: error: expected ';' at end of member declaration
GtkRadioActionPrivate *GSEAL (private_data);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:131:16: error: 'ref_count' has not been declared
guint GSEAL (ref_count);
^
/usr/include/gtk-2.0/gtk/gtkradioaction.h:59:45: error: ISO C++ forbids declaration of 'private_data' with no type [-fpermissive]
GtkRadioActionPrivate *GSEAL (private_data);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:131:9: error: 'guint _GdkCursor::GSEAL(int)' cannot be overloaded
guint GSEAL (ref_count);
^
/usr/include/gtk-2.0/gdk/gdkcursor.h:129:17: error: with 'GdkCursorType _GdkCursor::GSEAL(int)'
GdkCursorType GSEAL (type);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:145:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkradiobutton.h:55:11: error: expected ';' at end of member declaration
GSList *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkradiobutton.h:55:23: error: ISO C++ forbids declaration of 'group' with no type [-fpermissive]
GSList *GSEAL (group);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:146:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkradiomenuitem.h:55:11: error: expected ';' at end of member declaration
GSList *GSEAL (group);
^
/usr/include/gtk-2.0/gtk/gtkradiomenuitem.h:55:23: error: ISO C++ forbids declaration of 'group' with no type [-fpermissive]
GSList *GSEAL (group);
^
In file included from /usr/include/gtk-2.0/gtk/gtkradiotoolbutton.h:30:0,
from /usr/include/gtk-2.0/gtk/gtk.h:147,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h:50:31: error: expected ';' at end of member declaration
GtkToggleToolButtonPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gdk/gdkdrawable.h:35:0,
from /usr/include/gtk-2.0/gdk/gdk.h:39,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/include/gtk-2.0/gdk/gdkgc.h:193:15: error: 'clip_x_origin' has not been declared
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h:50:42: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkToggleToolButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:194:15: error: 'clip_y_origin' has not been declared
gint GSEAL (clip_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:194:8: error: 'gint _GdkGC::GSEAL(int)' cannot be overloaded
gint GSEAL (clip_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: error: with 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:195:15: error: 'ts_x_origin' has not been declared
gint GSEAL (ts_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:195:8: error: 'gint _GdkGC::GSEAL(int)' cannot be overloaded
gint GSEAL (ts_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: error: with 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:196:15: error: 'ts_y_origin' has not been declared
gint GSEAL (ts_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:196:8: error: 'gint _GdkGC::GSEAL(int)' cannot be overloaded
gint GSEAL (ts_y_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: error: with 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
In file included from /usr/include/gtk-2.0/gtk/gtkrecentaction.h:30:0,
from /usr/include/gtk-2.0/gtk/gtk.h:150,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkrecentmanager.h:89:28: error: expected ';' at end of member declaration
GtkRecentManagerPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:16: error: expected ';' at end of member declaration
GdkColormap *GSEAL (colormap);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:31: error: 'GdkColormap* _GdkGC::GSEAL' conflicts with a previous declaration
GdkColormap *GSEAL (colormap);
^
/usr/include/gtk-2.0/gtk/gtkrecentmanager.h:89:39: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkRecentManagerPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:193:8: note: previous declaration 'gint _GdkGC::GSEAL(int)'
gint GSEAL (clip_x_origin);
^
/usr/include/gtk-2.0/gdk/gdkgc.h:198:31: error: ISO C++ forbids declaration of 'colormap' with no type [-fpermissive]
GdkColormap *GSEAL (colormap);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:150:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkrecentaction.h:50:27: error: expected ';' at end of member declaration
GtkRecentActionPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkrecentaction.h:50:38: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkRecentActionPrivate *GSEAL (priv);
^
[ 15%] In file included from /usr/include/gtk-2.0/gtk/gtk.h:152:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkrecentchooserdialog.h:51:34: error: expected ';' at end of member declaration
GtkRecentChooserDialogPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkrecentchooserdialog.h:51:45: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkRecentChooserDialogPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:153:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkrecentchoosermenu.h:49:32: error: expected ';' at end of member declaration
GtkRecentChooserMenuPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkrecentchoosermenu.h:49:43: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkRecentChooserMenuPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:154:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkrecentchooserwidget.h:50:34: error: expected ';' at end of member declaration
GtkRecentChooserWidgetPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkrecentchooserwidget.h:50:45: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkRecentChooserWidgetPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:159:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkscalebutton.h:62:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (plus_button);
^
/usr/include/gtk-2.0/gtk/gtkscalebutton.h:62:32: error: ISO C++ forbids declaration of 'plus_button' with no type [-fpermissive]
GtkWidget *GSEAL (plus_button);
^
/usr/include/gtk-2.0/gtk/gtkscalebutton.h:63:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (minus_button);
^
/usr/include/gtk-2.0/gtk/gtkscalebutton.h:63:33: error: redeclaration of 'GtkWidget* _GtkScaleButton::GSEAL'
GtkWidget *GSEAL (minus_button);
^
/usr/include/gtk-2.0/gtk/gtkscalebutton.h:62:32: note: previous declaration 'GtkWidget* _GtkScaleButton::GSEAL'
GtkWidget *GSEAL (plus_button);
^
/usr/include/gtk-2.0/gtk/gtkscalebutton.h:63:33: error: ISO C++ forbids declaration of 'minus_button' with no type [-fpermissive]
GtkWidget *GSEAL (minus_button);
^
/usr/include/gtk-2.0/gtk/gtkscalebutton.h:66:26: error: expected ';' at end of member declaration
GtkScaleButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkscalebutton.h:66:37: error: redeclaration of 'GtkScaleButtonPrivate* _GtkScaleButton::GSEAL'
GtkScaleButtonPrivate *GSEAL (priv);
^
/usr/include/gtk-2.0/gtk/gtkscalebutton.h:62:32: note: previous declaration 'GtkWidget* _GtkScaleButton::GSEAL'
GtkWidget *GSEAL (plus_button);
^
/usr/include/gtk-2.0/gtk/gtkscalebutton.h:66:37: error: ISO C++ forbids declaration of 'priv' with no type [-fpermissive]
GtkScaleButtonPrivate *GSEAL (priv);
^
In file included from /usr/include/gtk-2.0/gdk/gdk.h:44:0,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/dev9null/DEV9.h:26,
from /home/alexis/pcsx2-read-only/plugins/dev9null/Config.cpp:23:
/usr/include/gtk-2.0/gdk/gdkimage.h:71:23: error: 'type' has not been declared
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:17: error: expected ';' at end of member declaration
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:30: error: 'GdkVisual* _GdkImage::GSEAL' conflicts with a previous declaration
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: note: previous declaration 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:72:30: error: ISO C++ forbids declaration of 'visual' with no type [-fpermissive]
GdkVisual *GSEAL (visual); /* read only. visual used to create the image */
^
In file included from /usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:37:0,
from /usr/include/gtk-2.0/gtk/gtk.h:161,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkviewport.h:57:24: error: 'shadow_type' has not been declared
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:170:22: error: 'icon_size' has not been declared
GtkIconSize GSEAL (icon_size);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:58:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:58:32: error: 'GdkWindow* _GtkViewport::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:170:15: error: 'GtkIconSize _GtkImage::GSEAL(int)' cannot be overloaded
GtkIconSize GSEAL (icon_size);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:57:17: note: previous declaration 'GtkShadowType _GtkViewport::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkimage.h:152:16: error: with 'GtkImageType _GtkImage::GSEAL(int)'
GtkImageType GSEAL (storage_type);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:58:32: error: ISO C++ forbids declaration of 'view_window' with no type [-fpermissive]
GdkWindow *GSEAL (view_window);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:59:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:59:31: error: 'GdkWindow* _GtkViewport::GSEAL' conflicts with a previous declaration
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:57:17: note: previous declaration 'GtkShadowType _GtkViewport::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:59:31: error: ISO C++ forbids declaration of 'bin_window' with no type [-fpermissive]
GdkWindow *GSEAL (bin_window);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:60:18: error: expected ';' at end of member declaration
GtkAdjustment *GSEAL (hadjustment);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:60:36: error: 'GtkAdjustment* _GtkViewport::GSEAL' conflicts with a previous declaration
GtkAdjustment *GSEAL (hadjustment);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:57:17: note: previous declaration 'GtkShadowType _GtkViewport::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:60:36: error: ISO C++ forbids declaration of 'hadjustment' with no type [-fpermissive]
GtkAdjustment *GSEAL (hadjustment);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:61:18: error: expected ';' at end of member declaration
GtkAdjustment *GSEAL (vadjustment);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:61:36: error: 'GtkAdjustment* _GtkViewport::GSEAL' conflicts with a previous declaration
GtkAdjustment *GSEAL (vadjustment);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:57:17: note: previous declaration 'GtkShadowType _GtkViewport::GSEAL(int)'
GtkShadowType GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkviewport.h:61:36: error: ISO C++ forbids declaration of 'vadjustment' with no type [-fpermissive]
GtkAdjustment *GSEAL (vadjustment);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:52:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkbutton.h:55:14: error: expected ';' at end of member declaration
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:55:33: error: ISO C++ forbids declaration of 'event_window' with no type [-fpermissive]
GdkWindow *GSEAL (event_window);
^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:161:0,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32,
from /home/alexis/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:60:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (hscrollbar);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:73:23: error: 'byte_order' has not been declared
GdkByteOrder GSEAL (byte_order); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:60:31: error: ISO C++ forbids declaration of 'hscrollbar' with no type [-fpermissive]
GtkWidget *GSEAL (hscrollbar);
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:61:14: error: expected ';' at end of member declaration
GtkWidget *GSEAL (vscrollbar);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:73:16: error: 'GdkByteOrder _GdkImage::GSEAL(int)' cannot be overloaded
GdkByteOrder GSEAL (byte_order); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:61:31: error: redeclaration of 'GtkWidget* _GtkScrolledWindow::GSEAL'
GtkWidget *GSEAL (vscrollbar);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:74:16: error: 'width' has not been declared
gint GSEAL (width); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:60:31: note: previous declaration 'GtkWidget* _GtkScrolledWindow::GSEAL'
GtkWidget *GSEAL (hscrollbar);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:74:9: error: 'gint _GdkImage::GSEAL(int)' cannot be overloaded
gint GSEAL (width); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:61:31: error: ISO C++ forbids declaration of 'vscrollbar' with no type [-fpermissive]
GtkWidget *GSEAL (vscrollbar);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:75:16: error: 'height' has not been declared
gint GSEAL (height); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:16: error: 'hscrollbar_policy' has not been declared
guint GSEAL (hscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:75:9: error: 'gint _GdkImage::GSEAL(int)' cannot be overloaded
gint GSEAL (height); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:76:18: error: 'depth' has not been declared
guint16 GSEAL (depth); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:42: error: 'guint _GtkScrolledWindow::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (hscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:76:11: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (depth); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:60:31: note: previous declaration 'GtkWidget* _GtkScrolledWindow::GSEAL'
GtkWidget *GSEAL (hscrollbar);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:77:18: error: 'bpp' has not been declared
guint16 GSEAL (bpp); /* read only. bytes per pixel */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:65:16: error: 'vscrollbar_policy' has not been declared
guint GSEAL (vscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:77:11: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (bpp); /* read only. bytes per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:78:18: error: 'bpl' has not been declared
guint16 GSEAL (bpl); /* read only. bytes per line */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:65:9: error: 'guint _GtkScrolledWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (vscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:78:11: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (bpl); /* read only. bytes per line */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:9: error: with 'guint _GtkScrolledWindow::GSEAL(int)'
guint GSEAL (hscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:79:24: error: 'bits_per_pixel' has not been declared
guint16 GSEAL (bits_per_pixel); /* read only. bits per pixel */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:79:17: error: 'guint16 _GdkImage::GSEAL(int)' cannot be overloaded
guint16 GSEAL (bits_per_pixel); /* read only. bits per pixel */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:66:16: error: 'hscrollbar_visible' has not been declared
guint GSEAL (hscrollbar_visible) : 1;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:80:19: error: 'mem' has not been declared
gpointer GSEAL (mem);
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:66:9: error: 'guint _GtkScrolledWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (hscrollbar_visible) : 1;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:80:12: error: 'void* _GdkImage::GSEAL(int)' cannot be overloaded
gpointer GSEAL (mem);
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: error: with 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:9: error: with 'guint _GtkScrolledWindow::GSEAL(int)'
guint GSEAL (hscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:17: error: expected ';' at end of member declaration
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:32: error: 'GdkColormap* _GdkImage::GSEAL' conflicts with a previous declaration
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:67:16: error: 'vscrollbar_visible' has not been declared
guint GSEAL (vscrollbar_visible) : 1;
^
/usr/include/gtk-2.0/gdk/gdkimage.h:71:16: note: previous declaration 'GdkImageType _GdkImage::GSEAL(int)'
GdkImageType GSEAL (type); /* read only. */
^
/usr/include/gtk-2.0/gdk/gdkimage.h:82:32: error: ISO C++ forbids declaration of 'colormap' with no type [-fpermissive]
GdkColormap *GSEAL (colormap); /* read only. */
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:67:9: error: 'guint _GtkScrolledWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (vscrollbar_visible) : 1;
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:9: error: with 'guint _GtkScrolledWindow::GSEAL(int)'
guint GSEAL (hscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:57:10: error: expected ';' at end of member declaration
gchar *GSEAL (label_text);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:57:27: error: redeclaration of 'gchar* _GtkButton::GSEAL'
gchar *GSEAL (label_text);
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:68:16: error: 'window_placement' has not been declared
guint GSEAL (window_placement) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:55:33: note: previous declaration 'GdkWindow* _GtkButton::GSEAL'
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:57:27: error: ISO C++ forbids declaration of 'label_text' with no type [-fpermissive]
gchar *GSEAL (label_text);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:16: error: 'activate_timeout' has not been declared
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:68:9: error: 'guint _GtkScrolledWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (window_placement) : 2;
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:9: error: with 'guint _GtkScrolledWindow::GSEAL(int)'
guint GSEAL (hscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:32: error: 'guint _GtkButton::GSEAL(int)' conflicts with a previous declaration
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:55:33: note: previous declaration 'GdkWindow* _GtkButton::GSEAL'
GdkWindow *GSEAL (event_window);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:16: error: 'constructed' has not been declared
guint GSEAL (constructed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:69:16: error: 'focus_out' has not been declared
guint GSEAL (focus_out) : 1; /* Flag used by ::move-focus-out implementation */
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (constructed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:16: error: 'in_button' has not been declared
guint GSEAL (in_button) : 1;
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:69:9: error: 'guint _GtkScrolledWindow::GSEAL(int)' cannot be overloaded
guint GSEAL (focus_out) : 1; /* Flag used by ::move-focus-out implementation */
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (in_button) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:9: error: with 'guint _GtkScrolledWindow::GSEAL(int)'
guint GSEAL (hscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:16: error: 'button_down' has not been declared
guint GSEAL (button_down) : 1;
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:71:18: error: 'shadow_type' has not been declared
guint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:71:11: error: 'guint16 _GtkScrolledWindow::GSEAL(int)' cannot be overloaded
guint16 GSEAL (shadow_type);
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:9: error: with 'guint _GtkScrolledWindow::GSEAL(int)'
guint GSEAL (hscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (button_down) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:16: error: 'relief' has not been declared
guint GSEAL (relief) : 2;
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h: In member function 'guint _GtkScrolledWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:42: error: only constructors take member initializers
guint GSEAL (hscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:42: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:42: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (relief) : 2;
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:64:42: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:16: error: 'use_underline' has not been declared
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h: In member function 'guint _GtkScrolledWindow::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:65:42: error: only constructors take member initializers
guint GSEAL (vscrollbar_policy) : 2;
^
/usr/include/gtk-2.0/gtk/gtkscrolledwindow.h:65:42: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:16: error: 'use_stock' has not been declared
guint GSEAL (use_stock) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (use_stock) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:16: error: 'depressed' has not been declared
guint GSEAL (depressed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (depressed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:16: error: 'depress_on_activate' has not been declared
guint GSEAL (depress_on_activate) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (depress_on_activate) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:16: error: 'focus_on_click' has not been declared
guint GSEAL (focus_on_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:9: error: 'guint _GtkButton::GSEAL(int)' cannot be overloaded
guint GSEAL (focus_on_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:59:9: error: with 'guint _GtkButton::GSEAL(int)'
guint GSEAL (activate_timeout);
^
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:31: error: only constructors take member initializers
guint GSEAL (constructed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:61:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:29: error: only constructors take member initializers
guint GSEAL (in_button) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:62:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:31: error: only constructors take member initializers
guint GSEAL (button_down) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:31: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:31: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:63:31: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:26: error: only constructors take member initializers
guint GSEAL (relief) : 2;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:26: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:26: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:64:26: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:33: error: only constructors take member initializers
guint GSEAL (use_underline) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:33: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:33: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:65:33: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:29: error: only constructors take member initializers
guint GSEAL (use_stock) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:66:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:29: error: only constructors take member initializers
guint GSEAL (depressed) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:29: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:29: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:67:29: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:39: error: only constructors take member initializers
guint GSEAL (depress_on_activate) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:39: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:39: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:68:39: warning: no return statement in function returning non-void [-Wreturn-type]
/usr/include/gtk-2.0/gtk/gtkbutton.h: In member function 'guint _GtkButton::GSEAL(int)':
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:34: error: only constructors take member initializers
guint GSEAL (focus_on_click) : 1;
^
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:34: error: expected identifier before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:34: error: expected '{' before numeric constant
/usr/include/gtk-2.0/gtk/gtkbutton.h:69:34: warning: no return statement in function returning non-void [-Wreturn-type]
Building CXX object plugins/CDVDiso/src/CMakeFiles/CDVDiso.dir/Linux/Config.cpp.o
In file included from /usr/include/gtk-2.0/gtk/gtk.h:53:0,
from /home/alexis/pcsx2-read-only/common/include/PS2Eext.h:30,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.h:26,
from /home/alexis/pcsx2-read-only/plugins/CDVDnull/CDVD.cpp:18:
/usr/include/gtk-2.0/gtk/gtkcalendar.h: At global scope:
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:14: error: expected ';' at end of member declaration
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: error: ISO C++ forbids declaration of 'header_style' with no type [-fpermissive]
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:110:14: error: expected ';' at end of member declaration
GtkStyle *GSEAL (label_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:110:32: error: redeclaration of 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (label_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: note: previous declaration 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:110:32: error: ISO C++ forbids declaration of 'label_style' with no type [-fpermissive]
GtkStyle *GSEAL (label_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:15: error: 'month' has not been declared
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:20: error: 'gint _GtkCalendar::GSEAL(int)' conflicts with a previous declaration
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: note: previous declaration 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:113:15: error: 'year' has not been declared
gint GSEAL (year);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:113:8: error: 'gint _GtkCalendar::GSEAL(int)' cannot be overloaded
gint GSEAL (year);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:114:15: error: 'selected_day' has not been declared
gint GSEAL (selected_day);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:114:8: error: 'gint _GtkCalendar::GSEAL(int)' cannot be overloaded
gint GSEAL (selected_day);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:116:15: error: 'day_month' has not been declared
gint GSEAL (day_month[6][7]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:116:30: error: '_GtkCalendar::GSEAL' conflicts with a previous declaration
gint GSEAL (day_month[6][7]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:109:33: note: previous declaration 'GtkStyle* _GtkCalendar::GSEAL'
GtkStyle *GSEAL (header_style);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:117:15: error: 'day' has not been declared
gint GSEAL (day[6][7]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:117:8: error: 'gint _GtkCalendar::GSEAL(int (*)[7])' cannot be overloaded
gint GSEAL (day[6][7]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:116:8: error: with 'gint _GtkCalendar::GSEAL(int (*)[7])'
gint GSEAL (day_month[6][7]);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:119:15: error: 'num_marked_dates' has not been declared
gint GSEAL (num_marked_dates);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:119:8: error: 'gint _GtkCalendar::GSEAL(int)' cannot be overloaded
gint GSEAL (num_marked_dates);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:112:8: error: with 'gint _GtkCalendar::GSEAL(int)'
gint GSEAL (month);
^
/usr/include/gtk-2.0/gtk/gtkcalendar.h:120:15: error: 'marked_date' has not been declared
gint GSEAL (marked_date[31]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment