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=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=T/sSygYQduHNsIpExEyjXsxYlTW2sM2f4lOGUbU1Akg=; b=ISsEuVnIB51MAm6XiZMCJ9nBPh7vcrcm0kcLolTwxwNN+2Fn6cCmpig8Z2LYuLO4EH X1TRkgiLqPXbZyWjCof7dEGw67qUhHIfnAWQlF2W3j6QTflryCvsUd7CvnlBTzEho/PF dt48c1k85FQQqCccocCnpDpquCwvqS7IgowRpyIH3FDqmX+0V7nKCUX3Dywf3TrgbljB adNvf9H3FPf67b0WKzfU5jfd2A7CxdIIyIkY8+CrTbEp5/ASBYs1pHzQvWPX3BjCf8Yb L+AVm3IPBHaalcLjNiH9+JId+ibe/vWTy2rOdhyS2aZBbno1cKVkF2cprpc4wUSSpfBl z0Yw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=T/sSygYQduHNsIpExEyjXsxYlTW2sM2f4lOGUbU1Akg=; b=Km9Vu8q3W0+anO06KiP/HJ4iEeBItzXFAPbNVh7BI6Y9AD7MQ+lmSKstuBqD6FOLh5 bSzs3EEDJd//uTQAXpnQIz49tB+BtvS39cmhPexhWu61mfuHFi53COtYo2WM0NoRha/H /QYqvBqLnugThJcbqzwSOZuS/UStMLkw4+GXgIYytvHXlFfbQY9a0Um7RQH9Q5Vs10ro REcKXtEObTNNrBIGIlaJnxhWZ83SWg9gLbxv+SZeJX1pwFIiJCGUIh7h245p06mzdzNy SE+4YTRvVC2v7agwPky0jLyV69DmAmOqInUFN5JpW+g4JWuRgCvITRbexoribB50DqBM W/Eg== X-Gm-Message-State: AEkoouuC7uOHniNqNdhFC3tGBYQIj8Z73jK/KODUJHkD1wb7F3YiUH0TtzGJYf6xh/4CbQ== X-Received: by 10.46.0.220 with SMTP id e89mr7462568lji.58.1471976306915; Tue, 23 Aug 2016 11:18:26 -0700 (PDT) Date: Tue, 23 Aug 2016 21:18:24 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Re: Copy version.h from tarball to git clone Message-ID: <20160823181824.GK19022@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <20160822b AT crcomp DOT net> <20160822192741 DOT GA2833 AT localhost DOT localdomain> <20160823b AT crcomp DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160823b@crcomp.net> User-Agent: Mutt/1.5.23 (2014-03-12) 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 Tue, Aug 23, 2016 at 09:05:00AM -0700, Don Kuenz wrote: ... > > The command > > ./autogen.sh && ./configure && make > > will create version.h > > Those commands were run by me beforehand. Although the first two > commands successfully ran they did not create version.h. And when "make" > ran it displayed: > > make: don't know how to make version.h. Stop > > The root Makefile contains comments in lines 964-970 that more-or-less > advise people to extract version.h from the tarball if necessary. After > the extraction of version.h, "make" successfully runs until it reaches > the "po" directory. This part has not changed since 2009. So it's probably something wrong on your side. Could you show some more lines make outputs in the end? What does `git status' say? Hey, FreeBSD folks, could anybody try to do fresh geda-gaf clone and check if the above commands work? -- Vladimir