From: Date: October 2 1999 11:41am Subject: compile problem List-Archive: http://lists.mysql.com/mysql/14914 Message-Id: <14325.53247.550276.507152@janikt.pp.saunalahti.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit wong fu keung writes: > Hi all, > > I came across a problem that After I use configure --with-charset=big5 > to configure, > then I compile the mysql but I got a error message that ctype-big5.c > my_like_range fuction > conflict with the one which defined in m_ctype.h . How can I fix it??? > > Thank for your attention. > Hello Wong, Change in include/m_ctype.h extern my_bool my_like_range(const char *ptr,uint ptr_length,pchar escape, uint res_length, char *min_str,char *max_str); to extern my_bool my_like_range(const char *ptr,uint ptr_length,pchar escape, uint res_length, char *min_str,char *max_str, uint *min_length,uint *max_length); Regards, - Jani -- +-------------------------------------------------------------+ | TcX ____ __ _____ _____ ___ | | /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Jani Tolonen | | /*/ /*/ /*/ \*\_ |*| |*||*| jani@stripped | | /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Helsinki | | /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|_____ Finland | | ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ | | /*/ \*\ Developers Team | +-------------------------------------------------------------+