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 11:59:30 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "Chris Smith (space DOT dandy AT icloud 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: <9736B62A-0B4D-4CE3-A38B-027198DCA93F@icloud.com> Message-ID: References: <305C8358-7EE6-43FD-8D86-21BE3CE07FC6 AT wellesley DOT edu> <9736B62A-0B4D-4CE3-A38B-027198DCA93F 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, Chris Smith (space DOT dandy AT icloud DOT com) [via geda-user AT delorie DOT com] wrote: > >> On 28 Jul 2016, at 08:10, gedau AT igor2 DOT repo DOT hu wrote: >> >> On Tue, 26 Jul 2016, James Battat (jbattat AT wellesley DOT edu) [via geda-user AT delorie DOT com] wrote: >> >>> I can add one point of view here. When I was a brand-new user (started >>> using gEDA in 2014 ? I still consider myself a ?quite new" user), I found the >>> following frustrating when trying out gEDA: >>> >>> * Difficulty to install on my machine (Mac) (e.g. here and here) >>> Eventually, but reluctantly, I gave up and settled on running gschem/pcb >>> in a linux virtual machine. >>> Once I chose to switch though, the linux install was painless. >> >> To keep the list updated on this... >> >> Thanks to James and his detailed bug reports and his patience to test the fixes from iteration to iteration, this starts to be getting better in pcb-rnd land. >> >> By now pcb-rnd should configure and compile out of the box on Mac. There are probably still some run-time bugs, but I have high hopes about getting pcb-rnd operational on Mac this summer. > > > 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. Regards, Igor2