Does anyone know about this?<br>digikam has a dependency in gphoto, but I am unable to get gphoto to compile.<br>I have compiled libgphoto and configure of gphoto gives:-<br><blockquote>...<br>config.status: creating po/Makefile.in
<br>config.status: creating Makefile<br>config.status: creating gphoto2/Makefile<br>config.status: creating m4m/Makefile<br>config.status: creating doc/Makefile<br>config.status: creating packaging/Makefile<br>config.status
: creating packaging/rpm/Makefile<br>config.status: creating packaging/rpm/package.spec<br>config.status: creating config.h<br>config.status: config.h is unchanged<br>config.status: executing depfiles commands<br>config.status
: executing default-1 commands<br>config.status: creating po/POTFILES<br>config.status: creating po/Makefile<br>config.status: executing default-2 commands<br>config.status: creating po/POTFILES<br>config.status: creating po/Makefile
<br>Configuration (gphoto2 2.2.0):<br><br>  Build<br>    Source code location:          .<br>    Compiler:                      gcc<br><br>  Features<br>    Use translations:              yes<br>    libgphoto2:                    yes
<br>    pthread support:               yes (-lpthread)<br>    Interactive config support:    no (<a href="http://dickey.his.com/cdk/cdk.html">http://dickey.his.com/cdk/cdk.html</a>)<br>    JPEG support:                  yes
<br>    libexif:                       no<br>    Text preview support:          no (<a href="http://www.sourceforge.net/projects/aa-project">http://www.sourceforge.net/projects/aa-project</a>)<br>    use popt library:              yes
<br>    popt libs:                     -L/usr/ -lpopt<br>    popt cppflags:                 -I/usr/include<br>    Readline support:              yes (requires explicit -lncurses)<br></blockquote><br>But make and make install give the following sort of erros (this from make):-
<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">[root@localhost gphoto2-2.2.0]# make  all-recursive<br>Making all in m4m<br>make[1]: Entering directory `/home/adam/gphoto2-
2.2.0/m4m'<br>make[1]: Nothing to be done for `all'.<br>make[1]: Leaving directory `/home/adam/gphoto2-2.2.0/m4m'<br>Making all in doc<br>make[1]: Entering directory `/home/adam/gphoto2-2.2.0/doc'<br>make[1]: Nothing to be done for `all'.
<br>make[1]: Leaving directory `/home/adam/gphoto2-2.2.0/doc'<br>Making all in gphoto2<br>make[1]: Entering directory `/home/adam/gphoto2-2.2.0/gphoto2'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../gphoto2 -DLOCALEDIR=\"/usr/local/share/locale\" -Wall -Wmissing-declarations -Wmissing-prototypes -g  -I.. -I../gphoto2 -DLOCALEDIR=\"/usr/local/share/locale\" -Wall -Wmissing-declarations -Wmissing-prototypes -g   -I/usr/local/lib/libgphoto2/include  -I/usr/include/libexif  -I/usr/include -g -O2 -MT 
gphoto2-actions.o -MD -MP -MF ".deps/gphoto2-actions.Tpo" -c -o gphoto2-actions.o `test -f 'actions.c' || echo './'`actions.c; \<br>then mv -f ".deps/gphoto2-actions.Tpo" ".deps/gphoto2-actions.Po
"; else rm -f ".deps/gphoto2-actions.Tpo"; exit 1; fi<br>In file included from actions.c:25:<br>actions.h:24:28: error: gphoto2-camera.h: No such file or directory<br>actions.h:25:29: error: gphoto2-context.h
: No such file or directory<br>In file included from ./gp-params.h:24,<br>                 from actions.h:27,<br>                 from actions.c:25:<br>/usr/local/include/gphoto2/gphoto2-camera.h:42:26: error: gphoto2-port.h
: No such file or directory<br></blockquote><br>The only thing that I could find that seemed relevant in the lists is to recompile libgphoto with make all-local, then with make. I did this and it did seem to compile differently, but has solved the error.
<br>Adam<br>