Description:
Whan tring to compile with the current bk version of 5.2 the build fails when trying to
compile the innoDB part. The error accored with the merge from 5.1-new to 5.2 on
06/02/06.
How to repeat:
Get the current 5.2-bk source. Run BUILD/autoconf.sh.
Then configure with the following options:
./configure --prefix=/usr/local/mysql --with-mysql-user=mysql
--localstatedir=/usr/local/mysql/data --enable-assembler --disable-shared
--with-dde-storage-engine --with-example-storage-engine --with-federated-storage-engine
--with-archive-storage-engine
the make
When make tries to compile innodDB then the following error accors:
In file included from ha_innodb.cc:113:
../storage/innobase/include/univ.i:44:26: error: ../ib_config.h: No such file or
directory
../storage/innobase/include/univ.i:210:2: error: #error "Error: InnoDB's ulint must be of
the same size as void*"
Suggested fix:
don't know yet.