-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR IN COMPILING #5
Comments
Программа собирается только под linux. Сборка под windows не предусмотрена и не планируется в будущем. |
g++ -c -m64 -pipe -Wno-unused-result -std=c++11 -g -Wno-write-strings -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp |
sudo apt-get install qt5* ; qmake qhuaweiflash.pro ; make |
Force qmake to use qt5. |
E:\hu\learn\qpr\qhuaweiflash-master\main.cpp:-1: In member function 'void MainWindow::Menu_Part_Store()':
E:\hu\learn\qpr\qhuaweiflash-master\main.cpp:461: error: 'bzero' was not declared in this scope
bzero(hdr,sizeof(hdr));
^
E:\hu\learn\qpr\qhuaweiflash-master\main.cpp:-1: In member function 'void MainWindow::DataChanged()':
E:\hu\learn\qpr\qhuaweiflash-master\main.cpp:680: error: 'bzero' was not declared in this scope
bzero(tdata,ptable->psize(hrow));
^
The text was updated successfully, but these errors were encountered: