LouisVraie / dbManagerApp

Qt C++ app for database management.
4 stars 4 forks source link

error on OS/2 #1

Open TeLLie opened 2 years ago

TeLLie commented 2 years ago

HI Tried to compile it to OS2 using QT5 v5.15.2 and gcc v9.2.0

g++ -c -Zomf -march=i686 -O2 -mno-avx -std=gnu++11 -Wall -Wextra -DQT_NO_IPV6 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../dbManagerApp -I. -I/@unixroot/usr/include/qt5 -I/@unixroot/usr/include/qt5/QtWidgets -I/@unixroot/usr/include/qt5/QtGui -I/@unixroot/usr/include/qt5/QtSql -I/@unixroot/usr/include/qt5/QtCore -I. -I. -I/@unixroot/usr/lib/qt5/mkspecs/os2-g++ -o dialoginsertiontabletheo.obj ../dialoginsertiontabletheo.cpp g++ -c -Zomf -march=i686 -O2 -mno-avx -std=gnu++11 -Wall -Wextra -DQT_NO_IPV6 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../dbManagerApp -I. -I/@unixroot/usr/include/qt5 -I/@unixroot/usr/include/qt5/QtWidgets -I/@unixroot/usr/include/qt5/QtGui -I/@unixroot/usr/include/qt5/QtSql -I/@unixroot/usr/include/qt5/QtCore -I. -I. -I/@unixroot/usr/lib/qt5/mkspecs/os2-g++ -o moc_dialoginsertiontabletheo.obj moc_dialoginsertiontabletheo.cpp ../dialoginsertionremi.cpp:39:6: error: no declaration matches 'bool DialogInsertionRemi::isVide(int)' 39 | bool DialogInsertionRemi::isVide(int numLigneAVerif) | ^~~~~~~ ../dialoginsertionremi.cpp:39:6: note: no functions named 'bool DialogInsertionRemi::isVide(int)' In file included from ../dialoginsertionremi.cpp:1: ../dialoginsertionremi.h:10:7: note: 'class DialogInsertionRemi' defined here 10 | class DialogInsertionRemi : public QDialog | ^~~~~~~ make: [dialoginsertionremi.obj] Error 1 make: Waiting for unfinished jobs....

Any thoughts?

LouisVraie commented 2 years ago

Hi Thanks for your report. Our app is in work in progress and it is a school project. We are sorry for the problem you had. It seems working now but not all functionalities are available.