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

my_bool throws error #158

Open
LordPsyan opened this issue Sep 25, 2023 · 0 comments
Open

my_bool throws error #158

LordPsyan opened this issue Sep 25, 2023 · 0 comments

Comments

@LordPsyan
Copy link

Actually changing this to "bool" allows it to compile, but I cannot get connected to the server. This core is odd when running in linux. I installed debian 10 and manually install boost 1.56. This is the error I received:

In file included from /var/www/server/LegionCore-7.3.5/src/common/Database/SQLOperation.h:21,
from /var/www/server/LegionCore-7.3.5/src/common/Database/AdhocStatement.h:21,
from /var/www/server/LegionCore-7.3.5/src/common/Database/AdhocStatement.cpp:18:
/var/www/server/LegionCore-7.3.5/src/common/Database/QueryResult.h:81:5: error: ‘my_bool’ does not name a type; did you mean ‘bool’?
my_bool* m_isNull;
^~~~~~~
bool

There were tons of errors on startup I had to fix with sql queries. No, I am not running mariadb. I had to put back ticks on many of the queries, but not all of them. I found 1 closed issue about my_bool, but the solution was "I figured it out" and that's it.

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