1 | create_sjisfnt.cpp:348: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
---|
2 | LINK create_sjisfnt
|
---|
3 | C++ gui/main.o
|
---|
4 | In file included from /usr/include/wx-2.8/wx/wx.h:24,
|
---|
5 | from gui/main.cpp:30:
|
---|
6 | /usr/include/wx-2.8/wx/log.h:604:33: warning: anonymous variadic macros were introduced in C99
|
---|
7 | /usr/include/wx-2.8/wx/log.h:605:39: warning: anonymous variadic macros were introduced in C99
|
---|
8 | In file included from gui/main.cpp:39:
|
---|
9 | gui/main.h:54: error: invalid use of incomplete type 'struct wxFrame'
|
---|
10 | /usr/include/wx-2.8/wx/utils.h:50: error: forward declaration of 'struct wxFrame'
|
---|
11 | gui/main.h:63: error: ISO C++ forbids declaration of 'wxPoint' with no type
|
---|
12 | gui/main.h:63: error: expected ',' or '...' before '&' token
|
---|
13 | gui/main.h:97: error: 'wxIdleEvent' has not been declared
|
---|
14 | gui/main.h:102: error: 'wxCloseEvent' has not been declared
|
---|
15 | gui/main.h:104: error: 'wxCommandEvent' has not been declared
|
---|
16 | gui/main.h:105: error: 'wxCommandEvent' has not been declared
|
---|
17 | gui/main.h:106: error: 'wxCommandEvent' has not been declared
|
---|
18 | gui/main.h:107: error: 'wxCommandEvent' has not been declared
|
---|
19 | gui/main.h:108: error: 'wxCommandEvent' has not been declared
|
---|
20 | gui/main.h:109: error: 'wxCommandEvent' has not been declared
|
---|
21 | gui/main.h:121: error: ISO C++ forbids declaration of 'wxPanel' with no type
|
---|
22 | gui/main.h:121: error: expected ';' before '*' token
|
---|
23 | gui/main.h:54: warning: 'class ScummToolsFrame' has virtual functions and accessible non-virtual destructor
|
---|
24 | gui/main.h:134: error: expected class-name before '{' token
|
---|
25 | gui/main.h:143: error: 'wxStaticText' has not been declared
|
---|
26 | gui/main.h:196: error: 'wxCommandEvent' has not been declared
|
---|
27 | gui/main.h:197: error: 'wxCommandEvent' has not been declared
|
---|
28 | gui/main.h:198: error: 'wxCommandEvent' has not been declared
|
---|
29 | gui/main.h:199: error: 'wxCommandEvent' has not been declared
|
---|
30 | gui/main.h:200: error: 'wxCommandEvent' has not been declared
|
---|
31 | gui/main.h:206: error: ISO C++ forbids declaration of 'wxButton' with no type
|
---|
32 | gui/main.h:206: error: expected ';' before '*' token
|
---|
33 | gui/main.h:208: error: ISO C++ forbids declaration of 'wxButton' with no type
|
---|
34 | gui/main.h:208: error: expected ';' before '*' token
|
---|
35 | gui/main.h:210: error: ISO C++ forbids declaration of 'wxButton' with no type
|
---|
36 | gui/main.h:210: error: expected ';' before '*' token
|
---|
37 | gui/main.h:212: error: ISO C++ forbids declaration of 'wxButton' with no type
|
---|
38 | gui/main.h:212: error: expected ';' before '*' token
|
---|
39 | gui/main.h:214: error: ISO C++ forbids declaration of 'wxButton' with no type
|
---|
40 | gui/main.h:214: error: expected ';' before '*' token
|
---|
41 | gui/main.h:216: error: ISO C++ forbids declaration of 'wxStaticText' with no type
|
---|
42 | gui/main.h:216: error: expected ';' before '*' token
|
---|
43 | gui/main.h:134: warning: 'class WizardButtons' has virtual functions and accessible non-virtual destructor
|
---|
44 | gui/main.h:232: error: expected class-name before '{' token
|
---|
45 | gui/main.h:236: error: 'wxPaintEvent' has not been declared
|
---|
46 | gui/main.h:238: error: 'wxFont' does not name a type
|
---|
47 | gui/main.h:239: error: 'wxBitmap' does not name a type
|
---|
48 | gui/main.h:240: error: 'wxBitmap' does not name a type
|
---|
49 | gui/main.h:232: warning: 'class Header' has virtual functions and accessible non-virtual destructor
|
---|
50 | gui/main.h:255: error: expected class-name before '{' token
|
---|
51 | In file included from gui/main.cpp:41:
|
---|
52 | gui/pages.h:127: error: 'wxPanel' has not been declared
|
---|
53 | gui/pages.h:137: error: 'wxSizer' has not been declared
|
---|
54 | gui/pages.h:161: error: 'wxCommandEvent' has not been declared
|
---|
55 | gui/pages.h:162: error: 'wxCommandEvent' has not been declared
|
---|
56 | gui/pages.h:163: error: 'wxCommandEvent' has not been declared
|
---|
57 | gui/pages.h:187: error: 'wxCommandEvent' has not been declared
|
---|
58 | gui/pages.h:318: error: 'wxCommandEvent' has not been declared
|
---|
59 | gui/pages.h:448: error: ISO C++ forbids declaration of 'wxTextCtrl' with no type
|
---|
60 | gui/pages.h:448: error: expected ';' before '*' token
|
---|
61 | gui/pages.h:450: error: ISO C++ forbids declaration of 'wxGauge' with no type
|
---|
62 | gui/pages.h:450: error: expected ';' before '*' token
|
---|
63 | gui/pages.h:471: error: 'wxPanel' has not been declared
|
---|
64 | gui/main.cpp: In function 'wxAppConsole* wxCreateApp()':
|
---|
65 | gui/main.cpp:60: error: cannot allocate an object of abstract type 'ScummVMToolsApp'
|
---|
66 | gui/main.cpp:48: note: because the following virtual functions are pure within 'ScummVMToolsApp':
|
---|
67 | /usr/include/wx-2.8/wx/app.h:89: note: virtual int wxAppConsole::OnRun()
|
---|
68 | gui/main.cpp: In member function 'virtual bool ScummVMToolsApp::OnInit()':
|
---|
69 | gui/main.cpp:69: error: 'wxDefaultPosition' was not declared in this scope
|
---|
70 | gui/main.cpp:69: error: 'wxSize' was not declared in this scope
|
---|
71 | gui/main.cpp:74: error: 'class ScummToolsFrame' has no member named 'SetMinSize'
|
---|
72 | gui/main.cpp:75: error: 'SetTopWindow' was not declared in this scope
|
---|
73 | gui/main.cpp:92: error: 'class ScummToolsFrame' has no member named 'Show'
|
---|
74 | gui/main.cpp: In member function 'void ScummVMToolsApp::OnAbout()':
|
---|
75 | gui/main.cpp:98: error: 'wxDialog' was not declared in this scope
|
---|
76 | gui/main.cpp:98: error: 'dialog' was not declared in this scope
|
---|
77 | gui/main.cpp:98: error: expected type-specifier before 'wxDialog'
|
---|
78 | gui/main.cpp:98: error: expected ';' before 'wxDialog'
|
---|
79 | gui/main.cpp:100: error: 'wxSizer' was not declared in this scope
|
---|
80 | gui/main.cpp:100: error: 'topsizer' was not declared in this scope
|
---|
81 | gui/main.cpp:100: error: expected type-specifier before 'wxBoxSizer'
|
---|
82 | gui/main.cpp:100: error: expected ';' before 'wxBoxSizer'
|
---|
83 | gui/main.cpp:102: error: 'wxSizerFlags' was not declared in this scope
|
---|
84 | gui/main.cpp:104: error: 'sizer' was not declared in this scope
|
---|
85 | gui/main.cpp:104: error: expected type-specifier before 'wxBoxSizer'
|
---|
86 | gui/main.cpp:104: error: expected ';' before 'wxBoxSizer'
|
---|
87 | gui/main.cpp:108: error: 'wxStaticText' was not declared in this scope
|
---|
88 | gui/main.cpp:108: error: 'titletext' was not declared in this scope
|
---|
89 | gui/main.cpp:108: error: expected type-specifier before 'wxStaticText'
|
---|
90 | gui/main.cpp:108: error: expected ';' before 'wxStaticText'
|
---|
91 | gui/main.cpp:109: error: 'wxFont' was not declared in this scope
|
---|
92 | gui/main.cpp:112: error: 'versiontext' was not declared in this scope
|
---|
93 | gui/main.cpp:112: error: expected type-specifier before 'wxStaticText'
|
---|
94 | gui/main.cpp:112: error: expected ';' before 'wxStaticText'
|
---|
95 | gui/main.cpp:113: error: 'wxColor' was not declared in this scope
|
---|
96 | gui/main.cpp:117: error: 'wxHyperlinkCtrl' was not declared in this scope
|
---|
97 | gui/main.cpp:117: error: 'websitetext' was not declared in this scope
|
---|
98 | gui/main.cpp:117: error: expected type-specifier before 'wxHyperlinkCtrl'
|
---|
99 | gui/main.cpp:117: error: expected ';' before 'wxHyperlinkCtrl'
|
---|
100 | gui/main.cpp:120: error: 'copyrighttext' was not declared in this scope
|
---|
101 | gui/main.cpp:120: error: expected type-specifier before 'wxStaticText'
|
---|
102 | gui/main.cpp:120: error: expected ';' before 'wxStaticText'
|
---|
103 | gui/main.cpp:124: error: 'descriptiontext' was not declared in this scope
|
---|
104 | gui/main.cpp:124: error: expected type-specifier before 'wxStaticText'
|
---|
105 | gui/main.cpp:124: error: expected ';' before 'wxStaticText'
|
---|
106 | gui/main.cpp:131: error: 'licensetext' was not declared in this scope
|
---|
107 | gui/main.cpp:131: error: expected type-specifier before 'wxStaticText'
|
---|
108 | gui/main.cpp:131: error: expected ';' before 'wxStaticText'
|
---|
109 | gui/main.cpp: At global scope:
|
---|
110 | gui/main.cpp:158: error: incomplete type 'wxFrame' used in nested name specifier
|
---|
111 | gui/main.cpp:160: error: 'wxCommandEventHandler' was not declared in this scope
|
---|
112 | gui/main.cpp:161: error: 'wxCommandEventHandler' was not declared in this scope
|
---|
113 | gui/main.cpp:162: error: 'wxCommandEventHandler' was not declared in this scope
|
---|
114 | gui/main.cpp:163: error: 'wxCommandEventHandler' was not declared in this scope
|
---|
115 | gui/main.cpp:164: error: 'wxCommandEventHandler' was not declared in this scope
|
---|
116 | gui/main.cpp:165: error: 'wxCommandEventHandler' was not declared in this scope
|
---|
117 | gui/main.cpp:166: error: 'wxCommandEventHandler' was not declared in this scope
|
---|
118 | gui/main.cpp:167: error: 'wxCommandEventHandler' was not declared in this scope
|
---|
119 | gui/main.cpp:168: error: 'wxCommandEventHandler' was not declared in this scope
|
---|
120 | gui/main.cpp:170: error: 'wxIdleEventHandler' was not declared in this scope
|
---|
121 | gui/main.cpp:171: error: 'wxCloseEventHandler' was not declared in this scope
|
---|
122 | gui/main.cpp:174: error: ISO C++ forbids declaration of 'wxPoint' with no type
|
---|
123 | gui/main.cpp:174: error: expected ',' or '...' before '&' token
|
---|
124 | gui/main.cpp: In constructor 'ScummToolsFrame::ScummToolsFrame(const wxString&, int)':
|
---|
125 | gui/main.cpp:175: error: type 'wxFrame' is not a direct base of 'ScummToolsFrame'
|
---|
126 | gui/main.cpp:175: error: 'pos' was not declared in this scope
|
---|
127 | gui/main.cpp:175: error: 'size' was not declared in this scope
|
---|
128 | gui/main.cpp:182: error: 'wxPanel' was not declared in this scope
|
---|
129 | gui/main.cpp:182: error: expected type-specifier before 'wxPanel'
|
---|
130 | gui/main.cpp:182: error: expected ';' before 'wxPanel'
|
---|
131 | gui/main.cpp:184: error: 'wxSizer' was not declared in this scope
|
---|
132 | gui/main.cpp:184: error: 'sizer' was not declared in this scope
|
---|
133 | gui/main.cpp:184: error: expected type-specifier before 'wxBoxSizer'
|
---|
134 | gui/main.cpp:184: error: expected ';' before 'wxBoxSizer'
|
---|
135 | gui/main.cpp:188: error: no matching function for call to 'Header::Header(int (&)(int, char**), const wchar_t [9], const wchar_t [9], const wchar_t [32])'
|
---|
136 | gui/main.h:234: note: candidates are: Header::Header(wxWindow*, const wxString&, const wxString&, const wxString&)
|
---|
137 | gui/main.h:232: note: Header::Header(const Header&)
|
---|
138 | gui/main.cpp:189: error: 'wxSizerFlags' was not declared in this scope
|
---|
139 | gui/main.cpp:192: error: '_wizardpane' was not declared in this scope
|
---|
140 | gui/main.cpp:192: error: expected type-specifier before 'wxPanel'
|
---|
141 | gui/main.cpp:192: error: expected ';' before 'wxPanel'
|
---|
142 | gui/main.cpp:193: error: expected type-specifier before 'wxBoxSizer'
|
---|
143 | gui/main.cpp:193: error: expected ')' before 'wxBoxSizer'
|
---|
144 | gui/main.cpp:198: error: 'linepanel' was not declared in this scope
|
---|
145 | gui/main.cpp:198: error: expected type-specifier before 'wxPanel'
|
---|
146 | gui/main.cpp:198: error: expected ';' before 'wxPanel'
|
---|
147 | gui/main.cpp:199: error: 'linesizer' was not declared in this scope
|
---|
148 | gui/main.cpp:199: error: expected type-specifier before 'wxBoxSizer'
|
---|
149 | gui/main.cpp:199: error: expected ';' before 'wxBoxSizer'
|
---|
150 | gui/main.cpp:201: error: 'wxStaticText' was not declared in this scope
|
---|
151 | gui/main.cpp:201: error: 'linetext' was not declared in this scope
|
---|
152 | gui/main.cpp:201: error: expected type-specifier before 'wxStaticText'
|
---|
153 | gui/main.cpp:201: error: expected ';' before 'wxStaticText'
|
---|
154 | gui/main.cpp:205: error: 'wxStaticLine' was not declared in this scope
|
---|
155 | gui/main.cpp:205: error: 'line' was not declared in this scope
|
---|
156 | gui/main.cpp:205: error: expected type-specifier before 'wxStaticLine'
|
---|
157 | gui/main.cpp:205: error: expected ';' before 'wxStaticLine'
|
---|
158 | gui/main.cpp:222: warning: ISO C++ forbids taking address of function '::main'
|
---|
159 | gui/main.cpp:222: error: request for member 'SetSizer' in 'main', which is of non-class type 'int(int, char**)'
|
---|
160 | gui/main.cpp: In member function 'void ScummToolsFrame::CreateMenuBar()':
|
---|
161 | gui/main.cpp:235: error: 'wxMenuBar' was not declared in this scope
|
---|
162 | gui/main.cpp:235: error: 'menubar' was not declared in this scope
|
---|
163 | gui/main.cpp:235: error: expected type-specifier before 'wxMenuBar'
|
---|
164 | gui/main.cpp:235: error: expected ';' before 'wxMenuBar'
|
---|
165 | gui/main.cpp:242: error: 'wxMenu' was not declared in this scope
|
---|
166 | gui/main.cpp:242: error: 'helpmenu' was not declared in this scope
|
---|
167 | gui/main.cpp:242: error: expected type-specifier before 'wxMenu'
|
---|
168 | gui/main.cpp:242: error: expected ';' before 'wxMenu'
|
---|
169 | gui/main.cpp:251: error: 'SetMenuBar' was not declared in this scope
|
---|
170 | gui/main.cpp: In member function 'void ScummToolsFrame::switchPage(WizardPage*, bool)':
|
---|
171 | gui/main.cpp:260: error: 'wxPanel' was not declared in this scope
|
---|
172 | gui/main.cpp:260: error: 'oldPanel' was not declared in this scope
|
---|
173 | gui/main.cpp:260: error: expected type-specifier before 'wxPanel'
|
---|
174 | gui/main.cpp:260: error: expected '>' before 'wxPanel'
|
---|
175 | gui/main.cpp:260: error: expected '(' before 'wxPanel'
|
---|
176 | gui/main.cpp:260: error: expected primary-expression before '>' token
|
---|
177 | gui/main.cpp:260: error: '_wizardpane' was not declared in this scope
|
---|
178 | gui/main.cpp:260: error: expected ')' before ';' token
|
---|
179 | gui/main.cpp:280: error: 'wxSizerFlags' was not declared in this scope
|
---|
180 | gui/main.cpp: At global scope:
|
---|
181 | gui/main.cpp:295: error: variable or field 'onMenuHelp' declared void
|
---|
182 | gui/main.cpp:295: error: 'wxCommandEvent' was not declared in this scope
|
---|
183 | gui/main.cpp:295: error: 'evt' was not declared in this scope
|
---|
184 | gui/main.cpp:301: error: variable or field 'onMenuAdvanced' declared void
|
---|
185 | gui/main.cpp:301: error: 'wxCommandEvent' was not declared in this scope
|
---|
186 | gui/main.cpp:301: error: 'evt' was not declared in this scope
|
---|
187 | make[1]: *** [gui/main.o] Error 1 |
---|