This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7078 - using typedef-name 'GSocket' after 'class' in gsocket.h
Summary: using typedef-name 'GSocket' after 'class' in gsocket.h
Status: ASSIGNED
Alias: None
Product: Amaya
Classification: Unclassified
Component: Building (show other bugs)
Version: 11.2
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: eduardo medalle
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-05 14:18 UTC by Gergely Lonyai
Modified: 2010-12-12 20:31 UTC (History)
4 users (show)

See Also:


Attachments
family (1.86 KB, text/html)
2010-12-12 20:31 UTC, eduardo medalle
Details

Description Gergely Lonyai 2009-07-05 14:18:40 UTC
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/Amaya/linux/wxWidgets_RELEASE/bk-deps x86_64-mandriva-linux-gnu-g++ -c -o corelib_gsockgtk.o -I.pch/wxprec_corelib -D__WXGTK__     -I/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/tiff -I/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/jpeg -I/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/png   -I/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/regex  -DwxUSE_BASE=0 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/home/aleph/Cooker/amaya/BUILD/Amaya11.2/Amaya/linux/wxWidgets_RELEASE/lib/wx/include/gtk2-unicode-release-static-2.8 -I/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/home/aleph/Cooker/amaya/BUILD/Amaya11.2/Amaya/linux/Mesa/include -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -I/home/aleph/Cooker/amaya/BUILD/Amaya11.2/Amaya/linux/Mesa/include /home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp
In file included from /home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:21:
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/include/wx/gsocket.h:40: error: using typedef-name 'GSocket' after 'class'
/usr/include/glib-2.0/gio/giotypes.h:120: error: 'GSocket' has a previous declaration here
In file included from /home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/include/wx/gsocket.h:179,
                 from /home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:21:
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/include/wx/unix/gsockunx.h:40: error: using typedef-name 'GSocket' after 'class'
/usr/include/glib-2.0/gio/giotypes.h:120: error: 'GSocket' has a previous declaration here
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp: In function 'void _GSocket_GDK_Input(void*, gint, GdkInputCondition)':
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:34: error: 'struct _GSocket' has no member named 'Detected_Read'
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:36: error: 'struct _GSocket' has no member named 'Detected_Write'
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp: In member function 'virtual bool GSocketGUIFunctionsTableConcrete::Init_Socket(GSocket*)':
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:56: error: 'struct _GSocket' has no member named 'm_gui_dependent'
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:57: error: 'struct _GSocket' has no member named 'm_gui_dependent'
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp: In member function 'virtual void GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket*)':
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:67: error: 'struct _GSocket' has no member named 'm_gui_dependent'
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp: In member function 'virtual void GSocketGUIFunctionsTableConcrete::Install_Callback(GSocket*, GSocketEvent)':
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:72: error: 'struct _GSocket' has no member named 'm_gui_dependent'
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:75: error: 'struct _GSocket' has no member named 'm_fd'
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:83: error: 'struct _GSocket' has no member named 'm_server'
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:90: error: 'struct _GSocket' has no member named 'm_fd'
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp: In member function 'virtual void GSocketGUIFunctionsTableConcrete::Uninstall_Callback(GSocket*, GSocketEvent)':
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:98: error: 'struct _GSocket' has no member named 'm_gui_dependent'
/home/aleph/Cooker/amaya/BUILD/Amaya11.2/wxWidgets/src/gtk/gsockgtk.cpp:108: error: 'struct _GSocket' has no member named 'm_server'
make[1]: *** [corelib_gsockgtk.o] Error 1
make[1]: Leaving directory `/home/aleph/Cooker/amaya/BUILD/Amaya11.2/Amaya/linux/wxWidgets_RELEASE'
make: *** [wxwidgets] Error 2
Comment 1 Gergely Lonyai 2009-09-11 10:51:39 UTC
Please make up the priority.
This package not compile the Madriva Linux devel release, ergo the next Mandriva Linux release not contain this software.

Glib version: 2.21.6
Comment 2 eduardo medalle 2010-12-12 20:31:36 UTC
Created attachment 939 [details]
family