PDA

View Full Version : QT4 Source compile error on Raspberry pi



vivekyuvan
28th February 2018, 11:33
Dear friends

I am trying to compile my QT4.8.6 Source code in raspberry pi jessie.

I got an error like this


mainwindow.cpp:972:25: error: ‘class QwtDial’ has no member named ‘setRange’
Settings_FOOTPEDAL->setRange(Sett_FP_Xaxis_CALIBER,Sett_FP_Yaxis_CALIB ER,1,1);

my source code compiled successfully in wheezy os qt version is same.
I think the error occurs on qwt lib. I don have an idea how to fix it.

The error occured after changed my header file

l


//#include </usr/include/qwt/qwt_dial.h>
//#include </usr/include/qwt/qwt_dial_needle.h>
#include </usr/local/qwt-6.1.0/include/qwt_dial.h>
#include </usr/local/qwt-6.1.0/include/qwt_dial_needle.h>

Please help me to fix this problem

Regards

Vivek R

Lesiok
28th February 2018, 13:03
But what is the problem? The message is clear.