From owner-freebsd-ports@FreeBSD.ORG Wed Feb 28 18:54:16 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1FEB16A403 for ; Wed, 28 Feb 2007 18:54:16 +0000 (UTC) (envelope-from alecn2002@yandex.ru) Received: from webmail14.yandex.ru (webmail14.yandex.ru [213.180.200.21]) by mx1.freebsd.org (Postfix) with ESMTP id B127E13C494 for ; Wed, 28 Feb 2007 18:54:16 +0000 (UTC) (envelope-from alecn2002@yandex.ru) Received: from YAMAIL (webmail14.yandex.ru) by mail.yandex.ru id ; Wed, 28 Feb 2007 21:42:35 +0300 Received: from [83.237.234.210] ([83.237.234.210]) by mail.yandex.ru with HTTP; Wed, 28 Feb 2007 21:42:35 +0300 (MSK) Date: Wed, 28 Feb 2007 21:42:35 +0300 (MSK) From: "alecn2002" Sender: alecn2002@yandex.ru Message-Id: <45E5CD1B.000001.06838@webmail14.yandex.ru> MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] Errors-To: alecn2002@yandex.ru To: quetzal@zone3000.net X-MsgDayCount: 1 X-BornDate: 1166130000 In-Reply-To: <20070228175724.GA34989@zone3000.net> References: <20070228175724.GA34989@zone3000.net> X-Source-Ip: 83.237.234.210 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: alecn2002@yandex.ru, quetzal@zone3000.net, freebsd-ports@freebsd.org Subject: Re: warning: macro `AM_PATH_XML2' not found in library X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alecn2002@yandex.ru List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2007 18:54:17 -0000 Nikolay, FreeBSD port of kmymoney2 relays on officially released version of this software. CVS version was not officially released and is unsupported, and it's up to your own to figure out how to install it. WBR, Alexander Novitskiy >Hi, folks. I am trying to install the kmymoney2 cvs version that uses >automake19 for configuration, but have an error running "gmake -f >Makefile.dist" > >aclocal:configure.in:106: warning: macro `AM_PATH_XML2' not found in library >*** Creating configure >configure.in:106: error: possibly undefined macro: AM_PATH_XML2 > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. >configure.in:120: error: possibly undefined macro: AC_MSG_ERROR >configure:34136: error: possibly undefined macro: AC_DEFINE > >The libxml2-2.6.27 version is installed. > >What can i do to make it works? > >P.S. Please cc me, because i am not subscribe to that list.