After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590124 - Eog fails to compile if exempi/exif are not available
Eog fails to compile if exempi/exif are not available
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.27.x
Other Linux
: Normal normal
: ---
Assigned To: Felix Riemann
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-29 10:15 UTC by Vincent Untz
Modified: 2009-07-29 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2009-07-29 10:15:20 UTC
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../jpegutils -I../cut-n-paste/toolbar-editor -I../cut-n-paste/totem-screensaver -DORBIT2=1 -pthread -I/gnome/releases/usr/include/gtk-2.0 -I/gnome/releases/usr/lib/gtk-2.0/include -I/gnome/releases/usr/include/atk-1.0 -I/gnome/releases/usr/include/cairo -I/gnome/releases/usr/include/pango-1.0 -I/gnome/releases/usr/include/glib-2.0 -I/gnome/releases/usr/lib/glib-2.0/include -I/gnome/releases/usr/include/pixman-1 -I/gnome/releases/usr/include/gnome-desktop-2.0 -I/gnome/releases/usr/include/startup-notification-1.0 -I/gnome/releases/usr/include/gconf/2 -I/gnome/releases/usr/include/orbit-2.0 -I/gnome/releases/usr/include/gtk-unix-print-2.0 -I/gnome/releases/usr/include/dbus-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -Wall -Wmissing-prototypes -DG_LOG_DOMAIN=\"EOG\" -DEOG_PREFIX=\"/gnome/releases/usr\" -DEOG_DATA_DIR=\"/gnome/releases/usr/share/eog\" -DEOG_LOCALE_DIR=\"/gnome/releases/usr/share/locale\" -DEOG_PIXMAPS_DIR=\"/gnome/releases/usr/share/pixmaps/eog\" -DEOG_PLUGIN_DIR=\"/gnome/releases/usr/lib/eog/plugins\" -fno-strict-aliasing -I/gnome/releases/usr/include/pygtk-2.0 -I/gnome/releases/usr/include/glib-2.0 -I/gnome/releases/usr/lib/glib-2.0/include -I/usr/include/python2.6 -g -O2 -MT libeog_la-eog-properties-dialog.lo -MD -MP -MF .deps/libeog_la-eog-properties-dialog.Tpo -c eog-properties-dialog.c  -fPIC -DPIC -o .libs/libeog_la-eog-properties-dialog.o
eog-properties-dialog.c: In function ‘eog_properties_dialog_set_netbook_mode’:
eog-properties-dialog.c:534: error: ‘EogPropertiesDialogPrivate’ has no member named ‘metadata_details_sw’
eog-properties-dialog.c:535: error: ‘EogPropertiesDialogPrivate’ has no member named ‘metadata_details_box’
eog-properties-dialog.c:537: error: ‘EogPropertiesDialogPrivate’ has no member named ‘exif_box’
eog-properties-dialog.c:538: error: ‘EogPropertiesDialogPrivate’ has no member named ‘metadata_details_box’
eog-properties-dialog.c:540: error: ‘EogPropertiesDialogPrivate’ has no member named ‘exif_details_expander’
eog-properties-dialog.c:542: error: ‘EogPropertiesDialogPrivate’ has no member named ‘metadata_details_sw’
eog-properties-dialog.c:543: error: ‘EogPropertiesDialogPrivate’ has no member named ‘exif_details_expander’
eog-properties-dialog.c:544: error: ‘EogPropertiesDialogPrivate’ has no member named ‘exif_details_expander’
eog-properties-dialog.c:548: error: ‘EogPropertiesDialogPrivate’ has no member named ‘metadata_details_box’
make[3]: *** [libeog_la-eog-properties-dialog.lo] Erreur 1
Comment 1 Felix Riemann 2009-07-29 11:40:46 UTC
Ooops, that one goes on my cap.
Comment 2 Felix Riemann 2009-07-29 12:04:30 UTC
Just a missing #ifdef block.

commit 410444769709a68fd2049786c46926f1e1b30e53
Author: Felix Riemann <>
Date:   Wed Jul 29 13:58:10 2009 +0200

    Bug 590124 – Eog fails to compile if exempi/exif are not available

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.