Wiem, że to wynika z braku dostępu do plików, ale nie wiem co zrobić.Gdy tworzę podstawowy projekt code::blocks widzę błędy:noname.h:11:23: error: wx/string.h: No such file or directory
noname.h:12:22: error: wx/frame.h: No such file or directory
noname.h:13:23: error: wx/gdicmn.h: No such file or directory
noname.h:14:21: error: wx/font.h: No such file or directory
noname.h:15:23: error: wx/colour.h: No such file or directory
noname.h:16:25: error: wx/settings.h: No such file or directory
In file included from noname.cpp:8:
noname.h:25: błąd: expected class-name before `{, token
noname.h:31: błąd: expected `)' before `*, token
noname.cpp:12: błąd: expected `)' before `*, token
Proszę o pomoc.||=== wx, Debug ===|
/home/mateusz/wx/wxApp.h|15|błąd: redefinition of `class wxApp,|
/usr/include/wx-2.8/wx/gtk/app.h|25|błąd: previous definition of `class wxApp,|
/home/mateusz/wx/wxMain.h|19|błąd: redefinition of `class wxFrame,|
/usr/include/wx-2.8/wx/gtk/frame.h|29|błąd: previous definition of `class wxFrame,|
/home/mateusz/wx/wxApp.cpp|23|błąd: no `bool wxApp::OnInit(), member function declared in class `wxApp,|
/home/mateusz/wx/wxApp.cpp||In member function `bool wxApp::OnInit(),:|
/home/mateusz/wx/wxApp.cpp|25|błąd: no matching function for call to `wxFrame::wxFrame(long int, const wxChar*),|
/usr/include/wx-2.8/wx/gtk/frame.h|39|uwaga: candidates are: wxFrame::wxFrame(wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int, const wxString&)|
/usr/include/wx-2.8/wx/gtk/frame.h|32|uwaga: wxFrame::wxFrame()|
/usr/include/wx-2.8/wx/gtk/frame.h|29|uwaga: wxFrame::wxFrame(const wxFrame&)|
||=== Build finished: 9 errors, 0 warnings ===|
EDIT:
EDIT:
Zauważyłem, że w na windowsie w wxDev-C++ dzieje się tak samo. Utworzyłem projekt Empty wxWidgets.