shadow1013
Junior Member
Posts: 228
Registered: 08-10 |
shadow1013@Shadow-PC:~/slade/tags/slade_20_beta$ make
g++ -c -Wall -fpermissive `wx-config --cxxflags` -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNO_MAP_VIEWER=1 -DSHARE_DIR="\"data_files/\"" -o src/editor_window.o src/editor_window.cpp
src/editor_window.cpp: In function ‘wxImage get_image_from_pk3(string, int)’:
src/editor_window.cpp:125:28: warning: ‘bool wxImage::LoadFile(const wxString&, long int, int)’ is deprecated (declared at /usr/local/include/wx-2.9/wx/image.h:551) [-Wdeprecated-declarations]
src/editor_window.cpp: In member function ‘void EditorWindow::file_saveas(wxCommandEvent&)’:
src/editor_window.cpp:596:120: error: ‘wxSAVE’ was not declared in this scope
src/editor_window.cpp:596:127: error: ‘wxOVERWRITE_PROMPT’ was not declared in this scope
src/editor_window.cpp: In member function ‘void EditorWindow::file_savestandalone(wxCommandEvent&)’:
src/editor_window.cpp:619:127: error: ‘wxSAVE’ was not declared in this scope
src/editor_window.cpp:619:134: error: ‘wxOVERWRITE_PROMPT’ was not declared in this scope
src/editor_window.cpp: In member function ‘void EditorWindow::file_importmap(wxCommandEvent&)’:
src/editor_window.cpp:724:96: error: ‘wxOPEN’ was not declared in this scope
src/editor_window.cpp:724:103: error: ‘wxFILE_MUST_EXIST’ was not declared in this scope
src/editor_window.cpp: In member function ‘void EditorWindow::edit_createstairs(wxCommandEvent&)’:
src/editor_window.cpp:960:25: warning: ‘void wxWindowBase::SetBestFittingSize(const wxSize&)’ is deprecated (declared at /usr/local/include/wx-2.9/wx/window.h:1776) [-Wdeprecated-declarations]
src/editor_window.cpp: In member function ‘void EditorWindow::edit_lightgradient(wxCommandEvent&)’:
src/editor_window.cpp:985:25: warning: ‘void wxWindowBase::SetBestFittingSize(const wxSize&)’ is deprecated (declared at /usr/local/include/wx-2.9/wx/window.h:1776) [-Wdeprecated-declarations]
make: *** [src/editor_window.o] Error 1
shadow1013@Shadow-PC:~/slade/tags/slade_20_beta$
^^ all of that are my error messages, and where compiling stops. I did have to declar -fpermissive though and there was an error before because I didn't...
|