X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Message-ID: <20201119003532.21368.qmail@stuge.se> Date: Thu, 19 Nov 2020 00:35:32 +0000 From: "Peter Stuge (peter AT stuge DOT se) [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Subject: Re: [geda-help] geda setup problem with gsch2pcb References: <6bfeb99f-abdf-e1b6-c6e7-d02e40f3a2ea AT halfshavedyaks DOT xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6bfeb99f-abdf-e1b6-c6e7-d02e40f3a2ea@halfshavedyaks.xyz> 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 thet wrote: > when I run gsch2pcb I get the error: > > ERROR: Could not find `gnetlist.scm' in load path. > > the file gnetlist.scm exists in ~/geda/share/gEDA/scheme > > Do I need to set some preference so gsch2pcb can see it - or is this > error really a symptom of some larger problem with my setup? Try creating ~/.gEDA/gnetlistrc with the following line, parens included: (scheme-directory "/home/shavedyak/geda/share/gEDA/scheme") //Peter