X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 11 Nov 2019 14:58:27 +0100 (CET) From: Roland Lutz To: "gene glick (geneglick AT optonline DOT net) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] Trouble building gschem 1.10.0 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 Hi Gene, thank you for reporting this! You are correct, gEDA/gaf 1.10.0 is the latest version. The errors you encountered were oversights in the build system; the C99 option needs to be passed to the compiler, and gEDA/gaf requires GLib 2.41.1 or later. You are probably the first user building the latest version of gEDA/gaf on Slackware, so these issues weren't discovered before. You should be able to mitigate this by adding "-std=c99" to your CFLAGS and upgrading your GLib version to 2.41.1 (released on Jun 24, 2014) or later. I also fixed the check in configure.ac so gEDA/gaf now warns at configuration time if it detects an outdated GLib. Does this allow you to build gEDA/gaf successfully? Roland