From: Jackie Zhang Date: December 12 2012 11:26pm Subject: make error when "Scanning dependencies of target abi_check" List-Archive: http://lists.mysql.com/mysql/228802 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Hi guru, I encountered the following error when do make. Do you know what's the problem? I have no idea what's "abi_check"... Thanks! ------------------------------------------------------------- Scanning dependencies of target abi_check 1,3d0 < #include "plugin.h" < #include < #include 10d6 < #include 34d29 < #include 54d48 < #include 106,107d99 < #include "plugin_ftparser.h" < #include "plugin.h" CMake Error at cmake/do_abi_check.cmake:78 (MESSAGE): ABI check found difference between /home/jackie/source/mysql-5.5.28/include/mysql/plugin_audit.h.pp and /home/jackie/source/mysql-5.5.28/abi_check.out make[2]: *** [CMakeFiles/abi_check] Error 1 make[1]: *** [CMakeFiles/abi_check.dir/all] Error 2 make: *** [all] Error 2