We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi dears, In system: Fedora 21 Ruby 2.1.7 GCC 4.9.2
I follow the instructions but afer $./prepare.sh $ruby extconf.rb when trying to $make and $make install, I got an error:
cc1plus: some warnings being treated as errors Makefile:217: recipe for target 'export_wrap.o' failed make: *** [export_wrap.o] Error 1
And the entire log of this error is bellow cc1plus error.txt
I searched about this error but all of replies are about how to disable Werrors and etc.:-( Is there any solution?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi dears,
In system:
Fedora 21
Ruby 2.1.7
GCC 4.9.2
I follow the instructions but afer
$./prepare.sh
$ruby extconf.rb
when trying to $make and $make install, I got an error:
And the entire log of this error is bellow
cc1plus error.txt
I searched about this error but all of replies are about how to disable Werrors and etc.:-(
Is there any solution?
The text was updated successfully, but these errors were encountered: