* [Comm] kdevelop
@ 2003-01-28 8:40 Dmitry Koudryavtsev
2003-01-28 9:03 ` Maxim A. Telegin
2003-01-28 9:18 ` Viktor S. Grishchenko
0 siblings, 2 replies; 8+ messages in thread
From: Dmitry Koudryavtsev @ 2003-01-28 8:40 UTC (permalink / raw)
To: community
Здравствуйте,
Поставил KDevelop (попробовать), но при генерации проекта или
Configure->Autoconf and automake... выдает:
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Creating acinclude.m4
!!! If you get recursion errors from autoconf, it is advisable to set the
environment variable M4 to something including "--nesting-limit=500"
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
configure.in:76: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:76: the top level
autom4te-2.5: /usr/bin/m4 failed with exit status: 1
gmake[1]: *** [cvs] ?????? 1
gmake: *** [all] ?????? 2
*** failed ***
kdevelop-2.1.2-alt3
autoconf_2.5-2.57-alt1
autoconf-common-0.1-alt1
automake_1.7-1.7.2-alt1
automake-common-0.1-alt1
Подскажите, пожалуйста, если кто-то сталкивался -
как|чем это вылечить ?
--
С уважением,
Dmitry Koudryavtsev
mailto:juliasoft@mail.ru
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] kdevelop
2003-01-28 8:40 [Comm] kdevelop Dmitry Koudryavtsev
@ 2003-01-28 9:03 ` Maxim A. Telegin
2003-01-28 11:15 ` Viktor S. Grishchenko
2003-01-29 8:26 ` Alexander S. Ovcharov
2003-01-28 9:18 ` Viktor S. Grishchenko
1 sibling, 2 replies; 8+ messages in thread
From: Maxim A. Telegin @ 2003-01-28 9:03 UTC (permalink / raw)
To: community
В Втр, 28.01.2003, в 11:40, Dmitry Koudryavtsev написал:
> Здравствуйте,
>
> Поставил KDevelop (попробовать), но при генерации проекта или
> Configure->Autoconf and automake... выдает:
>
> This Makefile is only for the CVS repository
> This will be deleted before making the distribution
> *** Creating acinclude.m4
> !!! If you get recursion errors from autoconf, it is advisable to set the
> environment variable M4 to something including "--nesting-limit=500"
> *** Creating list of subdirectories
> *** Creating configure.in
> *** Creating aclocal.m4
> *** Creating configure
> configure.in:76: error: m4_popdef: undefined macro: AC_Dest
> autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
> configure.in:76: the top level
> autom4te-2.5: /usr/bin/m4 failed with exit status: 1
> gmake[1]: *** [cvs] ?????? 1
> gmake: *** [all] ?????? 2
> *** failed ***
>
> kdevelop-2.1.2-alt3
>
> autoconf_2.5-2.57-alt1
> autoconf-common-0.1-alt1
> automake_1.7-1.7.2-alt1
> automake-common-0.1-alt1
>
> Подскажите, пожалуйста, если кто-то сталкивался -
> как|чем это вылечить ?
Я уже задавал этот вопрос и никто не ответил. То же самое происходит и в
других IDE (напр. в Анюте). Это что-то с autoconf/automake неладно.
Например если в Анюте при инициализации проекта отключить использование
gettext, то все нормально. В общем, непонятно.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] kdevelop
2003-01-28 8:40 [Comm] kdevelop Dmitry Koudryavtsev
2003-01-28 9:03 ` Maxim A. Telegin
@ 2003-01-28 9:18 ` Viktor S. Grishchenko
2003-01-28 13:54 ` Re[2]: " Dmitry Koudryavtsev
1 sibling, 1 reply; 8+ messages in thread
From: Viktor S. Grishchenko @ 2003-01-28 9:18 UTC (permalink / raw)
To: community
Здравствуйте!
С ходу не скажу в чем дело, но kdevelop-2.1 был заточен под automake_1.6.
Попробуйте просто откатить или update-alternatives.
--
В.С.Г.
В сообщении от 28 Январь 2003 13:40 Dmitry Koudryavtsev написал:
> *** Creating configure
> configure.in:76: error: m4_popdef: undefined macro: AC_Dest
> autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
> configure.in:76: the top level
> autom4te-2.5: /usr/bin/m4 failed with exit status: 1
> gmake[1]: *** [cvs] ?????? 1
> gmake: *** [all] ?????? 2
> *** failed ***
>
> kdevelop-2.1.2-alt3
>
> autoconf_2.5-2.57-alt1
> autoconf-common-0.1-alt1
> automake_1.7-1.7.2-alt1
> automake-common-0.1-alt1
>
> Подскажите, пожалуйста, если кто-то сталкивался -
> как|чем это вылечить ?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] kdevelop
2003-01-28 9:03 ` Maxim A. Telegin
@ 2003-01-28 11:15 ` Viktor S. Grishchenko
2003-01-28 18:32 ` Dmitry Koudryavtsev
2003-01-29 8:26 ` Alexander S. Ovcharov
1 sibling, 1 reply; 8+ messages in thread
From: Viktor S. Grishchenko @ 2003-01-28 11:15 UTC (permalink / raw)
To: community
В сообщении от 28 Январь 2003 14:03 Maxim A. Telegin написал:
> > automake_1.7-1.7.2-alt1
Наиболее подозрителен.
--
В.С.Г.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re[2]: [Comm] kdevelop
2003-01-28 9:18 ` Viktor S. Grishchenko
@ 2003-01-28 13:54 ` Dmitry Koudryavtsev
0 siblings, 0 replies; 8+ messages in thread
From: Dmitry Koudryavtsev @ 2003-01-28 13:54 UTC (permalink / raw)
To: community
VSG> С ходу не скажу в чем дело, но kdevelop-2.1 был заточен под automake_1.6.
Не помогло... :(
$ autoconf
configure.in:76: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:76: the top level
autom4te-2.5: /usr/bin/m4 failed with exit status: 1
autoconf_2.5-2.57-alt1
automake-common-0.1-alt1
autoconf-common-0.1-alt1
automake_1.6-1.6.3-alt3
Неужели ни у кого не работает ?
--
С уважением,
Dmitry Koudryavtsev
mailto:juliasoft@mail.ru
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] kdevelop
2003-01-28 11:15 ` Viktor S. Grishchenko
@ 2003-01-28 18:32 ` Dmitry Koudryavtsev
0 siblings, 0 replies; 8+ messages in thread
From: Dmitry Koudryavtsev @ 2003-01-28 18:32 UTC (permalink / raw)
To: community
> > > automake_1.7-1.7.2-alt1
> Наиболее подозрителен.
Увы, игры с automake_1.X ни к чему не привели... :(
Ошибка повторяется...
С уважением,
Dmitry Koudryavtsev
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] kdevelop
2003-01-28 9:03 ` Maxim A. Telegin
2003-01-28 11:15 ` Viktor S. Grishchenko
@ 2003-01-29 8:26 ` Alexander S. Ovcharov
2003-01-29 10:11 ` Re[2]: " Dmitry Koudryavtsev
1 sibling, 1 reply; 8+ messages in thread
From: Alexander S. Ovcharov @ 2003-01-29 8:26 UTC (permalink / raw)
To: community
В сообщении от 28 Январь 2003 19:03 Maxim A. Telegin написал(a):
> > autoconf_2.5-2.57-alt1
> > autoconf-common-0.1-alt1
> > automake_1.7-1.7.2-alt1
> > automake-common-0.1-alt1
У меня было с KDevelop аналогичная проблема , решилось установкой
autoconf_2.13 и automake_1_4p5.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re[2]: [Comm] kdevelop
2003-01-29 8:26 ` Alexander S. Ovcharov
@ 2003-01-29 10:11 ` Dmitry Koudryavtsev
0 siblings, 0 replies; 8+ messages in thread
From: Dmitry Koudryavtsev @ 2003-01-29 10:11 UTC (permalink / raw)
To: Alexander S. Ovcharov
ASO> У меня было с KDevelop аналогичная проблема , решилось установкой
ASO> autoconf_2.13 и automake_1_4p5. ┼э
Спасибо !
После полной переустановки всех auto... и kdevelop'ера со снесением
~/.kde (пользуюсь fluxbox'ом) заработало в такой конфигурации:
automake-common-0.1-alt1
autoconf_2.13-2.13-alt8
autoconf-common-0.1-alt1
automake_1.4-1.4-alt7.p5
Дело было не просто в отдельном automake или autoconf, а именно в
"связке" - заработала пара: autoconf_2.13 и automake_1.4
Еще раз всем спасибо !
--
С уважением,
Dmitry Koudryavtsev
mailto:juliasoft@mail.ru
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-01-29 10:11 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-28 8:40 [Comm] kdevelop Dmitry Koudryavtsev
2003-01-28 9:03 ` Maxim A. Telegin
2003-01-28 11:15 ` Viktor S. Grishchenko
2003-01-28 18:32 ` Dmitry Koudryavtsev
2003-01-29 8:26 ` Alexander S. Ovcharov
2003-01-29 10:11 ` Re[2]: " Dmitry Koudryavtsev
2003-01-28 9:18 ` Viktor S. Grishchenko
2003-01-28 13:54 ` Re[2]: " Dmitry Koudryavtsev
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