Ticket #4856: paste_68081.txt

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