-
Notifications
You must be signed in to change notification settings - Fork 158
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
error: fmod is not a member of std #149
Comments
Version 2.1.0 comes with a pre-compiled library for Linux+glibc but the new version doesn't. This seems to be a bug (missing include) that's been fixed on libsass master but is not in any release yet. This missing include seems to only break some compiler versions. |
@glebm, so it seems to be easy fixable? |
Hey @glebm, thanks for identifying the problem! Is there any way to estimate when this fix will be included in a new release? |
@RaymondFallon, is not it easier to fix the line
? |
Bellow code might help.
|
update the libsass submodule? see #164 |
@ahorek, yup that release has include. So potentially fix the issue. |
I built the gem with the modification and used as part of jekyll, things work without hitch. |
The problem for me was the version of GCC compiler. |
After upgrade of GCC from 5.5.0 to 8.3.0 the installation process successfully finished: |
Note: upgrading compiler isn't always solution e.g. linuxbrew uses gcc 5.5. |
Be aware that you should know what you are doing and have replacements available. Like |
Hello, while installing the gem I've got the problem to compile the extension.
My gcc is:
With the version 2.1.0 there is no problem
The text was updated successfully, but these errors were encountered: