You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install I get: checking for sqlite3ext.h... RuntimeError: The compiler failed to generate an executable file. You have to install development tools first.
I'm running MacOS 10.15.5, with libpng, libjpeg & imagemagick installed. Installation on "plain" ruby (2.6.0 that comes bundled with Xcode) works like a charm.
I tried adding the path to sqlite3ext.h to the package installation options via bundle bundle config --local build.phashion "--with-cppflags=-I/usr/local/opt/sqlite/include"
But with no success
The text was updated successfully, but these errors were encountered:
When trying to install I get:
checking for sqlite3ext.h... RuntimeError: The compiler failed to generate an executable file. You have to install development tools first.
I'm running MacOS 10.15.5, with
libpng
,libjpeg
&imagemagick
installed.Installation on "plain" ruby (2.6.0 that comes bundled with Xcode) works like a charm.
My
gem env
:I tried adding the path to
sqlite3ext.h
to the package installation options viabundle
bundle config --local build.phashion "--with-cppflags=-I/usr/local/opt/sqlite/include"
But with no success
The text was updated successfully, but these errors were encountered: