Has anyone successfully built MySQL 4.0.x on any 4.0 version of Tru64? And
would you will willing to give me some tips if you have? I have built
4.0.10 it on 5.0A, but have reached a dead end on 4.0F.
I've tried the various compilers with various switches and I believe I have
worked out most of the glitches, but one stumbling block I can't get past is
this:
g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/usr/l
ocal/var\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I. -I.
-I.. -I../innobase/include -I./../include -I./../regex -I. -I../include -I.
-O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -DUND
EF_HAVE_GETHOSTBYNAME_R -D_REENTRANT -c -o sql_lex.o `test -f sql_lex.cc ||
echo './'`sql_lex.cc
which results in this error:
sql_lex.cc: In function `LEX* lex_start(THD*, uchar*, unsigned int)':
sql_lex.cc:155: cannot convert `LEX_MASTER_INFO*' to `char*' for argument
`1'
to `void bzero(char*, int)'
gmake[4]: *** [sql_lex.o] Error 1
Any help is appreciated.
Elizabeth Harvey-Forsythe
Network Computing Systems
MIT Media Lab
Received on Wed Feb 12 2003 - 01:11:19 NZDT