X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Subject: Re: [geda-help] geda setup problem with gsch2pcb To: geda-help AT delorie DOT com References: <6bfeb99f-abdf-e1b6-c6e7-d02e40f3a2ea AT halfshavedyaks DOT xyz> <20201119003532 DOT 21368 DOT qmail AT stuge DOT se> From: thet Message-ID: Date: Thu, 19 Nov 2020 16:50:45 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201119003532.21368.qmail@stuge.se> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-GB 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 I tried that thanks, but it didn't work. I removed geda and recompiled and reinstalled but this time in the default system locations. now when I try to start gschem I get gschem: error while loading shared libraries: libgedacairo.so.1: cannot open shared object file: No such file or directory I have lepton working so maybe I will just use that , but If I can get both working easily that would be nice. On 19/11/2020 00:35, Peter Stuge (peter AT stuge DOT se) [via geda-help AT delorie DOT com] wrote: > 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