Hi list members,

I'm compiling mysql 3.23.49 using following configure options:
./configure --prefix=/usr/local/mysql-max --with-server-suffix=-max --with-i
nnodb --with-bdb

When the make process reaches mysql.cc en client subdir, the compilation
stops with following errors:

In file included from /usr/include/strings.h:14,
                 from ../include/m_string.h:29,
                 from client_priv.h:21,
                 from mysql.cc:28:
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/string.h:26:
warning:
`__va__list' redefined
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30:
warning: t
his is the location of the previous definition
mysql.cc: In function `int main(int, char **)':
mysql.cc:268: implicit declaration of function `int getenv(...)'
mysql.cc:268: initialization to `char *' from `int' lacks a cast
mysql.cc:320: passing `int' to argument 1 of `my_strdup(const char *, int)'
lack
s a cast
mysql.cc:323: passing `int' to argument 1 of `strlen(const char *)' lacks a
cast
mysql.cc: In function `void usage(int)':
mysql.cc:508: pointer/integer type mismatch in conditional expression
mysql.cc:508: converting to `const char *' from `int' lacks a cast
mysql.cc: In function `int get_options(int, char **)':
mysql.cc:593: initialization to `char *' from `int' lacks a cast
mysql.cc:636: implicit declaration of function `int atoi(...)'
mysql.cc: In function `int com_edit(String *, char *)':
mysql.cc:1892: implicit declaration of function `int system(...)'

Any idea ?
Thanks,

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus Argentina S.A.
______________________________________
Visit us On Line at www.equiplus.com
Email addresses:
Operations: [EMAIL PROTECTED]
Consulting: [EMAIL PROTECTED]
Technical: [EMAIL PROTECTED]
Web related: [EMAIL PROTECTED]
General: [EMAIL PROTECTED]


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