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 11604 - GSocket namespace collision during build
Summary: GSocket namespace collision during build
Status: NEW
Alias: None
Product: Amaya
Classification: Unclassified
Component: Building (show other bugs)
Version: 11.3.1
Hardware: PC Linux
: P2 blocker
Target Milestone: ---
Assignee: lcarcone
QA Contact: loren773
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-23 19:18 UTC by otherworld.entity
Modified: 2017-01-19 10:30 UTC (History)
5 users (show)

See Also:


Attachments

Description otherworld.entity 2010-12-23 19:18:23 UTC
This is the output from make where the error occurs :


/home/jerome/download/Amaya11.3.1/Amaya/linux/wxWidgets_RELEASE/bk-deps g++ -c -o corelib_gsockgtk.o -I.pch/wxprec_corelib -D__WXGTK__     -I/home/jerome/download/Amaya11.3.1/wxWidgets/src/tiff -I/home/jerome/download/Amaya11.3.1/wxWidgets/src/jpeg -I/home/jerome/download/Amaya11.3.1/wxWidgets/src/png   -I/home/jerome/download/Amaya11.3.1/wxWidgets/src/regex  -DwxUSE_BASE=0 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/home/jerome/download/Amaya11.3.1/Amaya/linux/wxWidgets_RELEASE/lib/wx/include/gtk2-unicode-release-static-2.8 -I/home/jerome/download/Amaya11.3.1/wxWidgets/include -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/jerome/download/Amaya11.3.1/Amaya/linux/Mesa/include -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -I/home/jerome/download/Amaya11.3.1/Amaya/linux/Mesa/include /home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp
In file included from /home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:21:
/home/jerome/download/Amaya11.3.1/wxWidgets/include/wx/gsocket.h:40: error: using typedef-name 'GSocket' after 'class'
/usr/include/glib-2.0/gio/giotypes.h:127: error: 'GSocket' has a previous declaration here
In file included from /home/jerome/download/Amaya11.3.1/wxWidgets/include/wx/gsocket.h:179,
                 from /home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:21:
/home/jerome/download/Amaya11.3.1/wxWidgets/include/wx/unix/gsockunx.h:40: error: using typedef-name 'GSocket' after 'class'
/usr/include/glib-2.0/gio/giotypes.h:127: error: 'GSocket' has a previous declaration here
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp: In function 'void _GSocket_GDK_Input(void*, gint, GdkInputCondition)':
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:34: error: 'struct _GSocket' has no member named 'Detected_Read'
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:36: error: 'struct _GSocket' has no member named 'Detected_Write'
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp: In member function 'virtual bool GSocketGUIFunctionsTableConcrete::Init_Socket(GSocket*)':
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:56: error: 'struct _GSocket' has no member named 'm_gui_dependent'
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:57: error: 'struct _GSocket' has no member named 'm_gui_dependent'
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp: In member function 'virtual void GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket*)':
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:67: error: 'struct _GSocket' has no member named 'm_gui_dependent'
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp: In member function 'virtual void GSocketGUIFunctionsTableConcrete::Install_Callback(GSocket*, GSocketEvent)':
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:72: error: 'struct _GSocket' has no member named 'm_gui_dependent'
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:75: error: 'struct _GSocket' has no member named 'm_fd'
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:83: error: 'struct _GSocket' has no member named 'm_server'
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:90: error: 'struct _GSocket' has no member named 'm_fd'
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp: In member function 'virtual void GSocketGUIFunctionsTableConcrete::Uninstall_Callback(GSocket*, GSocketEvent)':
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:98: error: 'struct _GSocket' has no member named 'm_gui_dependent'
/home/jerome/download/Amaya11.3.1/wxWidgets/src/gtk/gsockgtk.cpp:108: error: 'struct _GSocket' has no member named 'm_server'
make[1]: *** [corelib_gsockgtk.o] Erreur 1
make[1]: quittant le répertoire « /home/jerome/download/Amaya11.3.1/Amaya/linux/wxWidgets_RELEASE »
make: *** [wxwidgets] Erreur 2