List:General Discussion« Previous MessageNext Message »
From:Jani Tolonen Date:October 2 1999 9:41am
Subject:compile problem
View as plain text  
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  |
+-------------------------------------------------------------+
Thread
compile problemwong fu keung30 Sep
  • compile problemJani Tolonen2 Oct