On Sun, 2004-05-02 at 20:41, John M. Brown wrote:
> Got another problem when trying to add the line.
> 
> Here's the error:
> In file included from /usr/include/mysql/mysql.h:64,
>                  from mysql/dbmysql.c:12:
> /usr/include/mysql/my_list.h:34: conflicting types for `list_reverse'
> list.h:43: previous declaration of `list_reverse'
> make: *** [mysql/dbmysql.o] Error 1
> Sorry, Make failed.
> Please report any problems to the mailing list: [email protected]
> 
This is because of a function with the same name (list_reverse) that
MySQL exports..

MySQL 4.0 does not export this function, AFAIK
> Upgrading to 1.2.7 version with MySQL 4.1 (latest)
> 
> It compiles fine under 2.0rc4...but I can't use a release candidate on a
> production server.  Any idea when 2.0 will be production ready?
> 
Just out of curiosity: Why not run a release candidate when you do run
alpha software (MySQL 4.1)?

Ilja


Reply via email to