[KimDaBa] Snapshot compile problem

Jesper K. Pedersen blackie at catatonia.blackie.dk
Tue Jan 13 18:28:25 GMT 2004


Yeah there was a change in QAction between 3.1.x and 3.2.x, where it seems
I'm using the incompatible version.

If you are eager to try QAction, try duplicating the first argument, so
QAction( bla, buh, ... ) becomes QAction( bla, bla, buh, ... )

Otherwise, QActions are on there way out of KimDaBa, and will not be there
in the next version.

Cheers
Jesper.

PS: Please cc the list one this, someone else might be able to help you.
Matt <matt-lists at comnet.net.nz> writes:

| On Tue, 13 Jan 2004 22:22, Jesper K. Pedersen wrote:
| > That does indeed sound like a very old Qt.
| > Which version of KDE and Qt do you have?
| >
| > Cheers
| > Jesper.
| >
| 
| The following are the rpm's that I have installed:
| 
| libqt3-3.1.2-14.1.92mdk
| libkdebase4-3.1.3-79.1.92mdk
| 
| It's basically Mandrake9.2 updated to the latest packages that they have 
| produced.
| 
| Matt
| > Matt <matt-lists at comnet.net.nz> writes:
| > | I have just found kimdaba, and it is exactly what I've been looking
| > | for in an image management program - been looking for over a year. 
| > | Very pleased to have found it.  So thanks very much to the authors.
| > |
| > | Version 1.0.1 compiled flawlessly on my mdk9.2 system, but the
| > | 4/1/04 snapshot fails to compile with the following error, anyone
| > | able to help with this problem?
| > |
| > | make[3]: Entering directory
| > | `/home/matt/appdownloads/kimdaba-2004-01-04/kimdaba'
| > | if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include
| > | -I/usr/X11R6/include  -I./compat  -DQT_THREAD_SUPPORT  -D_REENTRANT
| > | -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith
| > | -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
| > | -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
| > | -Wmissing-format-attribute -fno-exceptions -fno-check-new
| > | -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL
| > | -DQT_NO_COMPAT -DQT_NO_TRANSLATION   -MT viewer.o -MD -MP -MF
| > | ".deps/viewer.Tpo" \ -c -o viewer.o `test -f 'viewer.cpp' || echo
| > | './'`viewer.cpp; \ then mv -f ".deps/viewer.Tpo" ".deps/viewer.Po";
| > | \
| > | else rm -f ".deps/viewer.Tpo"; exit 1; \
| > | fi
| > | viewer.cpp: In member function `void Viewer::setupContextMenu()':
| > | viewer.cpp:191: error: no matching function for call to
| > | `QAction::QAction(QIconSet, QString, int, QPopupMenu*&)'
| > | /usr/lib/qt3/include/qaction.h:137: error: candidates are:
| > | QAction::QAction(const QAction&)
| > | /usr/lib/qt3/include/qaction.h:79: error:
| > | QAction::QAction(const QString&, const QString&, QKeySequence,
| > | QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:77: error:
| > | QAction::QAction(const QString&, const QIconSet&, const QString&,
| > | QKeySequence, QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:74: error:
| > | QAction::QAction(QObject*, const char*, bool)
| > | viewer.cpp:195: error: no matching function for call to
| > | `QAction::QAction(QIconSet, QString, int, QPopupMenu*&)'
| > | /usr/lib/qt3/include/qaction.h:137: error: candidates are:
| > | QAction::QAction(const QAction&)
| > | /usr/lib/qt3/include/qaction.h:79: error:
| > | QAction::QAction(const QString&, const QString&, QKeySequence,
| > | QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:77: error:
| > | QAction::QAction(const QString&, const QIconSet&, const QString&,
| > | QKeySequence, QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:74: error:
| > | QAction::QAction(QObject*, const char*, bool)
| > | viewer.cpp:199: error: no matching function for call to
| > | `QAction::QAction(QIconSet, QString, int, QPopupMenu*&)'
| > | /usr/lib/qt3/include/qaction.h:137: error: candidates are:
| > | QAction::QAction(const QAction&)
| > | /usr/lib/qt3/include/qaction.h:79: error:
| > | QAction::QAction(const QString&, const QString&, QKeySequence,
| > | QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:77: error:
| > | QAction::QAction(const QString&, const QIconSet&, const QString&,
| > | QKeySequence, QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:74: error:
| > | QAction::QAction(QObject*, const char*, bool)
| > | viewer.cpp:203: error: no matching function for call to
| > | `QAction::QAction(QIconSet, QString, int, QPopupMenu*&)'
| > | /usr/lib/qt3/include/qaction.h:137: error: candidates are:
| > | QAction::QAction(const QAction&)
| > | /usr/lib/qt3/include/qaction.h:79: error:
| > | QAction::QAction(const QString&, const QString&, QKeySequence,
| > | QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:77: error:
| > | QAction::QAction(const QString&, const QIconSet&, const QString&,
| > | QKeySequence, QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:74: error:
| > | QAction::QAction(QObject*, const char*, bool)
| > | viewer.cpp:207: error: no matching function for call to
| > | `QAction::QAction(QIconSet, QString, int, QPopupMenu*&)'
| > | /usr/lib/qt3/include/qaction.h:137: error: candidates are:
| > | QAction::QAction(const QAction&)
| > | /usr/lib/qt3/include/qaction.h:79: error:
| > | QAction::QAction(const QString&, const QString&, QKeySequence,
| > | QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:77: error:
| > | QAction::QAction(const QString&, const QIconSet&, const QString&,
| > | QKeySequence, QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:74: error:
| > | QAction::QAction(QObject*, const char*, bool)
| > | viewer.cpp:211: error: no matching function for call to
| > | `QAction::QAction(QIconSet, QString, int, QPopupMenu*&)'
| > | /usr/lib/qt3/include/qaction.h:137: error: candidates are:
| > | QAction::QAction(const QAction&)
| > | /usr/lib/qt3/include/qaction.h:79: error:
| > | QAction::QAction(const QString&, const QString&, QKeySequence,
| > | QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:77: error:
| > | QAction::QAction(const QString&, const QIconSet&, const QString&,
| > | QKeySequence, QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:74: error:
| > | QAction::QAction(QObject*, const char*, bool)
| > | viewer.cpp:215: error: no matching function for call to
| > | `QAction::QAction(QIconSet, QString, int, QPopupMenu*&)'
| > | /usr/lib/qt3/include/qaction.h:137: error: candidates are:
| > | QAction::QAction(const QAction&)
| > | /usr/lib/qt3/include/qaction.h:79: error:
| > | QAction::QAction(const QString&, const QString&, QKeySequence,
| > | QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:77: error:
| > | QAction::QAction(const QString&, const QIconSet&, const QString&,
| > | QKeySequence, QObject*, const char*, bool)
| > | /usr/lib/qt3/include/qaction.h:74: error:
| > | QAction::QAction(QObject*, const char*, bool)
| > | make[3]: *** [viewer.o] Error 1
| > | make[3]: Leaving directory
| > | `/home/matt/appdownloads/kimdaba-2004-01-04/kimdaba'
| > | make[2]: *** [all-recursive] Error 1
| > | make[2]: Leaving directory
| > | `/home/matt/appdownloads/kimdaba-2004-01-04/kimdaba'
| > | make[1]: *** [all-recursive] Error 1
| > | make[1]: Leaving directory
| > | `/home/matt/appdownloads/kimdaba-2004-01-04' make: *** [all] Error
| > | 2
| > |
| > | --
| > | Regards
| > |
| > | Matt
| > |
| > | _______________________________________________
| > | KimDaBa mailing list
| > | KimDaBa at klaralvdalens-datakonsult.se
| > | http://sulaco.hrhansen.dk/mailman/listinfo/kimdaba
| 

-- 
Jesper K. Pedersen          |  Klarälvdalens Datakonsult
Senior Software Engineer    |  www.klaralvdalens-datakonsult.se
Peder Skrams Gade 27 3. tv. |
6700 Esbjerg                |  Platform-independent
Denmark                     |  software solutions



More information about the Kphotoalbum mailing list