Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
Description
The syslog identifiers seem to cause a conflict with some internal parts of the server when building a debug build.
Scanning dependencies of target qc_mysqlembedded
|
[ 8%] Building CXX object query_classifier/qc_mysqlembedded/CMakeFiles/qc_mysqlembedded.dir/qc_mysqlembedded.cc.o
|
In file included from /usr/include/syslog.h:1:0,
|
from /home/markusjm/MaxScale/server/include/log_manager.h:22,
|
from /home/markusjm/MaxScale/utils/skygw_debug.h:54,
|
from /home/markusjm/MaxScale/server/include/buffer.h:51,
|
from /home/markusjm/MaxScale/server/include/dcb.h:21,
|
from /home/markusjm/MaxScale/server/include/poll.h:20,
|
from /usr/include/mysql/my_net.h:40,
|
from /usr/include/mysql/private/violite.h:25,
|
from /usr/include/mysql/private/sql_class.h:36,
|
from /home/markusjm/MaxScale/query_classifier/qc_mysqlembedded/qc_mysqlembedded.cc:41:
|
/usr/include/mysql/private/sql_class.h:2798:3: error: expected unqualified-id before numeric constant
|
LOG_INFO* current_linfo;
|