They did it again!?!? gphoto2 has been pretty frustrating. For a while, the API was changing on a weekly basis, and gphoto2 backend had to scramble to keep up. Whenever the API changed, I had to modify the code, and change the configure script to check just for those specific versions of the backend.
It's finally been quiet for the last few months, and I thought things were settling down. But it looks like they've gone and changed it again. Thanks for the report. -- Peter Fales Lucent Technologies, Room 1C-436 N9IYJ 2000 N Naperville Rd PO Box 3033 internet: [email protected] Naperville, IL 60566-7033 work: (630) 979-8031 On Wed, Oct 16, 2002 at 02:14:27PM -0400, Bob Lockie wrote: > "configure" line 3515 of 9200 > To not get the "echo "Sorry, can't use GPHOTO2"" I had to modify configure. > > Maybe "gphoto2-config --version" used to give "gphoto2*" but it must have > been changed to give "libgphoto2*". > > > > > GPVERSION=`gphoto2-config --version` > > case "$GPVERSION" in > "gphoto2 2.0" | \ > "gphoto2 2.1.0" | \ > "gphoto2 2.0.1"* | \ > /* added */ "libgphoto2 2.1.1dev6" \ > ) > > > > ---------------------------------------- > >From Mozilla and GNU/Linux > > > _______________________________________________ > Sane-devel mailing list > [email protected] > http://www.mostang.com/mailman/listinfo/sane-devel
