1

(2 replies, posted in News)

Hello,

The buildscript for QElectroTech is available for Slackware here: http://slackbuilds.org/
I have built the Slackware package of QElectroTech 0.5. It is working fine on Slackware Current.

Anand

Hello,

What configure options should be used while building Qt5?

Anand

Hello,

Any patches to correct the error?

Anand

Hello,

I am having Qt5.5 installed using the build script available at http://slackbuilds.org/repository/14.1/libraries/qt5/

I am also maintaining QElectrotech package at slackbuilds.org

Anand

Hello,

When I try to build the 0.5RC1 on Slackware Current I get this error message:

In file included from sources/QetGraphicsItemModeler/qetgraphicshandlerutility.cpp:18:0:
sources/QetGraphicsItemModeler/qetgraphicshandlerutility.h:41:7: error: candidate is: int QetGraphicsHandlerUtility::pointIsHoverHandler(const QPointF&, int) const
   int pointIsHoverHandler (const QPointF &point, const QVector<QPointF> &vector) const;
       ^
sources/QetGraphicsItemModeler/qetgraphicshandlerutility.cpp:100:88: error: no ‘QVector<QRectF> QetGraphicsHandlerUtility::handlerRect(const QVector<QPointF>&) const’ member function declared in class ‘QetGraphicsHandlerUtility’
 QVector<QRectF> QetGraphicsHandlerUtility::handlerRect(const QVector<QPointF> &vector) const
                                                                                        ^
sources/QetGraphicsItemModeler/qetgraphicshandlerutility.cpp:136:77: error: no ‘QVector<QPointF> QetGraphicsHandlerUtility::pointsForRect(const QRectF&)’ member function declared in class ‘QetGraphicsHandlerUtility’
 QVector<QPointF> QetGraphicsHandlerUtility::pointsForRect(const QRectF &rect)
                                                                             ^
sources/QetGraphicsItemModeler/qetgraphicshandlerutility.cpp:165:77: error: no ‘QVector<QPointF> QetGraphicsHandlerUtility::pointsForLine(const QLineF&)’ member function declared in class ‘QetGraphicsHandlerUtility’
 QVector<QPointF> QetGraphicsHandlerUtility::pointsForLine(const QLineF &line) {
                                                                             ^
Makefile.Release:1859: recipe for target 'release/qetgraphicshandlerutility.o' failed
make[1]: *** [release/qetgraphicshandlerutility.o] Error 1
make[1]: Leaving directory '/tmp/SBo/qelectrotech-0.5rc1-src'
Makefile:34: recipe for target 'release' failed
make: *** [release] Error 2

Anand