hy everybody,
i tried realy hard but i reached the point where I dont know how to do it. I am trying to compile scangear from source, because there isn’t a package provided by canon for the 64 bit version.
Scangear is a nice tool to use your canon scanner and I need it. After resolving all dependencies and executing autgen.sh I get the following error message which I marked bold here. The underlined can be ignored I checked that already at it seems it shouldn’t make a difference. AC_PROG_LIBTOOL is already in configure.in and I don’t know what it needs exactly.
Ah and something important to mention is that I didn’t find the following libraries:
** * libcncpcmcm (1.0.0 or above)
* libcncpmsimg (1.0.0 or above)
* libcncpmslld (1.0.0 or above)
* libcncpmsui (1.0.0 or above)
* libcncpnet (1.1.0 or above)**
linux-rq5v:/home/mmarkus/Downloads/Linux_Scangear_Source_Files/scangearmp-source-1.40-1/scangearmp # sh autogen.sh
Warning: I am going to runconfigure' with no arguments. If you wish to pass any to it, please specify them on the
autogen.sh’ command line.processing .
Creating ./aclocal.m4 …
Running glib-gettextize… Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.inPlease add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.Making ./aclocal.m4 writable …
Running aclocal …
Running autoheader…
autoheader: WARNING: Using auxiliary files such asacconfig.h',
config.h.bot’
autoheader: WARNING: andconfig.h.top', to define templates for
config.h.in’
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument ofAC_DEFINE' and autoheader: WARNING:
AC_DEFINE_UNQUOTED’ allows one to define a template without
autoheader: WARNING:acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a function
main’ is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu …
backend/Makefile.am:11: Libtool library used butLIBTOOL' is undefined backend/Makefile.am:11: The usual way to define
LIBTOOL’ is to addAC_PROG_LIBTOOL' backend/Makefile.am:11: to
configure.in’ and runaclocal' and
autoconf’ again.
backend/Makefile.am:11: IfAC_PROG_LIBTOOL' is in
configure.in’, make sure
backend/Makefile.am:11: its definition is in aclocal’s search path.
src/Makefile.am:13: compilingmain.c' with per-target flags requires
AM_PROG_CC_C_O’ inconfigure.in'** Running autoconf ... Running ./configure --enable-maintainer-mode ... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes ./configure: line 2663: AC_PROG_LIBTOOL: command not found checking whether to enable maintainer-specific portions of Makefiles... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for ranlib... ranlib checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... yes checking for GIMP... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking libgimp/gimp.h usability... no checking libgimp/gimp.h presence... no checking for libgimp/gimp.h... no checking libgimp/gimpcompat.h usability... no checking libgimp/gimpcompat.h presence... no checking for libgimp/gimpcompat.h... no checking sane/sane.h usability... yes checking sane/sane.h presence... yes checking for sane/sane.h... yes checking for usb_get_busses in -lusb... no checking usb.h usability... no checking usb.h presence... no checking for usb.h... no checking for deflate in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... no checking for catalogs to be installed... cs da de el es fi fr hu id it ja ko nl nb pl pt ru sv th tr zh zh_TW configure: creating ./config.status **config.status: error: cannot find input file:
Makefile.in’
Hope that someone can help.