Mysql,MariaDB
[MariaDB] warningThis file should not be included by clients, include only <mysql.h>
슬픈달
2019. 2. 11. 13:12
반응형
컴파일시
warning: #warning This file should not be included by clients, include only <mysql.h>
와 같은 오류가 생기는 경우
Makefile
CFLAGS 에 -I/usr/include/mysql/server 를 설정
mysql.h 파일이 2군데 생성되어서 생기는 문제임
반응형