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=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=9QLesDM3i4iHaK7YFWGFuUVzlbPCrnOYdkDUBblvgXE=; b=R8rLrvun8uHFl2Cy7jQOvdsDuaQl/8sl5j51IY7DlnBJa38vaXSNG4/XJCgAlL1Gjk a57+c3MZqxzBFtBnGCkumVVv8Tw+J5cBpx/AUnI8J5sbP3xfbpZx7EGG6FYkUs/2sQ/J PdDn75V9WXXcOeCIVgjxZ5eE/ls5YZOV2Blkul3LdwFMCQf6vdALWeuz1PH+VjlXA0uf mZDCmh+2pzGJsu/Of0di02F5FLd2/CWouhehJflvPoeB8RQo/Wpobez2DEY2n6H679Cf UK/Ry3YI8N2DVzsjdIeLlQiBxoVVsykN0JrkGL+zYgTPB+//KUDezpvwyTv8N3aG5jzt EEGw== MIME-Version: 1.0 X-Received: by 10.182.142.39 with SMTP id rt7mr25284843obb.3.1442434938803; Wed, 16 Sep 2015 13:22:18 -0700 (PDT) Sender: svenn DOT bjerkem AT gmail DOT com In-Reply-To: References: <55E8773B DOT 9000902 AT jump-ing DOT de> <55E8831A DOT 8050307 AT jump-ing DOT de> <55E891FA DOT 2010509 AT jump-ing DOT de> <55E8AE6C DOT 2090304 AT jump-ing DOT de> <55F9C1BF DOT 9030603 AT jump-ing DOT de> Date: Wed, 16 Sep 2015 22:22:18 +0200 X-Google-Sender-Auth: T1vh48f5CoOYilotSAHUnzQyPx8 Message-ID: Subject: Re: [geda-user] New experimental netlist features From: "Svenn Are Bjerkem (svenn DOT bjerkem AT googlemail DOT com) [via geda-user AT delorie DOT com]" To: geda-user Content-Type: multipart/alternative; boundary=001a11c300b0239e3e051fe30edb 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 --001a11c300b0239e3e051fe30edb Content-Type: text/plain; charset=UTF-8 On 16 September 2015 at 21:57, Roland Lutz wrote: > I had an issue once where re-running "configure" didn't catch the new > subdirectory; in this case, try running "make distclean" first. make distclean leaves some files and configure will pick up xorn. I managed to reproduce my case by folloing procedure on master branch: git reset --hard git clean -fd git ls-files -o | xargs rm ./autogen.sh ./configure (here the configure script will give a warning about missing xorn, and a following make will fail) autoreconf -fi <- this will pick up xorn ./configure make (all looks good from a build perspective) -- Svenn --001a11c300b0239e3e051fe30edb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On 16 September 2015 at 21:57, Rola= nd Lutz <rlutz AT hedmen DOT org> wrote:
I had an issue once where re-running "configure" didn'= t catch the new subdirectory; in this case, try running "make distclea= n" first.

make = distclean leaves some files and configure will pick up xorn.

<= div class=3D"gmail_extra">I managed to reproduce my case by folloing proced= ure on master branch:
git reset --hard
git clean -fd
<= /div>git ls-files -o | xargs rm
./autogen.sh
./configure<= br>
(here the configure script will give a warning about missing xorn,= and a following make will fail)
autoreconf -fi <- this will pi= ck up xorn
./configure
make
(all looks good from a build perspective)<= br>
--
Svenn
--001a11c300b0239e3e051fe30edb--