Re: OS 10.4 (Tiger) compilation errors on 4.1.11...

2005-05-11 Thread Jocelyn Fournier
Hi, I've already seen this problem with gcc 4.0, I have to change size_socket declaration to socklen_t. Anyway, you won't be able to compile properly MySQL because of a bug in gcc 4.0 which will be fixed in 4.0.1. Take a look at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21173 for more details.

OS 10.4 (Tiger) compilation errors on 4.1.11...

2005-05-11 Thread Wells Oliver
Has anyone else tried to compile 4.1.11 on OS 10.4? My compilation fails on mysqldd.cc: mysqld.cc: In function `int bootstrap(FILE*)': mysqld.cc:3350: warning: converting of negative value '-0x1' to 'ulong' mysqld.cc: In function `void* handle_connections_sockets(void*)': mysqld.