bundle - Installing Teambox on Ubuntu. Failing on Gherkin 2.3.3 installation -
i haven't found teambox's support forum i'm asking here. note new linux , commandline syntax please understand. :)
anyway, followed this guide , managed install prerequisites needed. after cloning git repository, invoked command:
bundle install
the script proceeded install different apps stopped gcc compile error when installing gherkin 2.3.3.
is there way tell "bundle" "install" latest gherkin instead of 2.3.3?
you need tell bundle pass "ignore warning error" parameter gem. this, execute following command before calling bundle install
:
bundle config build.gherkin --with-cflags=-w
if won't work, try this:
bundle config gherkin --with-cflags=-w
reading 2 entries helped me solve problem:
troubleshooting installing gherkin 2.1.5
how can pass parameter gem installation when run bundle install?
Comments
Post a Comment