23 May
2010
23 May
'10
1:48 a.m.
mysql-gem does not install with mysql-5.1.47 because ext/mysql_api/mysql.c:878 has this code: my_bool true = 1; Unfortunately, 'true' is defined as 1 so you end up with my_bool 1 = 1; which is an error. I fixed the issue in my local mysql-gem directory but for the life of me can't figure out how to make that into a proper gem and install it. Help! Thanks, Joel --- http://twitter.com/wagerlabs