On Wed, Jul 05, 2006 at 07:03:18PM -0600, Chris Kuethe wrote: > >rumor has it there's a lot of stuff in the pipeline waiting for this. > > After some comments from Steven Mestdagh here's a revised version. > Gimp works for me, libgphoto needs to be patched too. Testing reports > from Kexif users would be appreciated.
It seems to break gphoto2. Some excerpts from the build log: [...] ===> Verifying specs: gphoto2 gphoto2_port jpeg popt c exif m ncurses readline ===> found gphoto2.2.3 gphoto2_port.5.1 jpeg.62.0 popt.0.3 c.39.2 exif.12.1 m.2.2 ncurses.10.0 readline.3.0 ===> Extracting for gphoto-2.1.5 [...] ===> Configuring for gphoto-2.1.5 [...] checking libgphoto2 used... version 2.1.5 from /usr/local [...] checking for libexif using pkg-config... yes (version 0.6.13 from /usr/local) [...] ===> Building for gphoto-2.1.5 [...] Making all in gphoto2 if cc -DHAVE_CONFIG_H -I. -I/usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2 -I.. -DGPHOTO2_LOCALEDIR=\""/usr/local/share/locale"\" -I/usr/obj/gphoto-2.1.5/gphoto2-2.1.5 -I/usr/obj/gphoto-2.1.5/gphoto2-2.1.5/intl -I/usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2 -I/usr/local/include/gphoto2 -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -g -Wall -Wmissing-declarations -Wmissing-prototypes -MT actions.o -MD -MP -MF ".deps/actions.Tpo" -c -o actions.o `test -f '/usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c' || echo '/usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/'`/usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c; then mv -f ".deps/actions.Tpo" ".deps/actions.Po"; else rm -f ".deps/actions.Tpo"; exit 1; fi /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c: In function `show_ifd': /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:359: error: too few arguments to function `exif_entry_get_value' /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c: In function `print_exif_action': /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:415: error: structure has no member named `ifd0' /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:416: error: structure has no member named `ifd0' /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:417: error: structure has no member named `ifd1' /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:418: error: structure has no member named `ifd1' /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:419: error: structure has no member named `ifd_exif' /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:420: error: structure has no member named `ifd_exif' /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:421: error: structure has no member named `ifd_gps' /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:422: error: structure has no member named `ifd_gps' /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:423: error: structure has no member named `ifd_interoperability' /usr/obj/gphoto-2.1.5/gphoto2-2.1.5/gphoto2/actions.c:424: error: structure has no member named `ifd_interoperability' *** Error code 1 [...] Ciao, Kili