Skip to content
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

Geeqie does not build on Fedora Rawhide at 2016-02-18T06:20 #230

Closed
mowgli opened this issue Feb 18, 2016 · 0 comments
Closed

Geeqie does not build on Fedora Rawhide at 2016-02-18T06:20 #230

mowgli opened this issue Feb 18, 2016 · 0 comments

Comments

@mowgli
Copy link
Contributor

mowgli commented Feb 18, 2016

I just updated my Git clone to 91260cd ran "./autogen.sh --prefix=$HOME/Built" and then make to be told:


g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I.. -g -O2 -MT exiv2.o -MD -MP -MF .deps/exiv2.Tpo -c -o exiv2.o exiv2.cc
In file included from main.h:113:0,
from exiv2.cc:59:
typedefs.h:163:40: error: left operand of shift expression ‘(-1 << 8)’ is negative [-fpermissive]
CHANGE_ERROR_MASK = (0) << 8, /* the values below are fatal errors _/
```
^~~~
typedefs.h:163:43: error: enumerator value for ‘CHANGE_ERROR_MASK’ is not an integer constant
CHANGE_ERROR_MASK = (~0) << 8, /_ the values below are fatal errors */
^
Makefile:897: recipe for target 'exiv2.o' failed

Reported by: russel_winder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant