-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fail on Linux #40
Comments
any solution on this? |
my solution is : apt-get install g++ |
Nothing to do with this extension:
This is telling you that you don't have a C++ compiler installed. You won't be able to install any native extensions that use C++. |
G++ is installed
Still the same error. |
same here: Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
checking for main() in -lstdc++... yes |
I have installed multiple Xcode in /Applications, when compiling unf_ext, it selected the wrong Xcode. So, when i reset the compiling toolchain to default, it worked.
|
Now we just need to find a pendant on Linux :-) |
Any fix for this? |
and then try again |
Well, it says to do that right in the error. Why didn't I think of that? |
Any solutions? I get the same error.
I was setting fastlane with Firebase Distribution and had to run
|
I updated ruby to 2.6.3 and is works now! |
Any fix for this? |
Any fix for this? ruby 2.6.5 doesn't work |
Any fix for this? ruby 2.6.0 doesn't work |
I had the same issue, installing ruby-dev helped. $ sudo apt-get install ruby-dev |
This occured to me when trying to install jekyll-webmention_io, see aarongustafson/jekyll-webmention_io#75.
The text was updated successfully, but these errors were encountered: