pennyrest.blogg.se

Boinc ubuntu
Boinc ubuntu







home/dave/Downloads/boinc-master/clientgui/NoticeListCtrl.cpp:90: undefined reference to `wxWebView::New(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, wxString const&, long, wxString const&)' usr/bin/ld: boincmgr-NoticeListCtrl.o: in function `CNoticeListCtrl::Create(wxWindow*)': usr/bin/ld: /usr/include/wx-3.0/wx/string.h:477: undefined reference to `wxWebViewDefaultURLStr'

boinc ubuntu

usr/bin/ld: /usr/include/wx-3.0/wx/string.h:477: undefined reference to `wxWebViewBackendDefault' usr/include/wx-3.0/wx/string.h:477: undefined reference to `wxWebViewNameStr' usr/bin/ld: boincmgr-NoticeListCtrl.o: in function `wxString::ImplStr(char const*, wxMBConv const&)':

BOINC UBUNTU CODE

configure -prefix=/path/to/local/folderĮntire code should compile without problems. Make: Leaving directory '/work/boinc_src' Make: Leaving directory '/work/boinc_src/clientgui' usr/bin/ld: /lib/x86_64-linux-gnu/libgtk-3.so.0: error adding symbols: DSO missing from command lineĬollect2: error: ld returned 1 exit status usr/bin/ld: boincmgr-taskbarex.o: undefined reference to symbol 'gtk_status_icon_set_visible' If one fixes these by going to /usr/include and creating symlinks to actual file paths, the code then fails by giving following error

boinc ubuntu

Code compilation fails at several places due to different paths to *.h files such as gtk.h, gdk.h, hb.h, hb-blob.h, hb-common.h etc Trying to compile entire Boinc code on Ubuntu 20.04 fails with multiple errors.







Boinc ubuntu