X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7Un80GOruCP+jxsYh7cl9mChSRFPpu1AcQHUAbbylr4=; b=AM3VG9PZFfUSzPZL32SnKkjGWpZAzoAHOATqzPDD4iy3rfR7ZHRSJMmzyN90q5vxQR y/J4vDg1fNKF72xLjSSxT6nUoe0XGxoBu7H7sBtCaqnM5aHhjiNBrBayDYsqKVFrtpw8 HkvNh4giZS9x42h5tVEH72N0sgbmUdOq2emG1qBsqJMePMcpmc5wjRySqUD17DkzYXpQ ebFFehZjnBfRaAOI/jfXPLNjRsQXSnQgdPTt0HKP08k1waFWGWkFyxio2cqWQHZwKaS7 PSsMaYVHSG9Ov4JnaMRpppTUwYnXmAAWwJyjo+jFW+dDmRoyurUpSTDisyu0G3ui42I0 M3Qg== MIME-Version: 1.0 X-Received: by 10.194.86.161 with SMTP id q1mr8510068wjz.88.1449121940240; Wed, 02 Dec 2015 21:52:20 -0800 (PST) In-Reply-To: <7df2e48e672c731158373c4dd25aba5a@vivaldi.net> References: <7df2e48e672c731158373c4dd25aba5a AT vivaldi DOT net> Date: Thu, 3 Dec 2015 08:52:20 +0300 Message-ID: Subject: Re: [geda-help] gettext problem with building geda-gaf on Ubuntu 12.04 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Is it really autogen.sh who complains? Or maybe the configure script? In the latter case use: ./configure --disable-xorn Or, after cloning the repo do git checkout 1.9.2-20150930 just before ./autogen.sh Cheers, Vladimir