delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
X-Original-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=gmail.com; s=20161025; | |
h=mime-version:references:in-reply-to:from:date:message-id:subject:to; | |
bh=uB6DWGjSAXuGLggRr6yqySL06h3PDM6IbaNew3bmUUY=; | |
b=fMkE9SmhoYgTclJqWpTFxcoChtXEVpsTJVsY8esTbOJ/f3IlvltuCNEVESUW0pk5Qk | |
t84GiVa0WHpD7HNbl9kEJ6PozNxQQn4szgCOi2LCxjgZY2hS7M+EkROKfS9OqSY3D6WE | |
9acYkDduhQPOouXmRR/wUsj6o755EBnwgyX2ub99JUW8EyM09+VbbAIcie0pBu8zSzM+ | |
Ict5QYPEGE7kmseU1VanLS7bWTU3XtrFBDGaqCl3JjoT/9wByC4tteq7uCB+rSL9tujM | |
Tg9vFJgRDQDH0ahTmoTkDbWQffBm+TwaPcK/l1KbexGs51lzghglKBaK+1VGfuqyJJgT | |
DVfw== | |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=1e100.net; s=20161025; | |
h=x-gm-message-state:mime-version:references:in-reply-to:from:date | |
:message-id:subject:to; | |
bh=uB6DWGjSAXuGLggRr6yqySL06h3PDM6IbaNew3bmUUY=; | |
b=msoJQtiWEl2Ko9sd/oWPDuqt8v1vxqboacIzwNn3t8YjvFYWIkWnJp0kWFFckhQxwL | |
aKfxwRrVKeyjWrrOkad7CZTdBhNtkmtF9EJDya1wOQ4HrN1uP7nExzURZ4DIfTSaIUvX | |
xWPPpRSeTZ/J1YxU4qqKPNVi31Em8qkIXzwWSzUph3bMoFKzwzJ+kH6TzGCdp2CQRTFZ | |
2whvnTZULehyY6vHMbWmy3XrSfwqoxa77LW8mtckrzPl8oBixLmljZajQH/1Xh+OcH3v | |
UA5cVfyEnDTfpHANRSHeei3xRHYXkpZ2Uz2PBn5xgn4DdjCKXkPr3ZeQFgUqLwB7D7HW | |
7fIg== | |
X-Gm-Message-State: | APjAAAUnTfi5nVhietbqdpc47k9ZHyX9jlUzs0+YExGRZYqfhbT4+GN7 |
EMqJBQY1576E5iMeHCCZHVF5CMPIesm3qlqt53EmIjZv | |
X-Google-Smtp-Source: | APXvYqy1VNem3KSGVfPEJJJhzn/+cKtp0p4pHXEMzmStvAU4UTY6JiB1z8wOZVMkCCi4aiO3nFxpkG6qp92vFyXjgXw= |
X-Received: | by 2002:a6b:ea0f:: with SMTP id m15mr33193319ioc.300.1563294980373; |
Tue, 16 Jul 2019 09:36:20 -0700 (PDT) | |
MIME-Version: | 1.0 |
References: | <CALb_U=7gWXtJtEGp6FmVd9Qz5GhyvSRsY_0YM5xqd1HJYmqnsA AT mail DOT gmail DOT com> |
<20190715153907 DOT 34c5ba01 AT demon> <CALb_U=4HtS4DGMqqnZswAA_9wZyxZ57ijP=N5EeBUDTY6V9XtQ AT mail DOT gmail DOT com> | |
<939c5bf9242d8ede0bda44d308f1bfe9 AT iae DOT nl> | |
In-Reply-To: | <939c5bf9242d8ede0bda44d308f1bfe9@iae.nl> |
From: | "Craig Niederberger (craignied AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
Date: | Tue, 16 Jul 2019 11:36:03 -0500 |
Message-ID: | <CALb_U=4JNrds4nkMnXKcDFpr=4en7SgeCiNf-oy4MvgHG=EquQ@mail.gmail.com> |
Subject: | [geda-user] pcb bug on Mac |
To: | geda-user AT delorie DOT com |
Reply-To: | geda-user AT delorie DOT com |
--000000000000fbfecc058dcef9dc Content-Type: text/plain; charset="UTF-8" I successfully compiled, did make & make install pcb 4.20 on Mac OSX 10.14 Mojave using Homebrew. This is what I did: brew cask install mactex brew install autoconf automake gettext intltool libtool dbus gd gtkglext shared-mime-info desktop-file-utils libffi brew link --force gettext export LC_CTYPE=C export LANG=C export LDFLAGS="-L/usr/local/opt/libffi/lib" export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" ./configure make sudo make install I'm getting an unpopulated window with the following error in the console: *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead. dbus[17064]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! pcb_dbus: DBus connection Error (Not enough memory) Ideas? Thanks in advance :) --000000000000fbfecc058dcef9dc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-family:georgia,= serif;font-size:small">I successfully compiled, did make & make install= pcb 4.20 on Mac OSX 10.14 Mojave using Homebrew. This is what I did:</div>= <div class=3D"gmail_default" style=3D"font-family:georgia,serif;font-size:s= mall"><br></div><div class=3D"gmail_default" style=3D"font-family:georgia,s= erif;font-size:small">brew cask install mactex<br>brew install autoconf aut= omake gettext intltool libtool dbus gd gtkglext shared-mime-info desktop-fi= le-utils libffi<br>brew link --force gettext<br></div><div class=3D"gmail_d= efault" style=3D"font-family:georgia,serif;font-size:small">export LC_CTYPE= =3DC<br>export LANG=3DC<br>export LDFLAGS=3D"-L/usr/local/opt/libffi/l= ib"<br>export PKG_CONFIG_PATH=3D"/usr/local/opt/libffi/lib/pkgcon= fig"<br>./configure<br>make<br>sudo make install<br></div><div class= =3D"gmail_default" style=3D"font-family:georgia,serif;font-size:small"><br>= </div><div class=3D"gmail_default" style=3D"font-family:georgia,serif;font-= size:small">I'm getting an unpopulated window with the following error = in the console:</div><div class=3D"gmail_default" style=3D"font-family:geor= gia,serif;font-size:small"><br></div><div class=3D"gmail_default" style=3D"= font-family:georgia,serif;font-size:small">*** WARNING: Method userSpaceSca= leFactor in class NSView is deprecated on 10.7 and later. It should not be = used in new applications. Use convertRectToBacking: instead.<br>dbus[17064]= : Dynamic session lookup supported but failed: launchd did not provide a so= cket path, verify that org.freedesktop.dbus-session.plist is loaded!<br>pcb= _dbus: DBus connection Error (Not enough memory)<br></div><div class=3D"gma= il_default" style=3D"font-family:georgia,serif;font-size:small"><br></div><= div class=3D"gmail_default" style=3D"font-family:georgia,serif;font-size:sm= all">Ideas? Thanks in advance :)</div></div> --000000000000fbfecc058dcef9dc--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |