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-type:content-disposition:in-reply-to :user-agent; bh=S/lPMLHUUz6oLi4MhG8AD1SMO9f1gF5FhelvRf3VuHU=; b=mlm/iG4Q++B3M35Yu0qWPb3GyNE0jggdBirnDlLV242k9HrTkjOdU716BWe6IzThsB f4K0/9YiXdDNLESeapt9+BxYpRqzSWX78zU9HmCOA8CPh6M3dA3mX7hP+Pc5tqxmjHAG VNfdKePS17VknKxnbYQyC/65CQAgnWtzVJPxhlgfUlVCyVaVaSWlv/aeySU0iWsvKCuy MvwHomTa5j8DGonddC6TYytua0bUpGSenRQL8RzsTspNZBJZXT0duWaT0qczW/yVFrpG I8SQgwdWwlbawWhVKvyRICzxt+9TLKGR7hE9LoH1qMsKCopUeUjaJr85B9MlgFn1Vwqm 7zQA== X-Received: by 10.112.129.72 with SMTP id nu8mr8479140lbb.81.1441458261135; Sat, 05 Sep 2015 06:04:21 -0700 (PDT) Date: Sat, 5 Sep 2015 16:04:18 +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] geda-gaf: version.h (and back annotation) Message-ID: <20150905130417.GB13067@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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 Sat, Sep 05, 2015 at 05:06:23AM +0200, gedau AT igor2 DOT repo DOT hu wrote: > Hi all, > > After a week of collecting data and talking to people, I've finally made my > decision and started to work on the back annotation. > > As a first step I imported the version from a git clone from > git://git.geda-project.org/geda-gaf and ran autogen.sh and ran ./configure. > Compilation fails on version.h not found. I've grepped through docs/, > README, HACKING, INSTALL but didn't find any reference on version.h. > > Is it something I need to copy manually from version.h.in, or the glorious > autotools infrastructure should have done it? Yes, version.h is created from version.h.in. The recipe is in Makefile.am in the root directory of the repo. Cheers, Vladimir