X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7+dev X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: inbox From: karl AT aspodata DOT se To: geda-help AT delorie DOT com Subject: Re: [geda-help] [geda-user] xorn inport error In-reply-to: <20200113011055.GA2577@flip1.engr.oregonstate.edu> References: <20200107175451 DOT GA3868 AT flip2 DOT engr DOT oregonstate DOT edu> <20200109052734 DOT C320681A6061 AT turkos DOT aspodata DOT se> <20200111045332 DOT AC2CC81A6061 AT turkos DOT aspodata DOT se> <20200113011055 DOT GA2577 AT flip1 DOT engr DOT oregonstate DOT edu> Comments: In-reply-to "Traylor Roger (traylor AT engr DOT orst DOT edu) [via geda-help AT delorie DOT com]" message dated "Sun, 12 Jan 2020 17:10:55 -0800." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20200113062117.1AFC581A6061@turkos.aspodata.se> Date: Mon, 13 Jan 2020 07:21:17 +0100 (CET) X-Virus-Scanned: ClamAV using ClamSMTP 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 Roger: ... > However, I the following directories do not exist: > /usr/local/guile_2.0.14/include/guile/2.0 > /usr/local/guile_2.0.14/lib ... > > If you have guile installed somewhere, you can tell configure et.al. to > > use it by doing e.g.: > > > > export GUILE_CFLAGS="-I/usr/local/guile_2.0.14/include/guile/2.0 -pthread" > > export GUILE_LIBS="-L/usr/local/guile_2.0.14/lib -lguile-2.0 -latomic_ops -lgc" > > export GUILE=/usr/local/guile_2.0.14/bin/guile > > export GUILE_SNARF=/usr/local/guile_2.0.14/bin/guile-snarf Please do note that my example was guile compiled from git source and with ./configure --prefix=/usr/local/guile_2.0.14, which is fairly nonstandard, soo my example was perhaps non helping. What one is looking for is directories with theese files (exact version numbers might differ): $ ls -1F /usr/local/guile_2.0.14/include/guile/2.0/ libguile/ libguile.h readline.h $ ls -1F /usr/local/guile_2.0.14/lib/ guile/ libguile-2.0.a libguile-2.0.la* libguile-2.0.so@ libguile-2.0.so.22@ libguile-2.0.so.22.8.1* libguile-2.0.so.22.8.1-gdb.scm libguilereadline-v-18.a libguilereadline-v-18.la* libguilereadline-v-18.so@ libguilereadline-v-18.so.18@ libguilereadline-v-18.so.18.0.0* pkgconfig/ Use locate to find e.g. libguile-2.0.so. /// On a second note, I'm having problems getting latest gschem working correctly, and is currently using lepton-schematic and old gschem (v1.9.2). So unless you want to hunt down bugs, I suggest you do the same. Regards, /Karl Hammar