Ticket #15591: build_log.txt

File build_log.txt, 30.1 KB (added by mf2k (Frank Schima), 16 years ago)
Line 
1--->  Building kmm_banking with target all
2DEBUG: Executing org.macports.build (kmm_banking)
3DEBUG: Environment: "MACOSX_DEPLOYMENT_TARGET"='10.5'
4DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_devel_kmm_banking/work/kmm_banking-0.9.7beta" && make all'
5Makefile:885: warning: overriding commands for target `clean-bcheck'
6Makefile:848: warning: ignoring old commands for target `clean-bcheck'
7Makefile:890: warning: overriding commands for target `bcheck-am'
8Makefile:853: warning: ignoring old commands for target `bcheck-am'
9make  all-recursive
10Makefile:885: warning: overriding commands for target `clean-bcheck'
11Makefile:848: warning: ignoring old commands for target `clean-bcheck'
12Makefile:890: warning: overriding commands for target `bcheck-am'
13Makefile:853: warning: ignoring old commands for target `bcheck-am'
14Making all in doc
15Making all in .
16make[3]: Nothing to be done for `all-am'.
17Making all in en
18make[3]: Nothing to be done for `all'.
19Making all in po
20make[2]: Nothing to be done for `all'.
21Making all in src
22Making all in kbanking
23Making all in widgets
24make  all-am
25make[5]: Nothing to be done for `all-am'.
26Making all in views
27make  all-am
28make[5]: Nothing to be done for `all-am'.
29Making all in dialogs
30make[4]: Nothing to be done for `all'.
31make[4]: Nothing to be done for `all-am'.
32/bin/sh ../libtool --silent --tag=CXX   --mode=compile /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include/gwenhywfar3 -I/opt/local/include -I/opt/local/include/gwenhywfar3 -I/opt/local/include -I/opt/local/lib/qt3/include -I../src/kbanking -I../src/kbanking/views  -Ikbanking/views -I../src/kbanking/gui -I../src/kbanking/widgets -I../src/kbanking/dialogs  -DQT_THREAD_SUPPORT -I/opt/local/include -L/opt/local/lib  -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fexceptions  -MT mymoneybanking.lo -MD -MP -MF .deps/mymoneybanking.Tpo -c -o mymoneybanking.lo mymoneybanking.cpp
33In file included from mymoneybanking.cpp:56:
34mymoneybanking.h:38:37: error: kmymoney/kmymoneyplugin.h: No such file or directory
35mymoneybanking.h:39:37: error: kmymoney/mymoneyaccount.h: No such file or directory
36mymoneybanking.cpp:59:34: error: kmymoney/mymoneyfile.h: No such file or directory
37mymoneybanking.cpp:60:35: error: kmymoney/kmymoneyview.h: No such file or directory
38mymoneybanking.h:45: error: 'KMyMoneyPlugin' has not been declared
39mymoneybanking.h:46: error: expected class-name before '{' token
40mymoneybanking.h:52: error: 'MyMoneyStatement' has not been declared
41mymoneybanking.h:90: error: expected ',' or '...' before '&' token
42mymoneybanking.h:90: error: ISO C++ forbids declaration of 'MyMoneyAccount' with no type
43mymoneybanking.h:105: error: 'MyMoneyAccount' does not name a type
44mymoneybanking.h:130: error: 'MyMoneyStatement' has not been declared
45mymoneybanking.cpp: In constructor 'KBankingPlugin::KBankingPlugin(QObject*, const char*, const QStringList&)':
46mymoneybanking.cpp:67: error: 'KMyMoneyPlugin' has not been declared
47mymoneybanking.cpp:67: error: class 'KBankingPlugin' does not have any field named 'OnlinePlugin'
48mymoneybanking.cpp:80: error: 'setInstance' was not declared in this scope
49mymoneybanking.cpp:81: error: 'setXMLFile' was not declared in this scope
50mymoneybanking.cpp: In member function 'void KBankingPlugin::createJobView()':
51mymoneybanking.cpp:121: error: 'KMyMoneyViewBase' was not declared in this scope
52mymoneybanking.cpp:121: error: 'view' was not declared in this scope
53mymoneybanking.cpp:121: error: 'viewInterface' was not declared in this scope
54mymoneybanking.cpp:123: error: no matching function for call to 'KBJobView::KBJobView(KMyMoneyBanking*&, <type error>, const char [8])'
55../src/kbanking/views/kbjobview.h:34: note: candidates are: KBJobView::KBJobView(KBanking*, QWidget*, const char*, uint)
56../src/kbanking/views/kbjobview.h:30: note:                 KBJobView::KBJobView(const KBJobView&)
57mymoneybanking.cpp:125: error: 'connect' was not declared in this scope
58mymoneybanking.cpp: In member function 'void KBankingPlugin::createActions()':
59mymoneybanking.cpp:133: error: 'actionCollection' was not declared in this scope
60mymoneybanking.cpp:138: error: 'viewInterface' was not declared in this scope
61mymoneybanking.cpp:138: error: 'action' was not declared in this scope
62mymoneybanking.cpp:138: error: 'connect' was not declared in this scope
63mymoneybanking.cpp: In member function 'void KBankingPlugin::slotAccountOnlineMap()':
64mymoneybanking.cpp:157: error: 'm_account' was not declared in this scope
65mymoneybanking.cpp:158: error: 'MyMoneyFile' was not declared in this scope
66mymoneybanking.cpp:158: error: 'file' was not declared in this scope
67mymoneybanking.cpp:158: error: 'MyMoneyFile' is not a class or namespace
68mymoneybanking.cpp:158: error: 'instance' was not declared in this scope
69mymoneybanking.cpp:165: error: expected initializer before '&' token
70mymoneybanking.cpp:166: error: 'bank' was not declared in this scope
71mymoneybanking.cpp:169: error: expected type-specifier before 'MyMoneyException'
72mymoneybanking.cpp:169: error: expected `)' before '*' token
73mymoneybanking.cpp:169: error: expected `{' before '*' token
74mymoneybanking.cpp:169: error: 'e' was not declared in this scope
75mymoneybanking.cpp:169: error: expected `;' before ')' token
76mymoneybanking.cpp:193: error: a function-definition is not allowed here before '{' token
77mymoneybanking.cpp:202: error: a function-definition is not allowed here before '{' token
78mymoneybanking.cpp:343: error: expected ',' or '...' before '&' token
79mymoneybanking.cpp:344: error: a function-definition is not allowed here before '{' token
80mymoneybanking.cpp:376: error: a function-definition is not allowed here before '{' token
81mymoneybanking.cpp:383: error: 'bool KBankingPlugin::importStatement' is not a static member of 'class KBankingPlugin'
82mymoneybanking.cpp:383: error: 'MyMoneyStatement' was not declared in this scope
83mymoneybanking.cpp:383: error: 's' was not declared in this scope
84mymoneybanking.cpp:384: error: expected ',' or ';' before '{' token
85mymoneybanking.cpp:393: error: 'parent' was not declared in this scope
86mymoneybanking.cpp:393: error: expected primary-expression before '(' token
87mymoneybanking.cpp:393: error: expected primary-expression before '*' token
88mymoneybanking.cpp:393: error: expected primary-expression before 'const'
89mymoneybanking.cpp:393: error: expected primary-expression before 'const'
90mymoneybanking.cpp:394: error: expected `;' before ':' token
91mymoneybanking.cpp:402: error: a function-definition is not allowed here before '{' token
92mymoneybanking.cpp:441: error: 'MyMoneyStatement' is not a type
93mymoneybanking.cpp:442: error: a function-definition is not allowed here before '{' token
94mymoneybanking.cpp:565: error: a function-definition is not allowed here before '{' token
95/opt/local/lib/qt3/include/qdesktopwidget.h:48: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QDesktopWidget' shall not have static data member 'QMetaObject* KBankingPlugin::slotAccountOnlineMap()::QDesktopWidget::metaObj'
96/opt/local/lib/qt3/include/qdesktopwidget.h:48: error: field 'KBankingPlugin::slotAccountOnlineMap()::QDesktopWidget::metaObj' in local class cannot be static
97/opt/local/lib/qt3/include/qtranslator.h:104: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QTranslator' shall not have static data member 'QMetaObject* KBankingPlugin::slotAccountOnlineMap()::QTranslator::metaObj'
98/opt/local/lib/qt3/include/qtranslator.h:146: error: 'KBankingPlugin::slotAccountOnlineMap()::QTranslatorMessage' uses local type 'KBankingPlugin::slotAccountOnlineMap()::QTranslatorMessage'
99/opt/local/lib/qt3/include/qtranslator.h:146: error:   trying to instantiate 'template<class T> class QValueList'
100/opt/local/lib/qt3/include/qtranslator.h:104: error: field 'KBankingPlugin::slotAccountOnlineMap()::QTranslator::metaObj' in local class cannot be static
101/opt/local/lib/qt3/include/qapplication.h:64: warning: non-local variable 'KBankingPlugin::slotAccountOnlineMap()::QApplication* qApp' uses local type 'KBankingPlugin::slotAccountOnlineMap()::QApplication'
102/opt/local/lib/qt3/include/qapplication.h:69: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QMetaObject* KBankingPlugin::slotAccountOnlineMap()::QApplication::metaObj'
103/opt/local/lib/qt3/include/qapplication.h:332: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'KBankingPlugin::slotAccountOnlineMap()::QMutex* KBankingPlugin::slotAccountOnlineMap()::QApplication::qt_mutex'
104/opt/local/lib/qt3/include/qapplication.h:339: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'KBankingPlugin::slotAccountOnlineMap()::QStyle* KBankingPlugin::slotAccountOnlineMap()::QApplication::app_style'
105/opt/local/lib/qt3/include/qapplication.h:340: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'int KBankingPlugin::slotAccountOnlineMap()::QApplication::app_cspec'
106/opt/local/lib/qt3/include/qapplication.h:342: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QPalette* KBankingPlugin::slotAccountOnlineMap()::QApplication::app_pal'
107/opt/local/lib/qt3/include/qapplication.h:344: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QFont* KBankingPlugin::slotAccountOnlineMap()::QApplication::app_font'
108/opt/local/lib/qt3/include/qapplication.h:346: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QCursor* KBankingPlugin::slotAccountOnlineMap()::QApplication::app_cursor'
109/opt/local/lib/qt3/include/qapplication.h:348: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'KBankingPlugin::slotAccountOnlineMap()::QEventLoop* KBankingPlugin::slotAccountOnlineMap()::QApplication::eventloop'
110/opt/local/lib/qt3/include/qapplication.h:349: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'int KBankingPlugin::slotAccountOnlineMap()::QApplication::app_tracking'
111/opt/local/lib/qt3/include/qapplication.h:350: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::is_app_running'
112/opt/local/lib/qt3/include/qapplication.h:351: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::is_app_closing'
113/opt/local/lib/qt3/include/qapplication.h:352: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::app_exit_loop'
114/opt/local/lib/qt3/include/qapplication.h:353: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'int KBankingPlugin::slotAccountOnlineMap()::QApplication::loop_level'
115/opt/local/lib/qt3/include/qapplication.h:354: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QWidget* KBankingPlugin::slotAccountOnlineMap()::QApplication::main_widget'
116/opt/local/lib/qt3/include/qapplication.h:355: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QWidget* KBankingPlugin::slotAccountOnlineMap()::QApplication::focus_widget'
117/opt/local/lib/qt3/include/qapplication.h:356: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QWidget* KBankingPlugin::slotAccountOnlineMap()::QApplication::active_window'
118/opt/local/lib/qt3/include/qapplication.h:357: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::obey_desktop_settings'
119/opt/local/lib/qt3/include/qapplication.h:358: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'int KBankingPlugin::slotAccountOnlineMap()::QApplication::cursor_flash_time'
120/opt/local/lib/qt3/include/qapplication.h:359: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'int KBankingPlugin::slotAccountOnlineMap()::QApplication::mouse_double_click_time'
121/opt/local/lib/qt3/include/qapplication.h:360: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'int KBankingPlugin::slotAccountOnlineMap()::QApplication::wheel_scroll_lines'
122/opt/local/lib/qt3/include/qapplication.h:361: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'int KBankingPlugin::slotAccountOnlineMap()::QApplication::composedUnicode'
123/opt/local/lib/qt3/include/qapplication.h:363: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::animate_ui'
124/opt/local/lib/qt3/include/qapplication.h:364: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::animate_menu'
125/opt/local/lib/qt3/include/qapplication.h:365: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::animate_tooltip'
126/opt/local/lib/qt3/include/qapplication.h:366: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::animate_combo'
127/opt/local/lib/qt3/include/qapplication.h:367: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::fade_menu'
128/opt/local/lib/qt3/include/qapplication.h:368: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::fade_tooltip'
129/opt/local/lib/qt3/include/qapplication.h:369: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::animate_toolbox'
130/opt/local/lib/qt3/include/qapplication.h:370: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::widgetCount'
131/opt/local/lib/qt3/include/qapplication.h:371: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'bool KBankingPlugin::slotAccountOnlineMap()::QApplication::metaComposeUnicode'
132/opt/local/lib/qt3/include/qapplication.h:373: error: 'KBankingPlugin::slotAccountOnlineMap()::QTranslator*' uses local type 'KBankingPlugin::slotAccountOnlineMap()::QTranslator'
133/opt/local/lib/qt3/include/qapplication.h:373: error:   trying to instantiate 'template<class T> class QValueList'
134/opt/local/lib/qt3/include/qapplication.h:377: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QString* KBankingPlugin::slotAccountOnlineMap()::QApplication::session_key'
135/opt/local/lib/qt3/include/qapplication.h:384: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QSize KBankingPlugin::slotAccountOnlineMap()::QApplication::app_strut'
136/opt/local/lib/qt3/include/qapplication.h:386: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QStringList* KBankingPlugin::slotAccountOnlineMap()::QApplication::app_libpaths'
137/opt/local/lib/qt3/include/qapplication.h:388: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QAsciiDict<QPalette>* KBankingPlugin::slotAccountOnlineMap()::QApplication::app_palettes'
138/opt/local/lib/qt3/include/qapplication.h:389: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QAsciiDict<QFont>* KBankingPlugin::slotAccountOnlineMap()::QApplication::app_fonts'
139/opt/local/lib/qt3/include/qapplication.h:391: error: local class 'class KBankingPlugin::slotAccountOnlineMap()::QApplication' shall not have static data member 'QWidgetList* KBankingPlugin::slotAccountOnlineMap()::QApplication::popupWidgets'
140/opt/local/lib/qt3/include/qapplication.h:407: error: non-local function 'void qt_ucm_initialize(KBankingPlugin::slotAccountOnlineMap()::QApplication*)' uses local type 'KBankingPlugin::slotAccountOnlineMap()::QApplication'
141/opt/local/lib/qt3/include/qapplication.h:69: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::metaObj' in local class cannot be static
142/opt/local/lib/qt3/include/qapplication.h:332: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::qt_mutex' in local class cannot be static
143/opt/local/lib/qt3/include/qapplication.h:339: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_style' in local class cannot be static
144/opt/local/lib/qt3/include/qapplication.h:340: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_cspec' in local class cannot be static
145/opt/local/lib/qt3/include/qapplication.h:342: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_pal' in local class cannot be static
146/opt/local/lib/qt3/include/qapplication.h:344: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_font' in local class cannot be static
147/opt/local/lib/qt3/include/qapplication.h:346: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_cursor' in local class cannot be static
148/opt/local/lib/qt3/include/qapplication.h:348: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::eventloop' in local class cannot be static
149/opt/local/lib/qt3/include/qapplication.h:349: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_tracking' in local class cannot be static
150/opt/local/lib/qt3/include/qapplication.h:350: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::is_app_running' in local class cannot be static
151/opt/local/lib/qt3/include/qapplication.h:351: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::is_app_closing' in local class cannot be static
152/opt/local/lib/qt3/include/qapplication.h:352: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_exit_loop' in local class cannot be static
153/opt/local/lib/qt3/include/qapplication.h:353: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::loop_level' in local class cannot be static
154/opt/local/lib/qt3/include/qapplication.h:354: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::main_widget' in local class cannot be static
155/opt/local/lib/qt3/include/qapplication.h:355: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::focus_widget' in local class cannot be static
156/opt/local/lib/qt3/include/qapplication.h:356: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::active_window' in local class cannot be static
157/opt/local/lib/qt3/include/qapplication.h:357: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::obey_desktop_settings' in local class cannot be static
158/opt/local/lib/qt3/include/qapplication.h:358: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::cursor_flash_time' in local class cannot be static
159/opt/local/lib/qt3/include/qapplication.h:359: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::mouse_double_click_time' in local class cannot be static
160/opt/local/lib/qt3/include/qapplication.h:360: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::wheel_scroll_lines' in local class cannot be static
161/opt/local/lib/qt3/include/qapplication.h:361: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::composedUnicode' in local class cannot be static
162/opt/local/lib/qt3/include/qapplication.h:363: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::animate_ui' in local class cannot be static
163/opt/local/lib/qt3/include/qapplication.h:364: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::animate_menu' in local class cannot be static
164/opt/local/lib/qt3/include/qapplication.h:365: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::animate_tooltip' in local class cannot be static
165/opt/local/lib/qt3/include/qapplication.h:366: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::animate_combo' in local class cannot be static
166/opt/local/lib/qt3/include/qapplication.h:367: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::fade_menu' in local class cannot be static
167/opt/local/lib/qt3/include/qapplication.h:368: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::fade_tooltip' in local class cannot be static
168/opt/local/lib/qt3/include/qapplication.h:369: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::animate_toolbox' in local class cannot be static
169/opt/local/lib/qt3/include/qapplication.h:370: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::widgetCount' in local class cannot be static
170/opt/local/lib/qt3/include/qapplication.h:371: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::metaComposeUnicode' in local class cannot be static
171/opt/local/lib/qt3/include/qapplication.h:377: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::session_key' in local class cannot be static
172/opt/local/lib/qt3/include/qapplication.h:384: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_strut' in local class cannot be static
173/opt/local/lib/qt3/include/qapplication.h:386: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_libpaths' in local class cannot be static
174/opt/local/lib/qt3/include/qapplication.h:388: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_palettes' in local class cannot be static
175/opt/local/lib/qt3/include/qapplication.h:389: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::app_fonts' in local class cannot be static
176/opt/local/lib/qt3/include/qapplication.h:391: error: field 'KBankingPlugin::slotAccountOnlineMap()::QApplication::popupWidgets' in local class cannot be static
177/opt/local/lib/qt3/include/qapplication.h:422: error: a function-definition is not allowed here before '{' token
178/opt/local/lib/qt3/include/qapplication.h:427: error: a function-definition is not allowed here before '{' token
179/opt/local/lib/qt3/include/qapplication.h:441: error: a function-definition is not allowed here before '{' token
180/opt/local/lib/qt3/include/qapplication.h:446: error: a function-definition is not allowed here before '{' token
181/opt/local/lib/qt3/include/qapplication.h:451: error: a function-definition is not allowed here before '{' token
182/opt/local/lib/qt3/include/qapplication.h:456: error: a function-definition is not allowed here before '{' token
183/opt/local/lib/qt3/include/qapplication.h:461: error: a function-definition is not allowed here before '{' token
184/opt/local/lib/qt3/include/qapplication.h:466: error: a function-definition is not allowed here before '{' token
185/opt/local/lib/qt3/include/qapplication.h:471: error: a function-definition is not allowed here before '{' token
186/opt/local/lib/qt3/include/qapplication.h:476: error: a function-definition is not allowed here before '{' token
187/opt/local/lib/qt3/include/qapplication.h:481: error: a function-definition is not allowed here before '{' token
188/opt/local/lib/qt3/include/qapplication.h:486: error: a function-definition is not allowed here before '{' token
189/opt/local/lib/qt3/include/qapplication.h:491: error: a function-definition is not allowed here before '{' token
190/opt/local/lib/qt3/include/qapplication.h:496: error: a function-definition is not allowed here before '{' token
191/opt/local/lib/qt3/include/qapplication.h:499: error: a function-definition is not allowed here before '{' token
192/opt/local/lib/qt3/include/qapplication.h:516: error: a function-definition is not allowed here before '{' token
193/opt/local/lib/qt3/include/quuid.h:187: error: non-local function 'QDataStream& operator<<(QDataStream&, const KBankingPlugin::slotAccountOnlineMap()::QUuid&)' uses local type 'const KBankingPlugin::slotAccountOnlineMap()::QUuid'
194/opt/local/lib/qt3/include/quuid.h:188: error: non-local function 'QDataStream& operator>>(QDataStream&, KBankingPlugin::slotAccountOnlineMap()::QUuid&)' uses local type 'KBankingPlugin::slotAccountOnlineMap()::QUuid'
195/opt/local/lib/qt3/include/private/qucom_p.h:277: error: a function-definition is not allowed here before '{' token
196/opt/local/lib/qt3/include/private/qucom_p.h:282: error: a function-definition is not allowed here before '{' token
197mymoneybanking.moc:23: error: a function-definition is not allowed here before '{' token
198mymoneybanking.moc:27: error: redeclaration of 'QMetaObject* KBankingPlugin::metaObj'
199mymoneybanking.h:47: error: 'QMetaObject* KBankingPlugin::metaObj' previously declared here
200mymoneybanking.moc:27: error: declaration of 'QMetaObject* KBankingPlugin::metaObj' outside of class is not definition
201mymoneybanking.moc:32: error: a function-definition is not allowed here before '{' token
202mymoneybanking.moc:40: error: a function-definition is not allowed here before '{' token
203mymoneybanking.moc:51: error: a function-definition is not allowed here before '{' token
204mymoneybanking.moc:84: error: a function-definition is not allowed here before '{' token
205mymoneybanking.moc:91: error: a function-definition is not allowed here before '{' token
206mymoneybanking.moc:105: error: a function-definition is not allowed here before '{' token
207mymoneybanking.moc:111: error: a function-definition is not allowed here before '{' token
208mymoneybanking.moc:115: error: a function-definition is not allowed here before '{' token
209/opt/local/lib/qt3/include/qapplication.h:64: warning: unused variable 'qApp'
210mymoneybanking.moc:115: error: expected `}' at end of input
211/opt/local/include/kgenericfactory.h: In member function 'QObject* KGenericFactory<Product, ParentType>::createObject(QObject*, const char*, const char*, const QStringList&) [with Product = KBankingPlugin, ParentType = QObject]':
212mymoneybanking.moc:114:   instantiated from here
213/opt/local/include/kgenericfactory.h:194: error: cannot convert 'KBankingPlugin*' to 'QObject*' in return
214make[3]: *** [mymoneybanking.lo] Error 1
215make[2]: *** [all-recursive] Error 1
216make[1]: *** [all-recursive] Error 1
217make: *** [all] Error 2
218Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_devel_kmm_banking/work/kmm_banking-0.9.7beta" && make all " returned error 2
219Command output: /opt/local/lib/qt3/include/qapplication.h:486: error: a function-definition is not allowed here before '{' token
220/opt/local/lib/qt3/include/qapplication.h:491: error: a function-definition is not allowed here before '{' token
221/opt/local/lib/qt3/include/qapplication.h:496: error: a function-definition is not allowed here before '{' token
222/opt/local/lib/qt3/include/qapplication.h:499: error: a function-definition is not allowed here before '{' token
223/opt/local/lib/qt3/include/qapplication.h:516: error: a function-definition is not allowed here before '{' token
224/opt/local/lib/qt3/include/quuid.h:187: error: non-local function 'QDataStream& operator<<(QDataStream&, const KBankingPlugin::slotAccountOnlineMap()::QUuid&)' uses local type 'const KBankingPlugin::slotAccountOnlineMap()::QUuid'
225/opt/local/lib/qt3/include/quuid.h:188: error: non-local function 'QDataStream& operator>>(QDataStream&, KBankingPlugin::slotAccountOnlineMap()::QUuid&)' uses local type 'KBankingPlugin::slotAccountOnlineMap()::QUuid'
226/opt/local/lib/qt3/include/private/qucom_p.h:277: error: a function-definition is not allowed here before '{' token
227/opt/local/lib/qt3/include/private/qucom_p.h:282: error: a function-definition is not allowed here before '{' token
228mymoneybanking.moc:23: error: a function-definition is not allowed here before '{' token
229mymoneybanking.moc:27: error: redeclaration of 'QMetaObject* KBankingPlugin::metaObj'
230mymoneybanking.h:47: error: 'QMetaObject* KBankingPlugin::metaObj' previously declared here
231mymoneybanking.moc:27: error: declaration of 'QMetaObject* KBankingPlugin::metaObj' outside of class is not definition
232mymoneybanking.moc:32: error: a function-definition is not allowed here before '{' token
233mymoneybanking.moc:40: error: a function-definition is not allowed here before '{' token
234mymoneybanking.moc:51: error: a function-definition is not allowed here before '{' token
235mymoneybanking.moc:84: error: a function-definition is not allowed here before '{' token
236mymoneybanking.moc:91: error: a function-definition is not allowed here before '{' token
237mymoneybanking.moc:105: error: a function-definition is not allowed here before '{' token
238mymoneybanking.moc:111: error: a function-definition is not allowed here before '{' token
239mymoneybanking.moc:115: error: a function-definition is not allowed here before '{' token
240/opt/local/lib/qt3/include/qapplication.h:64: warning: unused variable 'qApp'
241mymoneybanking.moc:115: error: expected `}' at end of input
242/opt/local/include/kgenericfactory.h: In member function 'QObject* KGenericFactory<Product, ParentType>::createObject(QObject*, const char*, const char*, const QStringList&) [with Product = KBankingPlugin, ParentType = QObject]':
243mymoneybanking.moc:114:   instantiated from here
244/opt/local/include/kgenericfactory.h:194: error: cannot convert 'KBankingPlugin*' to 'QObject*' in return
245make[3]: *** [mymoneybanking.lo] Error 1
246make[2]: *** [all-recursive] Error 1
247make[1]: *** [all-recursive] Error 1
248make: *** [all] Error 2
249
250Warning: the following items did not execute (for kmm_banking): org.macports.activate org.macports.build org.macports.destroot org.macports.install
251Error: Status 1 encountered during processing.