X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20150714113014.4928.qmail@stuge.se> Date: Tue, 14 Jul 2015 13:30:13 +0200 From: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] geda-gaf on FreeBSD and probably other architectures Mail-Followup-To: geda-user AT delorie DOT com References: <20150714103959 DOT GA17565 AT localhost DOT localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 gedau AT igor2 DOT repo DOT hu wrote: > In your specific case, a similar trick could work. A C fewliners around > strftime() would be small, simple and reliable. Strftime is C89 for most > features (don't use timezones and you'll be fine). The C code could compile > with $(CC) directly into an executable in one step, without any extra > configuration. Windows is very different, in many ways. Also, cross-compilation support is a lot of fun to implement in a configuration system. Fairly mature and popular alternatives such as cmake still do not come close to autotools+pkg-config. //Peter