[Gambas-user] Issue 461 in gambas: Revision 5812 doesn't compile on Raspbian Linux
gambas at ...2524...
gambas at ...2524...
Wed Aug 21 21:38:14 CEST 2013
Status: New
Owner: ----
Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 461 by uAle... at ...626...: Revision 5812 doesn't compile on
Raspbian Linux
http://code.google.com/p/gambas/issues/detail?id=461
1) Describe the problem.
The latest revision 5812 doesn't compile anymore on Raspbian Linux
(2013-07-26, Wheezy). The make stops with:
/usr/bin/moc-qt4 -o CClipboard_moc.cpp CClipboard.h
CXX gb_qt4_la-CClipboard_moc.lo
CXX gb_qt4_la-CClipboard.lo
CXX gb_qt4_la-CDraw.lo
CXX gb_qt4_la-cpaint_impl.lo
cpaint_impl.cpp: In function 'void TransformMap(GB_TRANSFORM, double*,
double*)':
cpaint_impl.cpp:1267:42: error: no matching function for call
to 'QTransform::map(double&, double&, double*&, double*&)'
cpaint_impl.cpp:1267:42: note: candidates are:
/usr/include/qt4/QtGui/qtransform.h:141:18: note: QPoint
QTransform::map(const QPoint&) const
/usr/include/qt4/QtGui/qtransform.h:141:18: note: candidate expects 1
argument, 4 provided
/usr/include/qt4/QtGui/qtransform.h:142:18: note: QPointF
QTransform::map(const QPointF&) const
/usr/include/qt4/QtGui/qtransform.h:142:18: note: candidate expects 1
argument, 4 provided
/usr/include/qt4/QtGui/qtransform.h:143:18: note: QLine
QTransform::map(const QLine&) const
/usr/include/qt4/QtGui/qtransform.h:143:18: note: candidate expects 1
argument, 4 provided
/usr/include/qt4/QtGui/qtransform.h:144:18: note: QLineF
QTransform::map(const QLineF&) const
/usr/include/qt4/QtGui/qtransform.h:144:18: note: candidate expects 1
argument, 4 provided
/usr/include/qt4/QtGui/qtransform.h:145:18: note: QPolygonF
QTransform::map(const QPolygonF&) const
/usr/include/qt4/QtGui/qtransform.h:145:18: note: candidate expects 1
argument, 4 provided
/usr/include/qt4/QtGui/qtransform.h:146:18: note: QPolygon
QTransform::map(const QPolygon&) const
/usr/include/qt4/QtGui/qtransform.h:146:18: note: candidate expects 1
argument, 4 provided
/usr/include/qt4/QtGui/qtransform.h:147:18: note: QRegion
QTransform::map(const QRegion&) const
/usr/include/qt4/QtGui/qtransform.h:147:18: note: candidate expects 1
argument, 4 provided
/usr/include/qt4/QtGui/qtransform.h:148:18: note: QPainterPath
QTransform::map(const QPainterPath&) const
/usr/include/qt4/QtGui/qtransform.h:148:18: note: candidate expects 1
argument, 4 provided
/usr/include/qt4/QtGui/qtransform.h:152:10: note: void QTransform::map(int,
int, int*, int*) const
/usr/include/qt4/QtGui/qtransform.h:152:10: note: no known conversion for
argument 3 from 'double*' to 'int*'
/usr/include/qt4/QtGui/qtransform.h:153:10: note: void
QTransform::map(qreal, qreal, qreal*, qreal*) const
/usr/include/qt4/QtGui/qtransform.h:153:10: note: no known conversion for
argument 3 from 'double*' to 'qreal* {aka float*}'
make[5]: *** [gb_qt4_la-cpaint_impl.lo] Error 1
make[5]: Leaving directory `/home/pi/install/gambas-trunk/gb.qt4/src'
2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
Version: TRUNK
Revision: r5812
Operating system: Linux
Distribution: Raspbian (Debian 7.1 based)
Architecture: ARMv6
GUI component: QT4
Desktop used: Gnome / KDE ...
3) Provide a little project that reproduces the bug or the crash.
See attache reconf, configure and make output
4) If your project needs a database, try to provide it, or part of it.
5) Explain clearly how to reproduce the bug or the crash.
6) By doing that carefully, you have done 50% of the bug fix job!
IMPORTANT NOTE: if you encounter several different problems or bugs, (for
example, a bug in your project, and an interpreter crash while debugging
it), please create distinct issues!
Attachments:
logging-r5812.tar.gz 12.0 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list