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: References: <20200107175451 DOT GA3868 AT flip2 DOT engr DOT oregonstate DOT edu> <20200109052734 DOT C320681A6061 AT turkos DOT aspodata DOT se> Comments: In-reply-to "Roger Traylor (traylor AT engr DOT orst DOT edu) [via geda-help AT delorie DOT com]" message dated "Fri, 10 Jan 2020 10:34:32 -0800." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20200111045332.AC2CC81A6061@turkos.aspodata.se> Date: Sat, 11 Jan 2020 05:53:32 +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: > Thanks for the hint. Tried it but to no avail. It seems from config.log that it is > still attempting to use guile-2.2. Baffled. Does it look like: configure:16856: checking for guile-2.2 >= 2.0.10 configure:16921: result: yes configure:17012: checking for guile configure:17040: result: /usr/local/guile_2.0.14/bin/guile configure:17061: checking for guile-snarf configure:17089: result: /usr/local/guile_2.0.14/bin/guile-snarf If so, the first line is probably not bad, configure just runs two tests, and later in the file it shows that it is using v2.0.14. /// 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 ./configure ... /// The cflags/libs I got from $ pkg-config --libs /usr/local/guile_2.0.14/lib/pkgconfig/guile-2.0.pc -L/usr/local/guile_2.0.14/lib -lguile-2.0 -latomic_ops -lgc $ pkg-config --cflags /usr/local/guile_2.0.14/lib/pkgconfig/guile-2.0.pc -pthread -I/usr/local/guile_2.0.14/include/guile/2.0 Regards, /Karl Hammar