X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 9 May 2020 19:36:36 +0200 (CEST) From: Roland Lutz To: "gene glick (geneglick AT optonline DOT net) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] PCB Not Importing In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 Hi Gene, On Sat, 9 May 2020, gene glick (geneglick AT optonline DOT net) [via geda-user AT delorie DOT com] wrote: > I generate the PCB from a Makefile. Example: > > "make pcb-update runs gsc2pcb" > > then run PCB, and load in the file "fubar.new.pcb" what actual commands are run by your makefile? What error messages (if any) do they show? (The executed commands are usually printed in the terminal after you run "make", unless this has been suppressed.) > If I limit the gsch2pcb to the 3 original files, my method works fine. > The remaining 7 pages do not work. The utility gsch2pcb works (although > someone needs to explain what is going on with gnetlist...now > gentlist-legacy???) but nothing appears when I load in "fubar.new.pcb". How does it show that they "do not work"? Probably the command-line invocation and output give a clue what's going wrong here, too. "gnetlist-legacy" is only included in the release as a fallback for the case that there are incompatibilities with gnetlist itself which haven't been fixed yet. > What's changed? A lot of things have changed. Before 1.10.0, there hasn't been a release in years, so the list is rather long: https://launchpadlibrarian.net/445863235/NEWS Roland