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

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to