Skip to content
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 on OS/2 #4976

Open
TeLLie opened this issue Apr 30, 2024 · 0 comments
Open

Error on OS/2 #4976

TeLLie opened this issue Apr 30, 2024 · 0 comments

Comments

@TeLLie
Copy link

TeLLie commented Apr 30, 2024

Hi,
I try to compile this under good old OS/2.
Using Qt5.15.2 and gcc9.2.0

When building it i get those errors:
g++ -c -Zomf -march=i686 -pedantic -O2 -g -march=pentium4 -msse2 -std=gnu++1z -Wall -Wextra -DQT_NO_IPV6 -DPROJECT_MODULE_NAME=sqlitestudiocli -DQT_NO_DEBUG -DQT_CORE_LIB -I../../sqlitestudiocli -I. -I../../coreSQLiteStudio -I/@unixroot/usr/include/qt5 -I/@unixroot/usr/include/qt5/QtCore -I../../../output/build/sqlitestudiocli -I/@unixroot/usr/lib/qt5/mkspecs/os2-g++ -o ../../../output/build/sqlitestudiocli/clicommandsql.obj ../../sqlitestudiocli/commands/clicommandsql.cpp
../../sqlitestudiocli/commands/clicommandsql.cpp: In member function 'void CliCommandSql::printResultsFixed(QueryExecutor*, SqlQueryPtr)':
../../sqlitestudiocli/commands/clicommandsql.cpp:134:40: error: 'termCols' was not declared in this scope
134 | if ((resultColumnsCount * 2 - 1) > termCols)
| ^~~~~~~~
../../sqlitestudiocli/commands/clicommandsql.cpp:144:17: error: 'baseColWidth' was not declared in this scope
144 | width = baseColWidth;
| ^~~~~~~~~~~~
../../sqlitestudiocli/commands/clicommandsql.cpp:146:23: error: 'termCols' was not declared in this scope
146 | width += (termCols - resultColumnsCount * (baseColWidth + 1) + 1);
| ^~~~~~~~
../../sqlitestudiocli/commands/clicommandsql.cpp: In member function 'void CliCommandSql::printResultsColumns(QueryExecutor*, SqlQueryPtr)':
../../sqlitestudiocli/commands/clicommandsql.cpp:174:9: error: 'resultColumnsCount' was not declared in this scope; did you mean 'resultColumns'?
174 | if (resultColumnsCount == 0)
| ^~~~~~~~~~~~~~~~~~
| resultColumns
../../sqlitestudiocli/commands/clicommandsql.cpp:178:10: error: 'resultColumnsCount' was not declared in this scope; did you mean 'resultColumns'?
178 | if ((resultColumnsCount * 2 - 1) > termCols)
| ^~~~~~~~~~~~~~~~~~
| resultColumns
../../sqlitestudiocli/commands/clicommandsql.cpp:178:40: error: 'termCols' was not declared in this scope
178 | if ((resultColumnsCount * 2 - 1) > termCols)
| ^~~~~~~~
../../sqlitestudiocli/commands/clicommandsql.cpp:201:29: error: 'resultColumnsCount' was not declared in this scope; did you mean 'resultColumns'?
201 | for (int i = 0; i < resultColumnsCount; i++)
| ^~~~~~~~~~~~~~~~~~
| resultColumns
../../sqlitestudiocli/commands/clicommandsql.cpp:213:20: error: 'resultColumnsCount' was not declared in this scope; did you mean 'resultColumns'?
213 | totalWidth += (resultColumnsCount - 1); // column separators
| ^~~~~~~~~~~~~~~~~~
| resultColumns
../../sqlitestudiocli/commands/clicommandsql.cpp:216:22: error: 'termCols' was not declared in this scope
216 | if (totalWidth < termCols)
| ^~~~~~~~
../../sqlitestudiocli/commands/clicommandsql.cpp: In member function 'void CliCommandSql::printResultsRowByRow(QueryExecutor*, SqlQueryPtr)':
../../sqlitestudiocli/commands/clicommandsql.cpp:270:38: error: 'termWidth' was not declared in this scope
270 | qOut << center(rowCntString, termWidth - 1, '-') << "\n";
| ^~~~~~~~~
make[1]: *** [Makefile:1404: ../../../output/build/sqlitestudiocli/clicommandsql.obj] Error 1

Any idea what i miss in here??

With kind regards, Tellie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant