Package: qbankmanager
Version: 0.9.29-1
Severity: important
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is attached.
> Automatic build of qbankmanager_0.9.29-1 on em64t by sbuild/amd64 1.106
...
> g++ -DHAVE_CONFIG_H -DCATEGORYDIR=\"/usr/share/qbankmanager/categories\"
> -DQT3_SUPPORT -I. -I. -I../../../.. -I../../../../headers -I. -DXTHREADS
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/qt3
> -I/usr/include/kde -DXTHREADS -I/usr/include/gtk-2.0
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
> -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/qt3 -I/usr/include/kde
> -I/usr/include -I/usr/include/qt3 -g -Wall -O2 -g -Wall -MT account.lo -MD
> -MP -MF .deps/account.Tpo -c account.cpp -fPIC -DPIC -o .libs/account.o
> account.h:164: error: extra qualification 'Account::' on member
> '_saveTransactions'
> make[7]: *** [account.lo] Error 1
> make[7]: Leaving directory
> `/build/tbm/qbankmanager-0.9.29/src/kbanking/libs/prg'
So this one is easy:
--- ./src/kbanking/libs/prg/account.h~ 2006-03-22 02:43:18.000000000 +0000
+++ ./src/kbanking/libs/prg/account.h 2006-03-22 02:43:27.000000000 +0000
@@ -160,8 +160,8 @@
* @param force if true then the <i>fixed</i> flag in the storage of each
* day is ignored.
*/
- bool Account::_saveTransactions(const std::list<Transaction> &l,
- bool fix, bool force);
+ bool _saveTransactions(const std::list<Transaction> &l,
+ bool fix, bool force);
};
But then I get lots of errors, possibly due to a missing -I. I
stopped investigating at that point, so there may be other 4.1 issues.
g++ -DHAVE_CONFIG_H -DQT3_SUPPORT -I. -I. -I../../../.. -I.. -I../prg
-I../dialogs -I../views -DXTHRE
ADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/u
sr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/i
nclude/qt3 -I/usr/include/kde -DXTHREADS -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/incl
ude/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include
-I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/qt3 -I/usr/include/kde
-I/usr/include -I/usr/include/qt3 -
g -Wall -O2 -g -Wall -MT textmatcher.lo -MD -MP -MF .deps/textmatcher.Tpo -c
textmatcher.cpp -fPIC -D
PIC -o .libs/textmatcher.o
In file included from textmatcher.h:17,
from textmatcher.cpp:17:
textmatcher.ui.h:7:36: error: Qt3Support/Q3ButtonGroup: No such file or
directory
textmatcher.ui.h:8:27: error: QtCore/QVariant: No such file or directory
textmatcher.ui.h:9:25: error: QtGui/QAction: No such file or directory
...
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]