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
I saw "mysql/mysqld_error.h: No such file or directory" somewhere in the middle of compilation:
[ 73%] Building C object mysys/CMakeFiles/mysys.dir/my_rdtsc.c.o
[ 73%] Building C object mysys/CMakeFiles/mysys.dir/psi_noop.c.o
/data/work/3123/mysql-tnt-replicatord/lib/libslave/Slave.cpp:25:32: fatal error: mysql/mysqld_error.h: No such file or directory
#include <mysql/mysqld_error.h>
^
compilation terminated.
lib/libslave/CMakeFiles/slave.dir/build.make:65: recipe for target 'lib/libslave/CMakeFiles/slave.dir/Slave.cpp.o' failed
make[2]: *** [lib/libslave/CMakeFiles/slave.dir/Slave.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
The second run of make finished without problems.
The text was updated successfully, but these errors were encountered:
I saw "mysql/mysqld_error.h: No such file or directory" somewhere in the middle of compilation:
The second run of make finished without problems.
The text was updated successfully, but these errors were encountered: