ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] autoconf и kdevelop, anjuta
@ 2003-03-31  5:01 Hihin Ruslan
  2003-03-31  6:16 ` Maxim A. Telegin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Hihin Ruslan @ 2003-03-31  5:01 UTC (permalink / raw)
  To: sisyphus

 Купил в Linuxshop Junior 2.2 на 2-х дисках. 

1 Kdevelop не может нормально создать простой проект (например просто 
С++ проект). На этапе autoconf  выскакивает с сообщением:



configure.in:103: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:103: the top level
autom4te-2.5: /usr/bin/m4 failed with exit status: 1
make[1]: *** [cvs] Îøèáêà 1
make: *** [all] Îøèáêà 2
sh: line 1: ./configure: No such file or directory

Как это лечить ?


2 Похожая картина с anjuta :

[writer@alga g1-0.1]$ aclocal -I m4
[writer@alga g1-0.1]$ ./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.
Copying file ABOUT-NLS
Not copying intl/ directory.
Copying file po/Makefile.in.in
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/inttypes.m4
Copying file m4/inttypes_h.m4
Copying file m4/inttypes-pri.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/progtest.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/ulonglong.m4

Please use AM_GNU_GETTEXT([external]) in order to cause 
autoconfiguration
to look for an external libintl.

Please run 'aclocal -I m4' to regenerate the aclocal.m4 file.
You need aclocal from GNU automake 1.5 (or newer) to do this.
Then run 'autoconf' to regenerate the configure file.

You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

You might also want to copy the convenience header file gettext.h
from the /usr/share/gettext directory into your package.
It is a wrapper around <libintl.h> that implements the configure 
--disable-nls
option.

Press Return to acknowledge the previous four paragraphs.

Making ./aclocal.m4 writable ...
Running aclocal  ...
Running autoheader...
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
configure.in:95: error: `po/Makefile.in' is already registered with 
AC_CONFIG_FILES.
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:95: the top level
autom4te-2.5: /usr/bin/m4 failed with exit status: 1
autoheader-default: /usr/bin/autom4te-2.5 failed with exit status: 1
Running automake --gnu  ...
configure.in:95: error: `po/Makefile.in' is already registered with 
AC_CONFIG_FILES.
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:95: the top level
autom4te-2.5: /usr/bin/m4 failed with exit status: 1
configure.in: `AM_INIT_AUTOMAKE' must be used
automake-default: your implementation of AM_INIT_AUTOMAKE comes from an
automake-default: old Automake version.  You should recreate aclocal.m4
automake-default: with aclocal and run automake again.
automake-default: no `Makefile.am' found or specified
Running autoconf ...
configure.in:95: error: `po/Makefile.in' is already registered with 
AC_CONFIG_FILES.
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:95: the top level
autom4te-2.5: /usr/bin/m4 failed with exit status: 1
Running ./configure ...
./autogen.sh: line 144: ./configure: No such file or directory


gettext.h скопировал в файл проекта - что еще не хватает.


-- 
С уважением Хихин Руслан




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

* Re: [sisyphus] autoconf и kdevelop, anjuta
  2003-03-31  5:01 [sisyphus] autoconf и kdevelop, anjuta Hihin Ruslan
@ 2003-03-31  6:16 ` Maxim A. Telegin
  2003-03-31 20:02   ` Hihin Ruslan
  2003-03-31 11:24 ` [sisyphus] " Artem K. Jouravsky
  2003-04-07 21:29 ` [sisyphus] " Igor Tertishny
  2 siblings, 1 reply; 7+ messages in thread
From: Maxim A. Telegin @ 2003-03-31  6:16 UTC (permalink / raw)
  To: sisyphus

В Пнд, 31.03.2003, в 09:01, Hihin Ruslan написал:
>  Купил в Linuxshop Junior 2.2 на 2-х дисках. 
> 
> 1 Kdevelop не может нормально создать простой проект (например просто 
> С++ проект). На этапе autoconf  выскакивает с сообщением:

Поставить automake_1.4



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

* [sisyphus] Re: autoconf и kdevelop, anjuta
  2003-03-31  5:01 [sisyphus] autoconf и kdevelop, anjuta Hihin Ruslan
  2003-03-31  6:16 ` Maxim A. Telegin
@ 2003-03-31 11:24 ` Artem K. Jouravsky
  2003-04-07 21:29 ` [sisyphus] " Igor Tertishny
  2 siblings, 0 replies; 7+ messages in thread
From: Artem K. Jouravsky @ 2003-03-31 11:24 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

On Mon, Mar 31, 2003 at 09:01:44AM +0400, Hihin Ruslan wrote:
<хрусть>
> 2 Похожая картина с anjuta :
Лучше поставьте Анюту с её сайта, там уже версия 1.0.2
Она нормально отрабатывает

-- 
Best wishes,                 | ICQ 103399444
	Artem K. Jouravsky,  | JID ujo@jabber.ru
iFirst Ltd, System Administrator.
-----------------------
И скучно и грустно и некому в морду дать.....

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [sisyphus] autoconf и kdevelop, anjuta
  2003-03-31  6:16 ` Maxim A. Telegin
@ 2003-03-31 20:02   ` Hihin Ruslan
  2003-04-03  4:53     ` Maxim A. Telegin
  0 siblings, 1 reply; 7+ messages in thread
From: Hihin Ruslan @ 2003-03-31 20:02 UTC (permalink / raw)
  To: sisyphus

В сообщении от 31 Март 2003 10:16 Maxim A. Telegin написал:
> В Пнд, 31.03.2003, в 09:01, Hihin Ruslan написал:

> >
> > 1 Kdevelop не может нормально создать простой проект (например
> > просто
> >
> > С++ проект). На этапе autoconf  выскакивает с сообщением:
>
> Поставить automake_1.4

Ставил - бесполезно :(
-- 
С уважением Хихин Руслан




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

* Re: [sisyphus] autoconf и kdevelop, anjuta
  2003-03-31 20:02   ` Hihin Ruslan
@ 2003-04-03  4:53     ` Maxim A. Telegin
  0 siblings, 0 replies; 7+ messages in thread
From: Maxim A. Telegin @ 2003-04-03  4:53 UTC (permalink / raw)
  To: sisyphus

В Втр, 01.04.2003, в 00:02, Hihin Ruslan написал:
> В сообщении от 31 Март 2003 10:16 Maxim A. Telegin написал:
> > В Пнд, 31.03.2003, в 09:01, Hihin Ruslan написал:
> 
> > >
> > > 1 Kdevelop не может нормально создать простой проект (например
> > > просто
> > >
> > > С++ проект). На этапе autoconf  выскакивает с сообщением:
> >
> > Поставить automake_1.4
> 
> Ставил - бесполезно :(
Почему-то это происходит, если включить в проект поддержку gettext.
Пробуй отключить ее при создании проекта.



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

* Re: [sisyphus] autoconf и kdevelop, anjuta
  2003-03-31  5:01 [sisyphus] autoconf и kdevelop, anjuta Hihin Ruslan
  2003-03-31  6:16 ` Maxim A. Telegin
  2003-03-31 11:24 ` [sisyphus] " Artem K. Jouravsky
@ 2003-04-07 21:29 ` Igor Tertishny
  2003-04-08 12:09   ` Alexey Morozov
  2 siblings, 1 reply; 7+ messages in thread
From: Igor Tertishny @ 2003-04-07 21:29 UTC (permalink / raw)
  To: sisyphus

Собирает. Но!!! Только в случае, если у вас установлена automake-1.4 и 
autoconf-2.13. Он под них заточен... А тут альтернативы новые еще и багуют по 
страшному, дошел до того, что уже ссылки руками каждый раз правлю.



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

* Re: [sisyphus] autoconf и kdevelop, anjuta
  2003-04-07 21:29 ` [sisyphus] " Igor Tertishny
@ 2003-04-08 12:09   ` Alexey Morozov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey Morozov @ 2003-04-08 12:09 UTC (permalink / raw)
  To: sisyphus

On Tue, Apr 08, 2003 at 12:29:35AM +0300, Igor Tertishny wrote:
> Собирает. Но!!! Только в случае, если у вас установлена automake-1.4 и 
> autoconf-2.13. Он под них заточен... А тут альтернативы новые еще и багуют по 
> страшному, дошел до того, что уже ссылки руками каждый раз правлю.
Дык поправьте autotools'овые файлы до работоспособности с новыми
autotools! :-)

Как правило, не слишком трудное занятие...


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

end of thread, other threads:[~2003-04-08 12:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-31  5:01 [sisyphus] autoconf и kdevelop, anjuta Hihin Ruslan
2003-03-31  6:16 ` Maxim A. Telegin
2003-03-31 20:02   ` Hihin Ruslan
2003-04-03  4:53     ` Maxim A. Telegin
2003-03-31 11:24 ` [sisyphus] " Artem K. Jouravsky
2003-04-07 21:29 ` [sisyphus] " Igor Tertishny
2003-04-08 12:09   ` Alexey Morozov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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