X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-07-28_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=57 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1607280112 From: "Chris Smith (space DOT dandy AT icloud DOT com) [via geda-user AT delorie DOT com]" Content-type: multipart/alternative; boundary="Apple-Mail=_6F2BA6CB-81B5-4E29-91DD-A5F436EB5E88" Message-id: <2AF8F550-1AE6-43D1-80E3-F2F1B3C4C079@icloud.com> MIME-version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Why we just lost some users? -> Re: [geda-user] Stay or go? (Mac) Date: Thu, 28 Jul 2016 11:45:03 +0100 References: <305C8358-7EE6-43FD-8D86-21BE3CE07FC6 AT wellesley DOT edu> <9736B62A-0B4D-4CE3-A38B-027198DCA93F AT icloud DOT com> To: geda-user AT delorie DOT com In-reply-to: X-Mailer: Apple Mail (2.3124) X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=4d515a; t=1469702706; bh=TLPHORlUPJNVwI+drQh5UGXm5MLaZdap5Iji6zDJCSg=; h=From:Content-type:Message-id:MIME-version:Subject:Date:To; b=g0TZVpoMbIVa32j6oyiolKF7+HeHWaf3NeStifx6IDQgchYjbojkNw3bx4kbLGGCq bCaRTNX8giHmVv6reopMPOoQeXidlV4thc+xwSk/3JZxLwdlSPK8U7qKgRcs0cKgEK RAZeNeePtZ0fLVPxDoWSEsDiosb+e8ilknRe2GiFBLYTrWr5oBcn1Ge9iHd42ju7uc y+Cz3UkgJNH/SAjay4O3SDGTizKfXDzjRFpU6Pmixtoj+VHv5uBLtaNvsY/aUGnvm9 Ra9ur4DRxOG/ndWaxb6JrgfmEalQSp4AkYEWwSegLaGJz/cPdMFu/zrop4N+Fm9//i snkszVlxGsswQ== 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 --Apple-Mail=_6F2BA6CB-81B5-4E29-91DD-A5F436EB5E88 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On 28 Jul 2016, at 10:59, gedau AT igor2 DOT repo DOT hu wrote: >=20 > On Thu, 28 Jul 2016, Chris Smith (space DOT dandy AT icloud DOT com = ) [via geda-user AT delorie DOT com = ] wrote: >=20 >>=20 >> What are the dependencies for pcb-rnd on OS X? I?d be happy to give = it a go. >=20 > I am not sure about OS X, but can talk in general. >=20 > You'll need: >=20 > - an svn client >=20 > - 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) >=20 > - a C compielr (not necessarily gcc; e.g. clang should work) >=20 > - 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) >=20 > - if you want the gtk hid: libgtk and glib >=20 > - and/or if you want the lesstif hid, the lesstif lib >=20 > As of today, you don't have to have bison and flex and gettext is = optional too (pcb-rnd has no working translations atm). >=20 > Please report if anything breaks or you think something is strange. Ok, I=E2=80=99ve just tried a basic configuration and I=E2=80=99m = getting a configure error: ./configure --prefix=3D/usr/local --disable-hid_gtk = --disable-hid_lesstif --disable-gd --disable-gpmi [snip output which looks sensible] Checking for glib... not found: pkg-config --cflags failed.WARNING: = Since GLIB is not found, disabling the puller... [snip more output which looks sensible] Checking for flex... Found. Checking for bison... Found. Generating Makefile.conf (0) Runtime error at Makefile.in 1:1: variable 'libs/sul/glib/cflags' does = not exist Generating gts/Makefile (-1) Runtime error at Makefile.in 170:1: variable = '/target/libs/sul/glib/cflags' does not exist Generating pcb/Makefile (-1) Generating pcb/buildin (-1) Generating util/gsch2pcb-rnd/Makefile (-1) Generating config.auto.h (-1) Error generating some of the files Regards, Chris =E2=80=94 Chris Smith --Apple-Mail=_6F2BA6CB-81B5-4E29-91DD-A5F436EB5E88 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
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=E2=80=99ve just tried a basic = configuration and I=E2=80=99m getting a configure error:

./configure = --prefix=3D/usr/local --disable-hid_gtk --disable-hid_lesstif = --disable-gd --disable-gpmi

[snip output which looks sensible]

Checking for glib... not found: = pkg-config --cflags failed.WARNING: Since GLIB is not found, disabling = the puller...

[snip more = output which looks sensible]

Checking for flex... = Found.
Checking for bison... Found.
Generating Makefile.conf (0)
Runtime = error at Makefile.in 1:1: variable 'libs/sul/glib/cflags' does not = exist
Generating gts/Makefile (-1)
Runtime error at Makefile.in 170:1: variable = '/target/libs/sul/glib/cflags' does not exist
Generating pcb/Makefile (-1)
Generating = pcb/buildin  (-1)
Generating = util/gsch2pcb-rnd/Makefile (-1)
Generating = config.auto.h (-1)
Error generating some of the = files

Regards,
Chris
=E2=80=94
Chris Smith <space DOT dandy AT icloud DOT com>


= --Apple-Mail=_6F2BA6CB-81B5-4E29-91DD-A5F436EB5E88--