brianmario / escape_utils

Faster string escaping routines for your ruby apps
MIT License
513 stars 52 forks source link

Did you break rake-compiler? #20

Closed vmg closed 13 years ago

vmg commented 13 years ago

All rake calls now print this message:

rake-compiler must be configured first to enable cross-compilation
rake-compiler must be configured first to enable cross-compilation

Everything works as expected after the message. I am C programmer and what is this.

brianmario commented 13 years ago

I enabled cross compilation so we could (eventually) ship win32 binary gems. Thats basically saying you haven't setup rake compiler to do cross compilation yet

On Nov 6, 2011, at 9:03 AM, Vicent Martíreply@reply.github.com wrote:

All rake calls now print this message:

rake-compiler must be configured first to enable cross-compilation
rake-compiler must be configured first to enable cross-compilation

Everything works as expected after the message. I am C programmer and what is this.


Reply to this email directly or view it on GitHub: https://github.com/brianmario/escape_utils/issues/20