-
Notifications
You must be signed in to change notification settings - Fork 67
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
spiegepngrtran.c:98: warning: ‘png_rtran_ok’l.de when building #43
Comments
Not sure this is the same issue actually, but linking the older version, would be a good start to find out. |
Problem is that you can't detect whether a system runs RHEL or Ubuntu using |
You should really use a newer version of grunt-contrib-imagemin too. |
I wish I could, but it doesn't work with the newest version of grunt-contrib-imagemin as well. There is an error that at least RPM GLIBC_2.6 is needed, as well as the same error as above. Believe me, I would also prefer Ubuntu or Debian to Red Hat 5, but unfortunately it is not my choice to make, and suppose that I'm not the only one. Is there the possibility to detect which c-libraries are installed on the system and use a the older binary for older versions? |
For
...
and for the imagemin-task:
|
An honenst and hopefully not stupid question: Why not use the old binary for one of the old versions of imagemin (0.2.0 or 0.3.0)? I'm not sure about if that is true, but I was told, that the image-minfication was working on the very same system (Red Hat 5.9) with the very same package.json and Gruntfile some months ago. |
Because new binaries comes with new features. You're free to browse the commit history and find the old binary and use it yourselves. Back then we unfortunately didn't tag the binaries (we do now) so it probably fetches the one from master. |
When I try to install optipng-bin (via grunt-contrib-imagemin 0.3.0) I get the following build error for optipng:
The system of the build-server is red hat linux 5.9.
The text was updated successfully, but these errors were encountered: