Re: garnome 2.7.4 nautilus build error



The problem is you are using an old exif library.
Install the newest and it will work.

To the maintainer of garnome:
Perhaps the exif lib should be included in bootstrap?!

---
Christian Schneider

Steven Knight wrote:

Hello,

I'm trying to build nautilus but it fails with this error message:


nautilus-image-properties-view.c:134:96: macro "exif_content_get_value"
passed 4 arguments, but takes just 2
nautilus-image-properties-view.c: In function `exif_content_callback':
nautilus-image-properties-view.c:134: error: `exif_content_get_value'
undeclared (first use in this function)
nautilus-image-properties-view.c:134: error: (Each undeclared identifier
is reported only once
nautilus-image-properties-view.c:134: error: for each function it
appears in.)
make[4]: *** [nautilus-image-properties-view.lo] Error 1
make[4]: Leaving directory
`/space/garnome-2.7.4/desktop/nautilus/work/main.d/nautilus-2.7.2/components/image_properties'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
I'm building this on a gentoo box.  Any thoughts or suggestions about my
problem?
Attached this is full error message.

Thanks,

------------------------------------------------------------------------

make[4]: Entering directory `/space/garnome-2.7.4/desktop/nautilus/work/main.d/nautilus-2.7.2/components/image_properties'
/bin/sh ../../libtool --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Nautilus-Image-Properties\" -DDATADIR=\"/space/garnome/share\" -I../.. -I../..  -pthread -DORBIT2=1 -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/space/garnome/include/eel-2 -I/space/garnome/include/gconf/2 -I/space/garnome/include/gtk-2.0 -I/space/garnome/include/glib-2.0 -I/space/garnome/lib/glib-2.0/include -I/space/garnome/include/gnome-vfs-2.0 -I/space/garnome/lib/gnome-vfs-2.0/include -I/space/garnome/include/libart-2.0 -I/space/garnome/include/libgnome-2.0 -I/space/garnome/include/libgnomeui-2.0 -I/space/garnome/include/libxml2 -I/space/garnome/include/gail-1.0 -I/space/garnome/include/libglade-2.0 -I/space/garnome/include/orbit-2.0 -I/space/garnome/include/bonobo-activation-2.0 -I/space/garnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/space/garnome/include/atk-1.0 -I/space/garnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/space/garnome/include/libbonobo-2.0 -I/space/garnome/include/libgnomecanvas-2.0 -I/space/garnome/include/libbonoboui-2.0 -I/space/garnome/include/gnome-vfs-module-2.0 -I/space/garnome/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0   -I/usr/include/libexif    -I/space/garnome/include -I/usr/X11R6/include  -g -I/space/garnome/include -I/usr/X11R6/include -L/space/garnome/lib -L/usr/X11R6/lib -g -O3 -march=pentium4 -pipe -fomit-frame-pointer -ffast-math -mmmx -msse -msse2 -mfpmath=sse -frename-registers -c nautilus-image-properties-view.c
ccache gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Nautilus-Image-Properties\" -DDATADIR=\"/space/garnome/share\" -I../.. -I../.. -pthread -DORBIT2=1 -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/space/garnome/include/eel-2 -I/space/garnome/include/gconf/2 -I/space/garnome/include/gtk-2.0 -I/space/garnome/include/glib-2.0 -I/space/garnome/lib/glib-2.0/include -I/space/garnome/include/gnome-vfs-2.0 -I/space/garnome/lib/gnome-vfs-2.0/include -I/space/garnome/include/libart-2.0 -I/space/garnome/include/libgnome-2.0 -I/space/garnome/include/libgnomeui-2.0 -I/space/garnome/include/libxml2 -I/space/garnome/include/gail-1.0 -I/space/garnome/include/libglade-2.0 -I/space/garnome/include/orbit-2.0 -I/space/garnome/include/bonobo-activation-2.0 -I/space/garnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/space/garnome/include/atk-1.0 -I/space/garnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/space/garnome/include/libbonobo-2.0 -I/space/garnome/include/libgnomecanvas-2.0 -I/space/garnome/include/libbonoboui-2.0 -I/space/garnome/include/gnome-vfs-module-2.0 -I/space/garnome/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libexif -I/space/garnome/include -I/usr/X11R6/include -g -I/space/garnome/include -I/usr/X11R6/include -L/space/garnome/lib -L/usr/X11R6/lib -g -O3 -march=pentium4 -pipe -fomit-frame-pointer -ffast-math -mmmx -msse -msse2 -mfpmath=sse -frename-registers -c nautilus-image-properties-view.c  -fPIC -DPIC -o .libs/nautilus-image-properties-view.o
nautilus-image-properties-view.c:134:96: macro "exif_content_get_value" passed 4 arguments, but takes just 2
nautilus-image-properties-view.c: In function `exif_content_callback':
nautilus-image-properties-view.c:134: error: `exif_content_get_value' undeclared (first use in this function)
nautilus-image-properties-view.c:134: error: (Each undeclared identifier is reported only once
nautilus-image-properties-view.c:134: error: for each function it appears in.)
make[4]: *** [nautilus-image-properties-view.lo] Error 1
make[4]: Leaving directory `/space/garnome-2.7.4/desktop/nautilus/work/main.d/nautilus-2.7.2/components/image_properties'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/space/garnome-2.7.4/desktop/nautilus/work/main.d/nautilus-2.7.2/components'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/space/garnome-2.7.4/desktop/nautilus/work/main.d/nautilus-2.7.2'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/space/garnome-2.7.4/desktop/nautilus/work/main.d/nautilus-2.7.2'
make: *** [build-work/main.d/nautilus-2.7.2/Makefile] Error 2





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]