Building Gem 'RedCloth' with Bundler and GCC 4.6

Posted . Visible to the public.

If you cannot install the gem 'RedCloth' via bundle install you might want to try the following.

Specifying extra build options for bundler which will only be applied when building RedCloth:

bundle config build.RedCloth --with-cflags=-w

Andreas Robecke
Last edit
License
Source code in this card is licensed under the MIT License.
Posted by Andreas Robecke to makandra dev (2012-04-16 09:23)