[MacRuby-devel] failing to build mysql gem

Joel Reymont joelr1 at gmail.com
Sat May 22 18:48:39 PDT 2010


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



More information about the MacRuby-devel mailing list