ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Desktop4 & PIXMA 4200
@ 2007-10-28 18:33 Vasiliy
  2007-10-29  6:33 ` Alexandr Petukhov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vasiliy @ 2007-10-28 18:33 UTC (permalink / raw)
  To: community

Всём привет ;-)
Хотел бы поинтересоваться кто нибудь приводил в чувство canon PIXMA 4200
на desktop4.
Я ставил дрова которые качнул с сайта canon на M2.4. Отлично работал
Сейчас когда я собираю #rpmbuild -ba cnijfilter-common.spec
а он мне

Running aclocal  ...
aclocal:configure.in:14: warning: macro `AM_PATH_GTK' not found in library
Running autoheader...
autoheader-default: WARNING: Using auxiliary files such as `acconfig.h',
`config.h.bot'
autoheader-default: WARNING: and `config.h.top', to define templates for
`config.h.in'
autoheader-default: WARNING: is deprecated and discouraged.
autoheader-default:
autoheader-default: WARNING: Using the third argument of `AC_DEFINE' and
autoheader-default: WARNING: `AC_DEFINE_UNQUOTED' allows to define a
template without
autoheader-default: WARNING: `acconfig.h':
autoheader-default:
autoheader-default: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader-default:             [Define if a function `main' is needed.])
autoheader-default:
autoheader-default: WARNING: More sophisticated templates can also be
produced, see the
autoheader-default: WARNING: documentation.
Running automake --gnu  ...
configure.in: installing `./install-sh'
configure.in: installing `./missing'
backend/Makefile.am: installing `./depcomp'
backend/Makefile.am:9: `CFLAGS' is a user variable, you should not
override it;
backend/Makefile.am:9: use `AM_CFLAGS' instead.
configure.in:23: installing `./config.guess'
configure.in:23: installing `./config.sub'
Running autoconf ...
configure.in:14: error: possibly undefined macro: AM_PATH_GTK
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
Running ./configure --prefix=/usr/local ...
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
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 ANSI C... (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 ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
./configure: line 5016: syntax error near unexpected token `1.2.0,'
./configure: line 5016: `AM_PATH_GTK(1.2.0, ,'
ошибка: Неверный код возврата


Если кто сталкивался с данным девайсом и ставил его на desk4 подскажите
в каком направление копануть.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Desktop4 & PIXMA 4200
  2007-10-28 18:33 [Comm] Desktop4 & PIXMA 4200 Vasiliy
@ 2007-10-29  6:33 ` Alexandr Petukhov
  2007-10-30 14:16 ` Vasiliy
  2007-10-30 14:18 ` Vasiliy
  2 siblings, 0 replies; 5+ messages in thread
From: Alexandr Petukhov @ 2007-10-29  6:33 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Vasiliy пишет:
> Всём привет ;-)
> Хотел бы поинтересоваться кто нибудь приводил в чувство canon PIXMA 4200
> на desktop4.
> Я ставил дрова которые качнул с сайта canon на M2.4. Отлично работал
> Сейчас когда я собираю #rpmbuild -ba cnijfilter-common.spec
> а он мне
>
> Running aclocal  ...
> aclocal:configure.in:14: warning: macro `AM_PATH_GTK' not found in library
> Running autoheader...
> autoheader-default: WARNING: Using auxiliary files such as `acconfig.h',
> `config.h.bot'
> autoheader-default: WARNING: and `config.h.top', to define templates for
> `config.h.in'
> autoheader-default: WARNING: is deprecated and discouraged.
> autoheader-default:
> autoheader-default: WARNING: Using the third argument of `AC_DEFINE' and
> autoheader-default: WARNING: `AC_DEFINE_UNQUOTED' allows to define a
> template without
> autoheader-default: WARNING: `acconfig.h':
> autoheader-default:
> autoheader-default: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
> autoheader-default:             [Define if a function `main' is needed.])
> autoheader-default:
> autoheader-default: WARNING: More sophisticated templates can also be
> produced, see the
> autoheader-default: WARNING: documentation.
> Running automake --gnu  ...
> configure.in: installing `./install-sh'
> configure.in: installing `./missing'
> backend/Makefile.am: installing `./depcomp'
> backend/Makefile.am:9: `CFLAGS' is a user variable, you should not
> override it;
> backend/Makefile.am:9: use `AM_CFLAGS' instead.
> configure.in:23: installing `./config.guess'
> configure.in:23: installing `./config.sub'
> Running autoconf ...
> configure.in:14: error: possibly undefined macro: AM_PATH_GTK
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> Running ./configure --prefix=/usr/local ...
> checking for a BSD-compatible install... /usr/bin/ginstall -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for style of include used by make... GNU
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> 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 ANSI C... none needed
> checking dependency style of gcc... gcc3
> checking for strerror in -lcposix... no
> 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 ANSI C... (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 ANSI C... (cached) none needed
> checking dependency style of gcc... (cached) gcc3
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> ./configure: line 5016: syntax error near unexpected token `1.2.0,'
> ./configure: line 5016: `AM_PATH_GTK(1.2.0, ,'
> ошибка: Неверный код возврата
>
>
> Если кто сталкивался с данным девайсом и ставил его на desk4 подскажите
> в каком направление копануть.
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community
У меня такой принтер.... работает "из коробки". При установке назначил 
ему драйвер от ip4000.
с уважением, Александр


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Desktop4 & PIXMA 4200
  2007-10-28 18:33 [Comm] Desktop4 & PIXMA 4200 Vasiliy
  2007-10-29  6:33 ` Alexandr Petukhov
@ 2007-10-30 14:16 ` Vasiliy
  2007-10-30 14:18 ` Vasiliy
  2 siblings, 0 replies; 5+ messages in thread
From: Vasiliy @ 2007-10-30 14:16 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Vasiliy пишет:
> Всём привет ;-)
> Хотел бы поинтересоваться кто нибудь приводил в чувство canon PIXMA 4200
> на desktop4.
> Я ставил дрова которые качнул с сайта canon на M2.4. Отлично работал
> Сейчас когда я собираю #rpmbuild -ba cnijfilter-common.spec
> а он мне
>
> Running aclocal  ...
> aclocal:configure.in:14: warning: macro `AM_PATH_GTK' not found in library
> Running autoheader...
> autoheader-default: WARNING: Using auxiliary files such as `acconfig.h',
> `config.h.bot'
> autoheader-default: WARNING: and `config.h.top', to define templates for
> `config.h.in'
> autoheader-default: WARNING: is deprecated and discouraged.
> autoheader-default:
> autoheader-default: WARNING: Using the third argument of `AC_DEFINE' and
> autoheader-default: WARNING: `AC_DEFINE_UNQUOTED' allows to define a
> template without
> autoheader-default: WARNING: `acconfig.h':
> autoheader-default:
> autoheader-default: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
> autoheader-default:             [Define if a function `main' is needed.])
> autoheader-default:
> autoheader-default: WARNING: More sophisticated templates can also be
> produced, see the
> autoheader-default: WARNING: documentation.
> Running automake --gnu  ...
> configure.in: installing `./install-sh'
> configure.in: installing `./missing'
> backend/Makefile.am: installing `./depcomp'
> backend/Makefile.am:9: `CFLAGS' is a user variable, you should not
> override it;
> backend/Makefile.am:9: use `AM_CFLAGS' instead.
> configure.in:23: installing `./config.guess'
> configure.in:23: installing `./config.sub'
> Running autoconf ...
> configure.in:14: error: possibly undefined macro: AM_PATH_GTK
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> Running ./configure --prefix=/usr/local ...
> checking for a BSD-compatible install... /usr/bin/ginstall -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for style of include used by make... GNU
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> 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 ANSI C... none needed
> checking dependency style of gcc... gcc3
> checking for strerror in -lcposix... no
> 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 ANSI C... (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 ANSI C... (cached) none needed
> checking dependency style of gcc... (cached) gcc3
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> ./configure: line 5016: syntax error near unexpected token `1.2.0,'
> ./configure: line 5016: `AM_PATH_GTK(1.2.0, ,'
> ошибка: Неверный код возврата
>
>
> Если кто сталкивался с данным девайсом и ставил его на desk4 подскажите
> в каком направление копануть.
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community
Какой пакет доставить не пойму вроде всё что просил поставил и gtc и всё 
что к нему прилогается.
Чувствую с родными дровами обломался. Придётся использовать и коробки ;-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Desktop4 & PIXMA 4200
  2007-10-28 18:33 [Comm] Desktop4 & PIXMA 4200 Vasiliy
  2007-10-29  6:33 ` Alexandr Petukhov
  2007-10-30 14:16 ` Vasiliy
@ 2007-10-30 14:18 ` Vasiliy
  2007-10-31 19:45   ` Michael Shigorin
  2 siblings, 1 reply; 5+ messages in thread
From: Vasiliy @ 2007-10-30 14:18 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Vasiliy пишет:
> Всём привет ;-)
> Хотел бы поинтересоваться кто нибудь приводил в чувство canon PIXMA 4200
> на desktop4.
> Я ставил дрова которые качнул с сайта canon на M2.4. Отлично работал
> Сейчас когда я собираю #rpmbuild -ba cnijfilter-common.spec
> а он мне
>
> Running aclocal  ...
> aclocal:configure.in:14: warning: macro `AM_PATH_GTK' not found in library
> Running autoheader...
> autoheader-default: WARNING: Using auxiliary files such as `acconfig.h',
> `config.h.bot'
> autoheader-default: WARNING: and `config.h.top', to define templates for
> `config.h.in'
> autoheader-default: WARNING: is deprecated and discouraged.
> autoheader-default:
> autoheader-default: WARNING: Using the third argument of `AC_DEFINE' and
> autoheader-default: WARNING: `AC_DEFINE_UNQUOTED' allows to define a
> template without
> autoheader-default: WARNING: `acconfig.h':
> autoheader-default:
> autoheader-default: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
> autoheader-default:             [Define if a function `main' is needed.])
> autoheader-default:
> autoheader-default: WARNING: More sophisticated templates can also be
> produced, see the
> autoheader-default: WARNING: documentation.
> Running automake --gnu  ...
> configure.in: installing `./install-sh'
> configure.in: installing `./missing'
> backend/Makefile.am: installing `./depcomp'
> backend/Makefile.am:9: `CFLAGS' is a user variable, you should not
> override it;
> backend/Makefile.am:9: use `AM_CFLAGS' instead.
> configure.in:23: installing `./config.guess'
> configure.in:23: installing `./config.sub'
> Running autoconf ...
> configure.in:14: error: possibly undefined macro: AM_PATH_GTK
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> Running ./configure --prefix=/usr/local ...
> checking for a BSD-compatible install... /usr/bin/ginstall -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for style of include used by make... GNU
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> 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 ANSI C... none needed
> checking dependency style of gcc... gcc3
> checking for strerror in -lcposix... no
> 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 ANSI C... (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 ANSI C... (cached) none needed
> checking dependency style of gcc... (cached) gcc3
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> ./configure: line 5016: syntax error near unexpected token `1.2.0,'
> ./configure: line 5016: `AM_PATH_GTK(1.2.0, ,'
> ошибка: Неверный код возврата
>
>
> Если кто сталкивался с данным девайсом и ставил его на desk4 подскажите
> в каком направление копануть.
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community
Какой пакет доставить не пойму вроде всё что просил поставил и gtc и всё 
что к нему прилогается.
Чувствую с родными дровами обломался. Придётся использовать и коробки ;-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Desktop4 & PIXMA 4200
  2007-10-30 14:18 ` Vasiliy
@ 2007-10-31 19:45   ` Michael Shigorin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Shigorin @ 2007-10-31 19:45 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Tue, Oct 30, 2007 at 05:18:47PM +0300, Vasiliy wrote:
> > checking for ANSI C header files... yes
> > ./configure: line 5016: syntax error near unexpected token `1.2.0,'
> > ./configure: line 5016: `AM_PATH_GTK(1.2.0, ,'
> > ошибка: Неверный код возврата
> > Если кто сталкивался с данным девайсом и ставил его на desk4 подскажите
> > в каком направление копануть.
> Какой пакет доставить не пойму вроде всё что просил поставил и
> gtc и всё что к нему прилогается.  Чувствую с родными дровами
> обломался. Придётся использовать и коробки ;-)

В смысле с кэноновской сборкой?  Угу, для LBP я тоже быстро
пришёл к этому выводу (1.10 патчил, к 1.20 делал подход, 
а к 1.30 уже отказался от мысли исправить сборку -- письма
в canon software ушли как в /dev/null, стало быть, даже
если исправить -- толку не будет).

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-10-31 19:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-28 18:33 [Comm] Desktop4 & PIXMA 4200 Vasiliy
2007-10-29  6:33 ` Alexandr Petukhov
2007-10-30 14:16 ` Vasiliy
2007-10-30 14:18 ` Vasiliy
2007-10-31 19:45   ` Michael Shigorin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git