problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

classic Classic list List threaded Threaded
14 messages Options
Reply | Threaded
Open this post in threaded view
|

problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

adam.saltiel
Does anyone know about this?
digikam has a dependency in gphoto, but I am unable to get gphoto to compile.
I have compiled libgphoto and configure of gphoto gives:-
...
config.status: creating po/Makefile.in
config.status: creating Makefile
config.status: creating gphoto2/Makefile
config.status: creating m4m/Makefile
config.status: creating doc/Makefile
config.status: creating packaging/Makefile
config.status : creating packaging/rpm/Makefile
config.status: creating packaging/rpm/package.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status : executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default-2 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Configuration (gphoto2 2.2.0):

  Build
    Source code location:          .
    Compiler:                      gcc

  Features
    Use translations:              yes
    libgphoto2:                    yes
    pthread support:               yes (-lpthread)
    Interactive config support:    no (http://dickey.his.com/cdk/cdk.html)
    JPEG support:                  yes
    libexif:                       no
    Text preview support:          no (http://www.sourceforge.net/projects/aa-project)
    use popt library:              yes
    popt libs:                     -L/usr/ -lpopt
    popt cppflags:                 -I/usr/include
    Readline support:              yes (requires explicit -lncurses)

But make and make install give the following sort of erros (this from make):-
[root@localhost gphoto2-2.2.0]# make  all-recursive
Making all in m4m
make[1]: Entering directory `/home/adam/gphoto2- 2.2.0/m4m'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/adam/gphoto2-2.2.0/m4m'
Making all in doc
make[1]: Entering directory `/home/adam/gphoto2-2.2.0/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/adam/gphoto2-2.2.0/doc'
Making all in gphoto2
make[1]: Entering directory `/home/adam/gphoto2-2.2.0/gphoto2'
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; \
then mv -f ".deps/gphoto2-actions.Tpo" ".deps/gphoto2-actions.Po "; else rm -f ".deps/gphoto2-actions.Tpo"; exit 1; fi
In file included from actions.c:25:
actions.h:24:28: error: gphoto2-camera.h: No such file or directory
actions.h:25:29: error: gphoto2-context.h : No such file or directory
In file included from ./gp-params.h:24,
                 from actions.h:27,
                 from actions.c:25:
/usr/local/include/gphoto2/gphoto2-camera.h:42:26: error: gphoto2-port.h : No such file or directory

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.
Adam

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

Gilles Caulier-2
Wrong Mailing-list. You is in digiKam room not Gphoto2...

Look here :

http://www.gphoto.org

Gilles Caulier

On Friday 20 October 2006 09:55, adasal wrote:

> Does anyone know about this?
> digikam has a dependency in gphoto, but I am unable to get gphoto to
> compile.
> I have compiled libgphoto and configure of gphoto gives:-
>
> ...
> config.status: creating po/Makefile.in
> config.status: creating Makefile
> config.status: creating gphoto2/Makefile
> config.status: creating m4m/Makefile
> config.status: creating doc/Makefile
> config.status: creating packaging/Makefile
> config.status: creating packaging/rpm/Makefile
> config.status: creating packaging/rpm/package.spec
> config.status: creating config.h
> config.status: config.h is unchanged
> config.status: executing depfiles commands
> config.status: executing default-1 commands
> config.status: creating po/POTFILES
> config.status: creating po/Makefile
> config.status: executing default-2 commands
> config.status: creating po/POTFILES
> config.status: creating po/Makefile
> Configuration (gphoto2 2.2.0):
>
>   Build
>     Source code location:          .
>     Compiler:                      gcc
>
>   Features
>     Use translations:              yes
>     libgphoto2:                    yes
>     pthread support:               yes (-lpthread)
>     Interactive config support:    no (http://dickey.his.com/cdk/cdk.html)
>     JPEG support:                  yes
>     libexif:                       no
>     Text preview support:          no (
> http://www.sourceforge.net/projects/aa-project)
>     use popt library:              yes
>     popt libs:                     -L/usr/ -lpopt
>     popt cppflags:                 -I/usr/include
>     Readline support:              yes (requires explicit -lncurses)
>
>
> But make and make install give the following sort of erros (this from
> make):-
>
> > [root@localhost gphoto2-2.2.0]# make  all-recursive
> > Making all in m4m
> > make[1]: Entering directory `/home/adam/gphoto2-2.2.0/m4m'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory `/home/adam/gphoto2-2.2.0/m4m'
> > Making all in doc
> > make[1]: Entering directory `/home/adam/gphoto2-2.2.0/doc'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory `/home/adam/gphoto2-2.2.0/doc'
> > Making all in gphoto2
> > make[1]: Entering directory `/home/adam/gphoto2-2.2.0/gphoto2'
> > 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; \
> > then mv -f ".deps/gphoto2-actions.Tpo" ".deps/gphoto2-actions.Po"; else
> > rm -f ".deps/gphoto2-actions.Tpo"; exit 1; fi
> > In file included from actions.c:25:
> > actions.h:24:28: error: gphoto2-camera.h: No such file or directory
> > actions.h:25:29: error: gphoto2-context.h: No such file or directory
> > In file included from ./gp-params.h:24,
> >                  from actions.h:27,
> >                  from actions.c:25:
> > /usr/local/include/gphoto2/gphoto2-camera.h:42:26: error: gphoto2-port.h:
> > No such file or directory
>
> 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.
> Adam
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

adam.saltiel
Yes I know, I just thought in case, since maybe this room might be able to see what is happening  in the room below -;)
Adam

On 20/10/06, Gilles Caulier <[hidden email]> wrote:
Wrong Mailing-list. You is in digiKam room not Gphoto2...

Look here :

http://www.gphoto.org

Gilles Caulier

On Friday 20 October 2006 09:55, adasal wrote:
> Does anyone know about this?

> digikam has a dependency in gphoto, but I am unable to get gphoto to
> compile.
> I have compiled libgphoto and configure of gphoto gives:-
>
> ...
> config.status: creating po/Makefile.in
> config.status: creating Makefile
> config.status: creating gphoto2/Makefile
> config.status: creating m4m/Makefile
> config.status: creating doc/Makefile
> config.status: creating packaging/Makefile

> config.status: creating packaging/rpm/Makefile
> config.status: creating packaging/rpm/package.spec
> config.status: creating config.h
> config.status : config.h is unchanged
> config.status: executing depfiles commands
> config.status: executing default-1 commands
> config.status: creating po/POTFILES
> config.status: creating po/Makefile
> config.status: executing default-2 commands
> config.status: creating po/POTFILES
> config.status: creating po/Makefile
> Configuration (gphoto2 2.2.0):
>
>   Build
>     Source code location:          .
>     Compiler:                      gcc
>
>   Features
>     Use translations:              yes
>     libgphoto2:                    yes
>     pthread support:               yes (-lpthread)
>     Interactive config support:    no (http://dickey.his.com/cdk/cdk.html)
>     JPEG support:                  yes
>     libexif:                       no
>     Text preview support:          no (
> http://www.sourceforge.net/projects/aa-project)
>     use popt library:              yes
>     popt libs:                     -L/usr/ -lpopt
>     popt cppflags:                 -I/usr/include
>     Readline support:              yes (requires explicit -lncurses)
>
>
> But make and make install give the following sort of erros (this from
> make):-
>
> > [root@localhost gphoto2-2.2.0]# make  all-recursive
> > Making all in m4m
> > make[1]: Entering directory `/home/adam/gphoto2-2.2.0/m4m'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory `/home/adam/gphoto2-2.2.0/m4m'
> > Making all in doc
> > make[1]: Entering directory `/home/adam/gphoto2-2.2.0/doc'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory `/home/adam/gphoto2-2.2.0/doc'
> > Making all in gphoto2
> > make[1]: Entering directory `/home/adam/gphoto2-2.2.0/gphoto2'
> > 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; \
> > then mv -f ".deps/gphoto2-actions.Tpo" ".deps/gphoto2-actions.Po"; else
> > rm -f ".deps/gphoto2- actions.Tpo"; exit 1; fi
> > In file included from actions.c:25:
> > actions.h:24:28: error: gphoto2-camera.h: No such file or directory
> > actions.h:25:29: error: gphoto2-context.h: No such file or directory
> > In file included from ./gp-params.h:24,
> >                  from actions.h:27,
> >                  from actions.c:25:
> > /usr/local/include/gphoto2/gphoto2-camera.h:42:26: error: gphoto2-port.h:
> > No such file or directory
>
> 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.
> Adam
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

Hubert Figuiere-3
adasal wrote:
> Yes I know, I just thought in case, since maybe this room might be able to
> see what is happening  in the room below -;)

install it from your distribution.


Hub
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

adam.saltiel
Hi Hub,
I have, well I'm not at home so not quite sure what all my fuss is, but I was wanting the latest functionality in digiKam, specifically the ability to upload to flickr which is buggy in the version I have, and the latest is not available (AFAIK) from yum for fedora 4. Do you know if it is, though?
Adam

On 20/10/06, Hubert Figuiere <[hidden email]> wrote:
adasal wrote:
> Yes I know, I just thought in case, since maybe this room might be able to
> see what is happening  in the room below -;)

install it from your distribution.


Hub
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

Hubert Figuiere-3
adasal wrote:
> Hi Hub,
> I have, well I'm not at home so not quite sure what all my fuss is, but I
> was wanting the latest functionality in digiKam, specifically the
> ability to
> upload to flickr which is buggy in the version I have, and the latest is
> not
> available (AFAIK) from yum for fedora 4. Do you know if it is, though?

I was talking about libgphoto2
That is what you have a problem with, no?

Hub
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

adam.saltiel
I'll try that, but the problem seems to be with gphoto, libgphoto compiles, gphoto falls over.
I'll come back in a bit and report.
Adam

On 20/10/06, Hubert Figuiere <[hidden email]> wrote:
adasal wrote:
> Hi Hub,
> I have, well I'm not at home so not quite sure what all my fuss is, but I
> was wanting the latest functionality in digiKam, specifically the
> ability to
> upload to flickr which is buggy in the version I have, and the latest is
> not
> available (AFAIK) from yum for fedora 4. Do you know if it is, though?

I was talking about libgphoto2
That is what you have a problem with, no?

Hub
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

Hubert Figuiere-3
adasal wrote:
> I'll try that, but the problem seems to be with gphoto, libgphoto compiles,
> gphoto falls over.

you don't need gphoto2 for digikam. just libgphoto2


Hub
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

adam.saltiel
Hi Hub,
After installing the latest libgphoto2 from svn, seems OK and
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
and
./configure LIBGPHOTO2_LIBS=-L/usr/local/lib/libgphoto2/lib -lgphoto2 LIBGPHOTO2_CFLAGS=-I/usr/local/lib/libgphoto2/include  --with-libgphoto2=/usr/local/lib/libgphoto2
I get to
config.status: config.h is unchanged
config.status: executing depfiles commands

-- digiKam configure results -------------------
-- sqlite3 found.................. YES
-- gphoto2 found.................. NO

digiKam needs gPhoto2. You need to install gPhoto2, e.g. from
http://www.gphoto.org/download.html

-- libkipi found.................. YES
-- libtiff found.................. YES
-- libpng found................... YES
-- lcms found..................... YES
-- Exiv2 library found............ YES
------------------------------------------------
So digiKam definitely says it needs gphoto2 (which I still cannot compile!)
But proceeding, I can make and make install, apparently without errors, but not sure digiKam has updated. The one I start from the menu is from 16/08/06, around version 8.
Make check doesn't seem to flag any errors though:-
 digikam-0.9.0-beta2]# make check
Making check in doc
make[1]: Entering directory `/home/adam/digikam-0.9.0-beta2/doc'
Making check in .
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/doc'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/doc'
make[1]: Leaving directory `/home/adam/digikam-0.9.0-beta2/doc'
Making check in po
make[1]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po'
Making check in .
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po'
Making check in bg
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/bg'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/bg'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/bg'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/bg'
Making check in br
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/br'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/br'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/br'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/br'
Making check in ca
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ca'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ca'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/ca'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ca'
Making check in cs
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/cs'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/cs'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/cs'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/cs'
Making check in cy
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/cy'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/cy'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/cy'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/cy'
Making check in da
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/da'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/da'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/da'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/da'
Making check in de
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/de'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/de'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/de'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/de'
Making check in el
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/el'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/el'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/el'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/el'
Making check in en_GB
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/en_GB'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/en_GB'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/en_GB'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/en_GB'
Making check in es
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/es'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/es'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/es'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/es'
Making check in et
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/et'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/et'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/et'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/et'
Making check in fi
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/fi'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/fi'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/fi'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/fi'
Making check in fr
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/fr'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/fr'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/fr'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/fr'
Making check in ga
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ga'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/ga'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ga'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ga'
Making check in gl
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/gl'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/gl'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/gl'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/gl'
Making check in he
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/he'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/he'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/he'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/he'
Making check in hu
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/hu'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/hu'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/hu'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/hu'
Making check in is
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/is'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/is'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/is'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/is'
Making check in it
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/it'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/it'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/it'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/it'
Making check in ja
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ja'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/ja'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ja'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ja'
Making check in ka
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ka'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ka'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/ka'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ka'
Making check in lt
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/lt'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/lt'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/lt'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/lt'
Making check in mk
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/mk'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/mk'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/mk'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/mk'
Making check in ms
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ms'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/ms'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ms'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ms'
Making check in mt
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/mt'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/mt'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/mt'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/mt'
Making check in nb
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/nb'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/nb'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/nb'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/nb'
Making check in nl
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/nl'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/nl'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/nl'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/nl'
Making check in nn
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/nn'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/nn'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/nn'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/nn'
Making check in pa
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/pa'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/pa'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/pa'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/pa'
Making check in pl
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/pl'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/pl'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/pl'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/pl'
Making check in pt
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/pt'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/pt'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/pt'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/pt'
Making check in pt_BR
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/pt_BR'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/pt_BR'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/pt_BR'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/pt_BR'
Making check in ro
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ro'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ro'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/ro'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ro'
Making check in ru
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ru'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/ru'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ru'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ru'
Making check in rw
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/rw'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/rw'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/rw'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/rw'
Making check in sl
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/sl'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/sl'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/sl'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/sl'
Making check in sr
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/sr'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/sr'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/sr'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/sr'
Making check in sr@Latn
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/sr@Latn'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/sr@Latn'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/sr@Latn'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/sr@Latn'
Making check in sv
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/sv'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/sv'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/sv'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/sv'
Making check in ta
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2 /po/ta'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/ta'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/ta'
make[2]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/ta'
Making check in tr
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/tr'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/tr'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/tr'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/tr'
Making check in uk
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2 /po/uk'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/uk'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/uk'
make[2]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po/uk'
Making check in vi
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/vi'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/vi'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/vi'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/vi'
Making check in zh_CN
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2 /po/zh_CN'
Making check in .
make[3]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/zh_CN'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/zh_CN'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/zh_CN'
Making check in zh_TW
make[2]: Entering directory `/home/adam/digikam-0.9.0-beta2/po/zh_TW'
Making check in .
make[3]: Entering directory `/home/adam/digikam- 0.9.0-beta2/po/zh_TW'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/zh_TW'
make[2]: Leaving directory `/home/adam/digikam-0.9.0-beta2/po/zh_TW'
make[1]: Leaving directory `/home/adam/digikam- 0.9.0-beta2/po'
make[1]: Entering directory `/home/adam/digikam-0.9.0-beta2'
make[1]: Leaving directory `/home/adam/digikam-0.9.0-beta2'


On 20/10/06, Hubert Figuiere <[hidden email]> wrote:
adasal wrote:
> I'll try that, but the problem seems to be with gphoto, libgphoto compiles,
> gphoto falls over.

you don't need gphoto2 for digikam. just libgphoto2


Hub
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

Hubert Figuiere-3
adasal wrote:
> Hi Hub,
> After installing the latest libgphoto2 from svn, seems OK and
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
> and
> ./configure LIBGPHOTO2_LIBS=-L/usr/local/lib/libgphoto2/lib -lgphoto2
> LIBGPHOTO2_CFLAGS=-I/usr/local/lib/libgphoto2/include
> --with-libgphoto2=/usr/local/lib/libgphoto2

You just need to do

PKG_CONFIG_PATH=/usr/loca/lib/pkgconfig ./configure


Hub
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

Hubert Figuiere-3
>> After installing the latest libgphoto2 from svn, seems OK and
>> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
>> and
>> ./configure LIBGPHOTO2_LIBS=-L/usr/local/lib/libgphoto2/lib -lgphoto2
>> LIBGPHOTO2_CFLAGS=-I/usr/local/lib/libgphoto2/include
>> --with-libgphoto2=/usr/local/lib/libgphoto2
>
> You just need to do
>
> PKG_CONFIG_PATH=/usr/loca/lib/pkgconfig ./configure

I meant

PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure

(I made a typo)

Hub
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

adam.saltiel
On make I get to here:-
In function `delete_all_action':
/home/adam/gphoto2-2.2.0/gphoto2/gphoto2/gphoto2/actions.c:62: undefined reference to `gp_camera_folder_delete_all'
gphoto2-actions.o(.text+0x30): In function `action_camera_upload_file':
/home/adam/gphoto2-2.2.0/gphoto2/gphoto2/gphoto2/actions.c:71: undefined reference to `gp_log'
gphoto2-actions.o(.text+0x3b):/home/adam/gphoto2-2.2.0/gphoto2/gphoto2/gphoto2/actions.c:73: undefined reference to `gp_file_new'
..............
then a whole host of files with undefined references.
Adam


On 21/10/06, Hubert Figuiere <[hidden email]> wrote:
>> After installing the latest libgphoto2 from svn, seems OK and
>> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
>> and
>> ./configure LIBGPHOTO2_LIBS=-L/usr/local/lib/libgphoto2/lib -lgphoto2
>> LIBGPHOTO2_CFLAGS=-I/usr/local/lib/libgphoto2/include
>> --with-libgphoto2=/usr/local/lib/libgphoto2
>
> You just need to do
>
> PKG_CONFIG_PATH=/usr/loca/lib/pkgconfig ./configure

I meant

PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure

(I made a typo)

Hub
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

adam.saltiel
Hub,
As you know I thought my problem was in not having gphoto and so I subscribed to that list.
I notice that there are build problems there (truncated text below) and wonder if you are inheriting some of the same macros? Just a thought.
Adam


From: Robin <[hidden email]>Mailed-By: lists.sourceforge.net
To: Marcus Meissner <[hidden email]>, [hidden email], [hidden email]
Date: 21-Oct-2006 13:53
Subject: Re: [Gphoto-user] Configure with la
test SVN

 

Hi All,

This sort of thing bothers me, but the problem in the configure script
is related to the PKG_CHECK_MODULES macro (or function, which ever the
shell script term is).  If I replace this functionality with the old
method (from the 2.2.1 configure script) it works.  But the same
problem appears in relatation to hal and libusb in the libgphoto2_port
configure script when it is running.  I have a feeling I am missing
something or have an incorrect version of something or other
installed.

Please advise.

Robin

On 10/18/06, Robin <[hidden email]> wrote:
> Marcus,
>
> If I call aclocal and autoconf in the root directory of the libgphoto2
> svn source I get the following output:
>
> hillsro@debian:~/svn/gphoto/libgphoto2$ aclocal
> hillsro@debian:~/svn/gphoto/libgphoto2$ autoconf
> <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://configure.ac:1/" target="_blank">configure.ac:1: error: possibly undefined macro: dnl
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.

On 21/10/06, adasal <[hidden email]> wrote:
On make I get to here:-
In function `delete_all_action':
/home/adam/gphoto2-2.2.0/gphoto2/gphoto2/gphoto2/actions.c:62: undefined reference to `gp_camera_folder_delete_all'
gphoto2-actions.o(.text+0x30): In function `action_camera_upload_file':
/home/adam/gphoto2-2.2.0/gphoto2/gphoto2/gphoto2/actions.c:71: undefined reference to `gp_log'
gphoto2-actions.o(.text+0x3b):/home/adam/gphoto2-2.2.0/gphoto2/gphoto2/gphoto2/actions.c:73: undefined reference to `gp_file_new'
..............
then a whole host of files with undefined references.
Adam



On 21/10/06, Hubert Figuiere <[hidden email]> wrote:
>> After installing the latest libgphoto2 from svn, seems OK and
>> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
>> and
>> ./configure LIBGPHOTO2_LIBS=-L/usr/local/lib/libgphoto2/lib -lgphoto2
>> LIBGPHOTO2_CFLAGS=-I/usr/local/lib/libgphoto2/include
>> --with-libgphoto2=/usr/local/lib/libgphoto2
>
> You just need to do
>
> PKG_CONFIG_PATH=/usr/loca/lib/pkgconfig ./configure

I meant

PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure

(I made a typo)

Hub
_______________________________________________
Digikam-users mailing list
[hidden email]
<a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: problems in compile gphoto2-2.2.0 using libgphot2-2.2.1

Hubert Figuiere-3
In reply to this post by adam.saltiel
adasal wrote:

> On make I get to here:-
> In function `delete_all_action':
> /home/adam/gphoto2-2.2.0/gphoto2/gphoto2/gphoto2/actions.c:62: undefined
> reference to `gp_camera_folder_delete_all'
> gphoto2-actions.o(.text+0x30): In function `action_camera_upload_file':
> /home/adam/gphoto2-2.2.0/gphoto2/gphoto2/gphoto2/actions.c:71: undefined
> reference to `gp_log'
> gphoto2-actions.o(.text+0x3b):/home/adam/gphoto2-2.2.0/gphoto2/gphoto2/gphoto2/actions.c:73:
>
> undefined reference to `gp_file_new'
> ..............
> then a whole host of files with undefined references.
> Adam

Ask the gphoto-devel mailing list then


Hub

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users