ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "vformin" <vformin@yandex.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] Программирование под ALT Master 2.4... Не получается создать даже самую тупую программу под GNOME при помощи Anjuta & Glade...
Date: Sat, 14 Jan 2006 22:20:48 +0300 (MSK)
Message-ID: <43C94F10.000001.00418@colgate.yandex.ru> (raw)
In-Reply-To: <op.s3dsgw0zmb8vzs@oc.peooc.net>

Некие спрашивали меня, как ругается моя Анюта и какой она версии. У меня в ALT Linux Master 2.4  в дистрибутиве (DVD-дистрибутив) Anjuta версии 1.2.2 (а вижу, что говорите, что нужно 2.6.8). Вот что выдаёт мне "на гора" Анюта при попытке создать проект Gtk 2.0 на Си:
============================================================================================
Generating Project ...
Loading Project ...
Saving Project ...
Generating source codes ...
КопЁювання файлу пЁктограми...
Поиск файлов ...
Saving Project ...
Updating Project ...
Running autogen.sh ...
**Warning**: I am going to run `configure' 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 gettextize...  Ignore non-fatal messages.

You do not have a version of gettext installed.
Please download one from your local package repository or
from ftp://ftp.gnu.org/pub/gnu/gettext/

Making ./aclocal.m4 writable ...
Running libtoolize...
You should add the contents of `/usr/share/libtool-1.5/aclocal/libtool.m4' to `aclocal.m4'.
Running aclocal  ...
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending0x0,00000081b61f5p-1022clocal
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
/usr/share/aclocal/check.m4:5: warning: underquoted definition of AM_PATH_CHECK
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT
aclocal: configure.in: 33: macro `AM_GNU_GETTEXT' 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.
autoheader-default: error: AC_CONFIG_HEADERS not found in configure.in
Running automake --gnu  ...
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
configure.in: installing `./install-sh'
configure.in: installing `./missing'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Use of uninitialized value in pattern match (m//) at /usr/bin/automake-default line 3461.
configure.in:105: required file `intl/Makefile.in' not found
Makefile.am:6: required directory ./intl does not exist
Use of uninitialized value in pattern match (m//) at /usr/bin/automake-default line 3461.
src/Makefile.am: installing `./depcomp'
/usr/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
Use of uninitialized value in pattern match (m//) at /usr/bin/automake-default line 3461.
configure.in:105: required file `intl/Makefile.in' not found
Makefile.am:6: required directory ./intl does not exist
Use of uninitialized value in pattern match (m//) at /usr/bin/automake-default line 3461.
/usr/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
Running autoconf ...
configure.in:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:8: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:14: error: possibly undefined macro: AM_PROG_CC_STDC
configure.in:16: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.in:33: error: possibly undefined macro: AM_GNU_GETTEXT
configure.in:34: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
Running ./configure ...
./configure: line 1250: syntax error near unexpected token `MySampleProg,'
./configure: line 1250: `AM_INIT_AUTOMAKE(MySampleProg, 0.1)'
Создание файлов для сборки завершено.......с ошибкой
============================================================================================
Любуйтесь! А скомпилить проект - это вообще уже нереально.
Вот что выдаёт мне при выборе пункта меню Собрать:
============================================================================================
Сборка каталога исходных текстов проекта: MySampleProg ...
make 
make: *** Не заданЁ цЁлЁ Ё не знайдений make-файл.  Зупинка.
Completed ... unsuccessful
Total time taken: 0 secs
============================================================================================


  reply	other threads:[~2006-01-14 19:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-13 22:31 vformin
2006-01-14  8:13 ` Peter Volkov
2006-01-14 12:36 ` Yura Kalinichenko
2006-01-14 14:19   ` Peter Volkov
2006-01-14 21:09     ` Yura Kalinichenko
2006-01-14 14:54   ` Andrey Rahmatullin
2006-01-14 18:32     ` Aleksander N.Gorohovski
2006-01-14 19:20       ` vformin [this message]
2006-01-14 20:10         ` Alexey Rusakov
2006-01-15 13:04                   ` "Владимир Николаевич Формин"
2006-01-15  9:59         ` hozzzar
2006-01-15  8:31           ` [JT] " "Владимир Николаевич Формин"
2006-01-14 12:50 ` Eugene Seppel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43C94F10.000001.00418@colgate.yandex.ru \
    --to=vformin@yandex.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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