FreeJoy-Team / FreeJoyConfiguratorQt

GUI utility for configuration and setting up FreeJoy embedded controller
GNU General Public License v3.0
106 stars 38 forks source link

installation problems #3

Closed Porshe2010 closed 3 years ago

Porshe2010 commented 3 years ago

hello I do

qmake make

and I succeed

g ++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_DEPRECATED_WARNINGS -DWIN_DESKTOP -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -It / usr / share / qcs ++. -I / usr / include / qt4 / QtCore -I / usr / include / qt4 / QtGui -I / usr / include / qt4 -I. -I. -o centered_cbox.o centered_cbox.cpp In file included from centered_cbox.cpp: 1: centered_cbox.h: 13: error: expected ‘;’ before ‘override’ centered_cbox.h: 10: error: ‘nullptr’ was not declared in this scope centered_cbox.cpp: 15: error: no ‘void CenteredCBox :: paintEvent (QPaintEvent *)’ member function declared in class ‘CenteredCBox’ make: *** [centered_cbox.o] Error 1

Reksotiv commented 3 years ago

Hello. Try install Qt5 sudo apt-get install qt5-default

Porshe2010 commented 3 years ago

Thank you. I also wanted to ask you. Is it difficult to connect lcd to your project like here? Is it also written in Qt? http://generichid.sourceforge.net/

Reksotiv commented 3 years ago

LCD is not supported. The configurator is written in Qt. It is not difficult to write a configurator and it can be in Qt, WPF, etc. This is just a graphical interface that allows you to configure the microcontroller. It is his firmware that needs to be changed and this is more difficult. I don't think this project will support LCD display.