X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Thu, 28 Jul 2016 20:07:51 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: Why we just lost some users? -> Re: [geda-user] Stay or go? (Mac) In-Reply-To: Message-ID: References: <305C8358-7EE6-43FD-8D86-21BE3CE07FC6 AT wellesley DOT edu> <9736B62A-0B4D-4CE3-A38B-027198DCA93F AT icloud DOT com> <2AF8F550-1AE6-43D1-80E3-F2F1B3C4C079 AT icloud DOT com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) 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 On Thu, 28 Jul 2016, Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > On Thu, Jul 28, 2016 at 6:45 AM, Chris Smith (space DOT dandy AT icloud DOT com) > [via geda-user AT delorie DOT com] wrote: >> >> On 28 Jul 2016, at 10:59, gedau AT igor2 DOT repo DOT hu wrote: >> >> On Thu, 28 Jul 2016, Chris Smith (space DOT dandy AT icloud DOT com) [via >> geda-user AT delorie DOT com] wrote: >> >> >> What are the dependencies for pcb-rnd on OS X? I?d be happy to give it a >> go. >> >> >> I am not sure about OS X, but can talk in general. >> >> You'll need: >> >> - an svn client >> >> - the usual set of shell utils (POSIX shell, awk, sed, grep - should work >> with non-GNU, if breaks, please report; this will change long term, only a >> shell will be needed) >> >> - a C compielr (not necessarily gcc; e.g. clang should work) >> >> - make (in theory it doesn't need to be GNU make; if you are using non-GNU >> and it breaks, that's a bug, please report) >> >> - if you want the gtk hid: libgtk and glib >> >> - and/or if you want the lesstif hid, the lesstif lib >> >> As of today, you don't have to have bison and flex and gettext is optional >> too (pcb-rnd has no working translations atm). >> >> Please report if anything breaks or you think something is strange. >> >> >> Ok, I?ve just tried a basic configuration and I?m getting a configure error: >> >> ./configure --prefix=/usr/local --disable-hid_gtk --disable-hid_lesstif >> --disable-gd --disable-gpmi > > To be fair I am pretty sure you can't build it with out using gtk or > lesstif. It is one or the other not nether. That's not true - you should be able to build it without GUI. The only HID option will be "batch", and it should work perfectly. In theory you can even build it without any HID, but then nothing else but --help would work (never tested that setup, tho). You can even run gpmi scripts from the batch HID. This setup may even be useful in some cases: on servers converting/generating stuff, e.g. behind a CGI.