On Tue, Sep 16, 2008 at 11:33:10AM -0700, Jeff Hodges wrote: > (I'm a little lacking in knowledge about how to put out debugging messages > from here. printf and rb_p seem to go off somewhere I can't find, and > fprintf(stderr..) similar.
Open the OS X Console, those messages should appear there, just in the main log. (printf and rb_p, that is.) If you compile with `rake DEBUG=1`, you'll see the INFO() messages. _why
