I can not compile the release of MySQL-3.23.54.  Below is the errors.

make[4]: Entering directory `/home/build/ou8/mysql-3.23.54/sql'
source='mysqld.cc' object='mysqld.o' libtool=no \
depfile='.deps/mysqld.Po' tmpdepfile='.deps/mysqld.TPo' \
depmode=none /bin/bash ../depcomp \
CC -Kthread -DUNIXWARE_7 -DMYSQL_SERVER
-DDEFAULT_MYSQL_HOME="\"/usr/local/mysql
\"" -DDATADIR="\"/usr/local/mysql/var\""
-DSHAREDIR="\"/usr/local/mysql/share/my
sql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix
-I../innobase/include -I
./../include -I./../regex -I. -I../include -I.. -I.    -O3 -DDBUG_OFF
-DNO_CPL
USPLUS_ALLOCA -c -o mysqld.o `test -f mysqld.cc || echo './'`mysqld.cc
"mysqld.cc", line 1473: warning: variable "error" was set but never used
      int error;                                        // Used when
debugging
          ^

"mysqld.cc", line 1523: warning: statement is unreachable
    return(0);                                  /* purecov: deadcode */
    ^

"mysqld.cc", line 2478: error: argument of type "size_socket *" is
incompatible
with parameter of type "size_t *"
                        &length);
                        ^

"mysqld.cc", line 2544: error: argument of type "size_socket *" is
incompatible
with parameter of type "size_t *"
        if (getsockname(new_sock,&dummy, &dummyLen) < 0)
                                         ^

make[4]: *** [mysqld.o] Error 1
make[4]: Leaving directory `/home/build/ou8/mysql-3.23.54/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/build/ou8/mysql-3.23.54/sql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/build/ou8/mysql-3.23.54/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/build/ou8/mysql-3.23.54'
make: *** [all] Error 2


Thanks,

--
Boyd Gerber <[EMAIL PROTECTED]>
ZENEZ    1042 East Fort Union #135, Midvale Utah  84047


---------------------------------------------------------------------
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