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
vendor/FreeImage/Source/LibWebP/src/dsp/dsp.upsampling_mips_dsp_r2.c
vendor/FreeImage/Source/LibWebP/src/dsp/dsp.yuv_mips_dsp_r2.c
R“” is reserved word in c++11
see: https://sourceforge.net/p/freeimage/discussion/36110/thread/605ef8e4/
short version: LibWebP does not compile under c11 which is GCC5+'s default mode.
resolutions:
or
simple workaround for rfreeimage users until this issue is resolved:
CFLAGS=-std=gnu89 gem install rfreeimage
The text was updated successfully, but these errors were encountered: