Bug #20249 Build fails
Submitted: 3 Jun 2006 18:32 Modified: 4 Jun 2006 14:54
Reporter: Peter Volk (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.2-bk OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[3 Jun 2006 18:32] Peter Volk
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.
[4 Jun 2006 14:54] Peter Volk
BUILD completes after inclueding the latest changeset from Elliot.

Thanks anyway.
Peter