ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] KDevelop and autoconf
@ 2003-04-29  5:10 Pavel Tsybulin
  2003-04-29  8:46 ` Eugene Azarkin
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Tsybulin @ 2003-04-29  5:10 UTC (permalink / raw)
  To: community

Hi.
Не получается попользовать kdevelop-2.1.2 из поставки ALM2.2
Создаю тестовый KDE проект, при попытке создать configure для него вылазит:

*** 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 

Товарисч гугль подсказал, что во всем виновато кривое взаимодействие
кдевелопа с autoconf-2.5

кто-нить наступал на эти грабли и победил ?

Спасибо.



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

* Re: [Comm] KDevelop and autoconf
  2003-04-29  5:10 [Comm] KDevelop and autoconf Pavel Tsybulin
@ 2003-04-29  8:46 ` Eugene Azarkin
  2003-04-29 18:51   ` Someone Unknown
  0 siblings, 1 reply; 3+ messages in thread
From: Eugene Azarkin @ 2003-04-29  8:46 UTC (permalink / raw)
  To: community

Pavel Tsybulin пишет:
> Hi.
> Не получается попользовать kdevelop-2.1.2 из поставки ALM2.2
> Создаю тестовый KDE проект, при попытке создать configure для него вылазит:
> 
> *** 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 
> 

Go to the admin directory of your project. Find the file
acinclude.m4.in. Open it with an editor. Find the lines:

m4_define([AC_FOREACH],
[mm_foreach([$1], m4_split(m4_normalize([$2])), [$3])])

and coment them as follows:

dnl m4_define([AC_FOREACH],
dnl [mm_foreach([$1], m4_split(m4_normalize([$2])), [$3])])

Save the result. Autoconf/automake and then configure your
project. After that this error should disappear.

This is a solution for this project only. If you like that
changes for the all newly created projects (of the same type)
you should fing the archive:
....kde/share/apps/kdevelop/templates/admin.tar.gz/
and make the same changes in the file:
admin/acinclude.m4.in
Sure, to be able to do that you have to untar/make changes/tar
the archive.
Because it is a template the changes will propagate to all
newly generated projects. I have made it here.
Hope that helps.
Найдено в форуме на www.kdevelop.org
Действительно работает
Eugene Azarkin




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

* Re: [Comm] KDevelop and autoconf
  2003-04-29  8:46 ` Eugene Azarkin
@ 2003-04-29 18:51   ` Someone Unknown
  0 siblings, 0 replies; 3+ messages in thread
From: Someone Unknown @ 2003-04-29 18:51 UTC (permalink / raw)
  To: community

В сообщении от 29 Апрель 2003 12:46 Eugene Azarkin написал:
> Pavel Tsybulin пишет:
> > Hi.
> > Не получается попользовать kdevelop-2.1.2 из поставки ALM2.2
> > Создаю тестовый KDE проект, при попытке создать configure для него
> > вылазит:
> >
> > *** 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
>
> Go to the admin directory of your project. Find the file
> acinclude.m4.in. Open it with an editor. Find the lines:
>
> m4_define([AC_FOREACH],
> [mm_foreach([$1], m4_split(m4_normalize([$2])), [$3])])
>
> and coment them as follows:
>
> dnl m4_define([AC_FOREACH],
> dnl [mm_foreach([$1], m4_split(m4_normalize([$2])), [$3])])
>
> Save the result. Autoconf/automake and then configure your
> project. After that this error should disappear.
>
> This is a solution for this project only. If you like that
> changes for the all newly created projects (of the same type)
> you should fing the archive:
> ....kde/share/apps/kdevelop/templates/admin.tar.gz/
> and make the same changes in the file:
> admin/acinclude.m4.in
> Sure, to be able to do that you have to untar/make changes/tar
> the archive.
> Because it is a template the changes will propagate to all
> newly generated projects. I have made it here.
> Hope that helps.
> Найдено в форуме на www.kdevelop.org
> Действительно работает
> Eugene Azarkin

А я не так извращался. Взял source пакет от autoconf-2.57, поправил спек 
и собрал autoconf_2.53. И в связке с auromake-1.6.3 он замечательно 
работает под kdevelop...


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

end of thread, other threads:[~2003-04-29 18:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-29  5:10 [Comm] KDevelop and autoconf Pavel Tsybulin
2003-04-29  8:46 ` Eugene Azarkin
2003-04-29 18:51   ` Someone Unknown

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