[sane-devel] mustek_pp-11.alpha with gphoto2 problem

Rossetti Andrea rossetti2@libero.it
Mon, 9 Sep 2002 20:58:58 +0200


>Hi,
>
>On Sun, Sep 08, 2002 at 04:05:54PM +0200, Rossetti Andrea wrote:
>> Excuse me again but I have already "gphoto2-config" program in fact if I do
>> ___________________________________________________________
>> goku:/home/andros/download/sane/sane-backends-1.0.7# gphoto2-config
>> Usage: gphoto2-config [OPTION]
>
>[...]
>
>Try "gphoto2-config --version". The SANE configure scrips insists on
>some specific version numbers. The reason is printed below:
>
>> Sorry, can't use GPHOTO2
>> GPHOTO2 APIs have been changing rapidly. Only
>> the current version from CVS is likely to work.
>
>> I don't what to do anymore.
>
>Either get one of the requiered gphoto2 versions or change the list in
>acinclude.m4 and run autoconf.
>
>That's the current (CVS) list of supported versions:
>
>"gphoto2 2.0beta4dev8" | \
>"gphoto2 2.0beta4dev9" | \
>"gphoto2 2.0beta5"* | \
>"gphoto2 2.0beta6"* | \
>"gphoto2 2.0" |  \
>"gphoto2 2.0.1"*  \

I have this version of gphoto2-config...

goku:/home/andros/download/sane/sane-backends-1.0.7# gphoto2-config --version
gphoto2 2.1.0

is this a not supported version? that's right?

If it's supported, I must modify acinclude.m4 as below?

       if test "$GPVERSION" != "gphoto2 2.0beta4dev8" &&
          test "$GPVERSION" != "gphoto2 2.0beta4dev9" &&
          test "$GPVERSION" != "gphoto2 2.0beta5dev1" &&
          test "$GPVERSION" != "gphoto2 2.1.0-9" ; then #<---------- my modify
          echo
          .....

Andrea.