Hi,
I recently got a Tic825 controller and stepper motor, and I was able to connect to it and use both the ticcgui and ticcmd. I had originally used the ticcmd to control the motor, however it lacked easy ways (other than string parsing) to identify features such as the current position of the motor. So, I’ve resorted to compiling the code from source. However, I currently run into the following error on line current_spin_box.cpp:32:17
:
error: ‘QOverload’ was not declared in this scope
connect(this, QOverload<int>::of(&QSpinBox::valueChanged),
In my searching, it looks like I have an earlier version of qt. Is there a way this can be updated to be used for an earlier version of qt and/or can I modify something to get it to compile?
qmake -v
QMake version 3.0
Using Qt version 5.5.1 in /usr/lib/x86_64-linux-gnu
Thanks,
Sarah