You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: