On Wednesday 17 Jul 02, Chris Tjon writes:
> I recently download mysql-3.23.51 and compiled it on a solaris 9 (sparc) 
> system using gcc-3.1.  I ran into a couple of minor compile errors which 
> were easily fixed by a couple of type casts.. so far, it seems like the 
> casts are fine.... here are the diffs....

I also found it necessary to apply Chris's patches to mysql-3.23.51,
using gcc-3.1 on Solaris 7.  Without them, I got the following compile
errors:

   mysqld.cc: In function `void* handle_connections_sockets(void*)':
   mysqld.cc:2394: invalid conversion from `size_socket*' to `socklen_t*'
   mysqld.cc:2460: invalid conversion from `size_socket*' to `socklen_t*'

and

   mini_client.cc: In function `int mc_sock_connect(int, const sockaddr*, unsigned 
      int, unsigned int)':
   mini_client.cc:318: invalid conversion from `size_socket*' to `socklen_t*'

Can Chris's patches be incorporated into the next release?

Thanks Chris!

Regards,
David

 -------------------------------------------------------------------
  David Starks-Browning                  | [EMAIL PROTECTED]
  EMBL Outstation --                     |
  The European Bioinformatics Institute  |
  Wellcome Trust Genome Campus           | tel: +44 (1223) 494 616
  Hinxton, Cambridge, CB10 1SD, UK       | fax: +44 (1223) 494 468
 -------------------------------------------------------------------


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to