From: SDiZ Cheng Date: July 13 2001 3:44pm Subject: Re: BDB compile failure (was: mysql-4.0 problem with innodb.) List-Archive: http://lists.mysql.com/internals/1230 Message-Id: <005601c10bb2$bd63c0c0$0300a8c0@linux> MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit > SDiZ> cc -c -I. -I../dist/../include -D_REENTRANT -D_GNU_SOURCE > SDiZ> ../dist/../mutex/mut_tas.c > SDiZ> cc -c -I. -I../dist/../include -D_REENTRANT -D_GNU_SOURCE > SDiZ> ../dist/../btree/bt_compare.c > SDiZ> In file included from ../dist/../include/btree.h:315, > SDiZ> from ../dist/../btree/bt_compare.c:55: > SDiZ> ../dist/../include/btree_auto.h:12: parse error before `DB_LS' > SDiZ> ../dist/../include/btree_auto.h:12: warning: no semicolon at end of struct > SDiZ> or union > FYI, I can compile the version from Sleepycat.com with no problem. However, if i do a "cp mysql-4.0/bdb/include/* db/include" ( ie, overwrite the sleepycat's header with mysql's version ), it fails with the same error. I may have a look to this when I have time, but not in these few weeks.