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=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=7AXxNZlNEVe2nDu5NRM0x+IMMg0EO6eiW19pTwYpVSM=; b=tU5U8fg1m2Y4klGgmpIZR951G8TF21WreHPWkUcBbzmssk2UvX6mq9Qn3wNp5AAf+r 6dMRbxo4xfV6eYlp9lu8yB7L7EAJNLy75eAJrPMP5VQ7LBtBZy+fkgExjekGOfNcw/HS bx0enclyaoNjKxPCJgO3CAtzxM+MwJZlp2qsnFnSgLfzcMGdvZyzhzM9ZE/DNJJIN4vO JYny3Cx/MoWwOx/1PMkSArBhiYa9FHwO73N/MD7D64P2gmVwbbhRuPNW3VSKG8/VjFYw GlfONVID6c1x3A5Dtp8yXi4NiGXNNxZ5hsvOxLy7JPipp51sCskNH/jhrVBJRlMZ6Iqd ltWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=7AXxNZlNEVe2nDu5NRM0x+IMMg0EO6eiW19pTwYpVSM=; b=jGb8G5vdG1hBR00sPgCwhgZMEUZ1hhWDmn/kzduBBVgK3XVgMwdGIoUYDo5mNSrPdM hqBZWIxzD5Mu6oF+wIbg12E6zbYFPtz8Z9hMgjR/4QuEqlWbqt9+0x03mEIUquYRtZBH 7XgNokmTupe3RVUbj0CdWpAh4CGE/t0Frmb+mkFUwC2lkNgJ8067do0dSHxkdM94As2t 44ZTfYqWvDB3+oXjYgYGGOGDXgLz0+0lmxwryQA1zfTZe8aPyy4HZXZFUgJxY/oe/VUS aWZjiA/3pPUcg/F0X36ERgULFp+vzIohMqJ49OC40Xetdv0u9UZ1x0dhtmLTdB8umGYD tSRg== X-Gm-Message-State: APjAAAXSsHKt57c78PPc7zuJgS8xhctoXdZmYcvMKqcJ+3R7hNuFRNEJ uzqtMs4nQVewDvfj6wTqFRdDP8rm X-Google-Smtp-Source: APXvYqwrsGCQEyBIzAxrWfSTephjfn0Xu9Iu6A9WCaYkZcNxZTuUsgnOGRroiv5BJESPppGdBhK+Hg== X-Received: by 2002:ac2:5222:: with SMTP id i2mr1993308lfl.68.1555238972144; Sun, 14 Apr 2019 03:49:32 -0700 (PDT) Date: Sun, 14 Apr 2019 13:49:29 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Subject: Re: [geda-help] Installing lepton-eda - a problem with version.h Message-ID: <20190414104929.GA1377@newvzh.lokolhoz> Mail-Followup-To: geda-help AT delorie DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Note-from-DJ: This may be spam 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 Graham, On Sun, Apr 14, 2019 at 09:50:25AM +0000, Graham S (graham DOT seale AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > Hi gEDA folk > I fetched lepton-eda-master from .. https://github.com/lepton-eda/lepton-eda > After a few stumbles ensuring that all the dependencies were present so > that ./configure could complete without error, I got as far as "make", and > I hit a problem. > -------------------------------------------------------------------- > *graham AT box1 $* ./configure --prefix=$HOME/lepton --enable-doxygen > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > ..etc. > ..etc. > .. > config.status: creating netlist/po/Makefile > *graham AT box1 $* make > make: *** No rule to make target 'version.h', needed by 'all'. Stop. Strange... Seems some Makefile's haven't been created... > *graham AT box1 $* > ------------------------------------------------------------------------ > I can see that we have present in lepton-eda-master.. > version.h.in > config.h.in > I am not actually a programmer, and I don't know what next to do. > I would be very grateful for a suggestion. > My regards > Graham I cannot yet see what could be wrong. We use Travis Continuous Integration to check if any new code compiles and builds OK. I would suggest to try to recreate the repo from scratch, taking into account that there might be some errors due to previous unsuccessfull builds, by doing: cd /tmp/ git clone https://github.com/lepton-eda/lepton-eda.git cd lepton-eda ./autogen.sh && ./configure --prefix=$HOME/lepton --enable-doxygen && make Please report if this does or doesn't work. Another approach is to use the latest released version 1.9.7 available in Debian testing. You can install the Debian package or try to check out the tag and build it yourself. HTH -- Vladimir (λ)επτόν EDA — https://github.com/lepton-eda