Hi Dan, this seems to be a problem of GCC4. With GCC5 it compiles. I pushed a patch. If that works for you I will make a 1.7.1 release.
Oliver Am 13.09.2016 um 10:39 schrieb Dan Horák: > Hi Oliver, > > On Tue, 13 Sep 2016 08:52:46 +0200 > Oliver Eichler <[email protected]> wrote: > >> Hi, >> >> time to release a few changes in the database. >> >> As already discussed on the list you can search the database, now. The >> search is performed on items only. No projects. The information from >> the item's bubble is taken together with the comment and description >> as a text to search in. I recommend to use one of the text fields to >> add a list of search tags to make most out of it. >> >> I also added some functions to rename group folders and to copy/move >> folders in the database directly. This helps to reorganize the >> database. >> >> And of course the usual list of small fixes and improvements. > builds fine for all Fedoras (23 and up), but fails in RHEL-7 (EPEL-7) > with QT 5.6 > > ... > /builddir/build/BUILD/qmapshack-1.7.0/src/mouse/CMouseRangeTrk.cpp: In member > function 'virtual void CMouseRangeTrk::mousePressEvent(QMouseEvent*)': > /builddir/build/BUILD/qmapshack-1.7.0/src/mouse/CMouseRangeTrk.cpp:125:109: > error: no matching function for call to > 'CMouseRangeTrk::connect(QPointer<CScrOptRangeTrk>&, void > (CScrOptRangeTrk::*)(uint32_t), CMouseRangeTrk* const, void > (CMouseRangeTrk::*)(uint32_t))' > connect(scrOptRange, &CScrOptRangeTrk::activitySelected, > this, &CMouseRangeTrk::slotActivity); > > ^ > /builddir/build/BUILD/qmapshack-1.7.0/src/mouse/CMouseRangeTrk.cpp:125:109: > note: candidates are: > In file included from /usr/include/qt5/QtCore/qsharedpointer_impl.h:57:0, > from /usr/include/qt5/QtCore/qsharedpointer.h:42, > from /usr/include/qt5/QtGui/qpixmap.h:41, > from /usr/include/qt5/QtGui/qpainter.h:41, > from /usr/include/qt5/QtGui/QPainter:1, > from > /builddir/build/BUILD/qmapshack-1.7.0/src/canvas/CCanvas.h:23, > from > /builddir/build/BUILD/qmapshack-1.7.0/src/mouse/CMouseRangeTrk.cpp:19: > /usr/include/qt5/QtCore/qobject.h:196:36: note: static > QMetaObject::Connection QObject::connect(const QObject*, const char*, const > QObject*, const char*, Qt::ConnectionType) > static QMetaObject::Connection connect(const QObject *sender, const char > *signal, > ^ > /usr/include/qt5/QtCore/qobject.h:196:36: note: no known conversion for > argument 2 from 'void (CScrOptRangeTrk::*)(uint32_t) {aka void > (CScrOptRangeTrk::*)(unsigned int)}' to 'const char*' > /usr/include/qt5/QtCore/qobject.h:199:36: note: static > QMetaObject::Connection QObject::connect(const QObject*, const QMetaMethod&, > const QObject*, const QMetaMethod&, Qt::ConnectionType) > static QMetaObject::Connection connect(const QObject *sender, const > QMetaMethod &signal, > ... > > for full log please see build.log at > http://koji.fedoraproject.org/koji/taskinfo?taskID=15611016 > it is from ppc64le, but I've got the same error in local x86_64 build > > > Dan > > ------------------------------------------------------------------------------ > _______________________________________________ > Qlandkartegt-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users ------------------------------------------------------------------------------ _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
