I'm trying to compile MySQL 4.1 on Mac OS 10.2.4 (Darwin Kernel Version 6.4) but run into some problems.
When following the general compilation guidelines...


cd mysql-4.0
bk -r get -Sq
aclocal; autoheader; autoconf; automake
(cd innobase ; aclocal; autoheader; autoconf; automake)
(cd bdb/dist ; sh s_all )
./configure
make

...the make process exits with these lines:

--- snip ---
ctype-utf8.c:2001: `my_wildcmp_mb' undeclared here (not in a function)
ctype-utf8.c:2001: initializer element is not constant
ctype-utf8.c:2001: (near initialization for `my_charset_utf8.wildcmp')
ctype-utf8.c:2006: `my_numchars_mb' undeclared here (not in a function)
ctype-utf8.c:2006: initializer element is not constant
ctype-utf8.c:2006: (near initialization for `my_charset_utf8.numchars')
ctype-utf8.c:2007: `my_charpos_mb' undeclared here (not in a function)
ctype-utf8.c:2007: initializer element is not constant
ctype-utf8.c:2007: (near initialization for `my_charset_utf8.charpos')
make[2]: *** [ctype-utf8.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
sh-2.05a$
--- snip ---

My environment is set-up like this:

GNU Make version 3.79
autoconf (GNU Autoconf) 2.52
automake (GNU automake) 1.6.1
libtool
GNU m4 1.4
GNU Bison version 1.28 (however I'm not trying to do any configuration)

I'd be very happy if someone had an idea about what might cause this.

Best regards,
Michael Edlund

Helloworld Media
Box 13085, 103 02 Stockholm, Sweden
Visitors:  Nytorgsgatan 15, Stockholm
Email: [EMAIL PROTECTED]
Web: http://helloworld.se
Mobile: +46-(0)70-370 19 99
Phone: +46-(0)8-644 10 23
Fax: +46-(0)8-643 96 76


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