Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#526 closed Defect (fixed)

Build failure on Fedora 7

Reported by: kranda Owned by: romw
Priority: Major Milestone: 6.4
Component: Client - Build Version:
Keywords: build Cc:

Description (last modified by Nicolas)

When compiling the latest sources (6.1.5) on Fedora 7 x86_64 I get the following error:

g++ -DHAVE_CONFIG_H -I. -I..  -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac  -pthread -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__   -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac  -pthread -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread  -g -O2 -I/usr/include -I/usr/include/openssl -pthread -MT boinc_gui-BOINCGUIApp.o -MD -MP -MF .deps/boinc_gui-BOINCGUIApp.Tpo -c -o boinc_gui-BOINCGUIApp.o `test -f 'BOINCGUIApp.cpp' || echo './'`BOINCGUIApp.cpp
BOINCGUIApp.cpp: In member function ‘void CBOINCGUIApp::StartupBOINCCore()’:
BOINCGUIApp.cpp:693: error: ambiguous overload for ‘operator=’ in ‘strExecute = (const char*)(*((CBOINCGUIApp*)wxGetApp())->CBOINCGUIApp::<anonymous>.wxApp::<anonymous>.wxAppBase::<anonymous>.wxAppConsole::argv)’
/usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
/usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
/usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
/usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
make[2]: *** [boinc_gui-BOINCGUIApp.o] Error 1
make[2]: Leaving directory `/home/dogbert/boinc/clientgui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dogbert/boinc'
make: *** [all] Error 2

Source downloaded on 21.12.2207 Configured as ./configure --disable-server --enable-unicode

I have wxWidgets 2.8.4-3 installed

Change History (4)

comment:1 Changed 16 years ago by Nicolas

Description: modified (diff)

Fixed description formatting.

comment:2 Changed 16 years ago by Nicolas

Please use the latest 5.x tag, not SVN HEAD. 6.x is in alpha state, could be unstable.

comment:3 Changed 16 years ago by Nicolas

Keywords: build added; Build failure removed

comment:4 Changed 16 years ago by romw

Resolution: fixed
Status: newclosed

This should be fixed now...

Note: See TracTickets for help on using tickets.