Read more

Fix for Ruby 1.8.7 installation error

Tobias Kraze
June 22, 2018Software engineer at makandra GmbH

On some machines, installing Ruby 1.8.7 with ruby-build can lead to this error:

math.c:37:13: error: missing binary operator before token "("
Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot

Try instead to install ruby-1.8.7-p374.

Posted by Tobias Kraze to makandra dev (2018-06-22 17:17)