Hello,
When compiling mysql-3.23.8-alpha on Solaris 2.8 I get the following error:
mi_create.c: In function `mi_create':
mi_create.c:437: `MY_CHARSET_lAtin1' undeclared (first use in this function)
mi_create.c:437: (Each undeclared identifier is reported only once
mi_create.c:437: for each function it appears in.)
make[2]: *** [mi_create.o] Error 1
make[2]: Leaving directory
`/aleph/sfx_version_1_1/src/mysql-3.23.8-alpha/myisam
'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/aleph/sfx_version_1_1/src/mysql-3.23.8-alpha'
make: *** [all-recursive-am] Error 2
I tried changing MY_CHARSET_lAtin1(in config.h) to all caps like suggest in
the archive but with no success, I also tried to add the below code to
configure.in as suggested in the archive:
dnl turn off quoting, it breaks the next shell line
changequote(,)
# Fix define
uc_mystrings_charset=`echo MY_CHARSET_$mystrings_charset | tr [a-z]
[A-Z]`;
dnl restore autoconf`s default quote characters
changequote([,]);
but with no success.
does any one have any ideas regarding the above error, I am really stuck on
this one.
Dana
---------------------------------------------------------------------
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