From: Hiromichi Watari Date: December 15 2009 9:29pm Subject: 5.4 Build error List-Archive: http://lists.mysql.com/internals/37598 Message-Id: <453195.11703.qm@web55904.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I'm trying to build 5.4 release but ran into the following errors during th= e compile phase of it, dose anyone have any idea about this ?=0AThanks,=0AH= iromichi=0A=0A gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I..= /../include -I../../regex -I../../storage/innobase/include -I../../sql -I. = -DMYSQL_DYNAMIC_PLUGIN -O3 -DUNIV_LINUX -MT ha_innodb_la-srv0srv.lo -MD -MP= -MF .deps/ha_innodb_la-srv0srv.Tpo -c srv/srv0srv.c -o .libs/ha_innodb_la-= srv0srv.o=0Asrv/srv0srv.c: In function =E2=80=98srv_printf_innodb_monitor= =E2=80=99:=0Asrv/srv0srv.c:1889: error: lvalue required as left operand of = assignment=0Asrv/srv0srv.c:1891: error: lvalue required as left operand of = assignment=0Asrv/srv0srv.c:1895: error: =E2=80=98trx_end=E2=80=99 undeclare= d (first use in this function)=0Asrv/srv0srv.c:1895: error: (Each undeclare= d identifier is reported only once=0Asrv/srv0srv.c:1895: error: for each fu= nction it appears in.)=0Amake[2]: *** [ha_innodb_la-srv0srv.lo] Error 1=0Am= ake[2]: Leaving directory `/home/hwatari/mysql-server/mysql-5.4-build/stora= ge/innobase'=0Amake[1]: *** [all-recursive] Error 1=0Amake[1]: Leaving dire= ctory `/home/hwatari/mysql-server/mysql-5.4-build/storage'=0Amake: *** [all= -recursive] Error 1=0A=0A=0A=0A