I'm trying to build 5.4 release but ran into the following errors during the compile phase
of it, dose anyone have any idea about this ?
Thanks,
Hiromichi
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
srv/srv0srv.c: In function ‘srv_printf_innodb_monitor’:
srv/srv0srv.c:1889: error: lvalue required as left operand of assignment
srv/srv0srv.c:1891: error: lvalue required as left operand of assignment
srv/srv0srv.c:1895: error: ‘trx_end’ undeclared (first use in this function)
srv/srv0srv.c:1895: error: (Each undeclared identifier is reported only once
srv/srv0srv.c:1895: error: for each function it appears in.)
make[2]: *** [ha_innodb_la-srv0srv.lo] Error 1
make[2]: Leaving directory `/home/hwatari/mysql-server/mysql-5.4-build/storage/innobase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hwatari/mysql-server/mysql-5.4-build/storage'
make: *** [all-recursive] Error 1