X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Thu, 3 Oct 2019 20:23:13 +0200 (CEST) From: Roland Lutz To: geda-user AT delorie DOT com Subject: Re: [geda-user] gschem bugs In-Reply-To: <20191003172933.233c9605@swips.iqo.uni-hannover.de> Message-ID: References: <87r24531yj DOT fsf AT gag DOT com> <20191003172933 DOT 233c9605 AT swips DOT iqo DOT uni-hannover DOT de> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323329-775496864-1570126993=:1572" 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 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-775496864-1570126993=:1572 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Thu, 3 Oct 2019, Kai-Martin Knaak wrote: > Just pulled and compiled the latest git master. > On the first try make failed because of missing gc.h . […] > After I installed the package libgc-dev the compile went successfully > through. I'm confused. gEDA/gaf doesn't use libgc or include "gc.h" directly; the dependency is introduced via Guile. If you installed Guile headers via your distribution's package management, the appropriate libgc headers should have been automatically installed, as well. Have you installed Guile manually without installing the libgc headers? --8323329-775496864-1570126993=:1572--