X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prochac.sk; s=default; t=1452104530; bh=gT8/khUGeqW9c5CdXWNAevAGmholDbesHw4o2NsS85g=; h=Subject:To:References:From:Date:In-Reply-To; b=fQRcN3esa19aDAvPeTy+Qj83vqIUAhx40AS3zSi6NgrCIT9cfmowTsKU8zL85R4Ah LB5m69TFKlaRxitxwMDTN3xsGwDpZmT8tzMXfCZc/l26q+uDbCs/PSwSzgHGsket8D CZr7AVTRK1TBE4ZSRcelbsMfej82A5yJu+YQiTwc= X-Clacks-Overhead: "GNU Terry Pratchett" Subject: Re: [geda-user] What Xorn does, and why it does it like that To: geda-user AT delorie DOT com References: <20160102162101 DOT 75D72809D79A AT turkos DOT aspodata DOT se> <20160102190219 DOT D384D809D79A AT turkos DOT aspodata DOT se> <20160106091000 DOT 76546809D79F AT turkos DOT aspodata DOT se> <20160106141521 DOT B55BD809D79B AT turkos DOT aspodata DOT se> From: "Milan Prochac (milan AT prochac DOT sk) [via geda-user AT delorie DOT com]" Message-ID: <568D5BAD.3010601@prochac.sk> Date: Wed, 6 Jan 2016 19:23:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160106141521.B55BD809D79B@turkos.aspodata.se> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-101.0 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on angua.bastl.sk Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 6. 1. 2016 15:15, karl AT aspodata DOT se wrote: > configure.ac:26: installing `./ar-lib' > configure.ac:27: installing `./config.guess' > configure.ac:27: installing `./config.sub' > configure.ac:25: installing `./install-sh' > configure.ac:25: installing `./missing' > src/backend/Makefile.am:21: installing `./py-compile' > src/cpython/Makefile.am: installing `./depcomp' > automake: compiling `storage/copy_attached.c' in subdir requires `AM_PROG_CC_C_O' in `configure.ac' > tests/Makefile.am:28: while processing program `storage/copy_attached' > Makefile.am: installing `./INSTALL' > autoreconf: automake failed with exit status: 1 You do not use bleeding-edge version of automake. Try add the line: AM_PROG_CC_C_O just before AC_PROG_CXX in xorn/configure.ac (about line 29) I got the same error with automake 1.13 (in 1.14 this macro is not required). -m-