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=kS+QZfljZJmih8z65SUnW+25P2b7zbcRX7ZhRNUx/9k=; | |
b=ppp55jK2DfXWhYAIpATJ072B/ovhAkiWqzs5/ZQFhLQtgRioHdUP1AzUFFg2ZPxsaB | |
+t6HpqAsQUIF7LGu/l7cvJGRnyzA59B6qzAANxEFh3OyB/9kwP4i709Ts3z0yum469Jp | |
p+U+M7O6QxcHhunzhn/vabKYbHODl5N5rLaGsArr1gb0fBjMSJsLFY/mRqCtfnpA8XAM | |
8kBcBqy5psUYv/97sTekGSs9lrWDPudVbpga4U1NsBRlpG9j04pyJHZVtb/lTuh0WgfF | |
Lx5UzGZIz5CmzQXH0vQMYNyWHSmvAOmk0QhvugHQ2O1+ETm7PhDUrHsu3JyE9e7fQm7N | |
GjXA== | |
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=kS+QZfljZJmih8z65SUnW+25P2b7zbcRX7ZhRNUx/9k=; | |
b=pEQZlT7CswtxWufZAvXx+HZNLzaBRUoxbrT1aGWX7GZTpBhZTp8Zbdii+bSOZU6MKV | |
7zQaPd26Xqv/ab14vqiWiKZNnXoCmOh59aF4oF4DH+NMkAQiFmGe3Pcn3+6Uw/toPkgO | |
yLGjK1TTCOK+mZdLs4RZBS2K4kdZgrUKX4CEb9DXb2Qcty3J9UUZDsF93cZJ69XM88LL | |
hUiat1qWZunRxF69AbeyVdJHFO13jQlC2/rCjqERed1CLmVZbYy1BEzPY+ytvbXcJKZ+ | |
NFaKblbfrO99/35Sca0M0H2KQiKGsko+xwUqgx1sw4l3jrh1BtMds5pKFomLik2iLAZL | |
YKog== | |
X-Gm-Message-State: | APjAAAUkB6E/z38XMeksxdyUhR/vtb5q+PxPnDwN5zZDSgFsOYriiEAw |
suZWZDIhqEoTIdePkNyoOeV4QOQ7VAuQGBCC0wAbba8k | |
X-Google-Smtp-Source: | APXvYqwx0kiluqb9ZGHpxVGcnmp/M8DrqwzOyiJqeklQCU8O3PGz4b0Xu/FJkmyWPDu2zVc+gYlofZehQ3Aruje5PoQ= |
X-Received: | by 2002:a05:6602:2289:: with SMTP id d9mr32634403iod.47.1563299345981; |
Tue, 16 Jul 2019 10:49:05 -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> <CALb_U=4JNrds4nkMnXKcDFpr=4en7SgeCiNf-oy4MvgHG=EquQ AT mail DOT gmail DOT com> | |
In-Reply-To: | <CALb_U=4JNrds4nkMnXKcDFpr=4en7SgeCiNf-oy4MvgHG=EquQ@mail.gmail.com> |
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 12:48:54 -0500 |
Message-ID: | <CALb_U=4cHf4fz004RmLB0b5goFoFL0_zrq27KNUiU9sH5HEo2Q@mail.gmail.com> |
Subject: | [geda-user] Re: pcb bug on Mac |
To: | geda-user AT delorie DOT com |
Reply-To: | geda-user AT delorie DOT com |
--00000000000031ea4d058dcffe8d Content-Type: text/plain; charset="UTF-8" I got it to populate the view by configuring without opengl: ./configure --disable-gl On Tue, Jul 16, 2019 at 11:36 AM Craig Niederberger <craignied AT gmail DOT com> wrote: > 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 :) > --00000000000031ea4d058dcffe8d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_default" style=3D"fon= t-family:georgia,serif;font-size:small">I got it to populate the view by co= nfiguring without opengl:</div><div class=3D"gmail_default" style=3D"font-f= amily:georgia,serif;font-size:small"><br></div><div class=3D"gmail_default"= style=3D"font-family:georgia,serif;font-size:small">./configure --disable-= gl<br></div><br></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class= =3D"gmail_attr">On Tue, Jul 16, 2019 at 11:36 AM Craig Niederberger <<a = href=3D"mailto:craignied AT gmail DOT com">craignied AT gmail DOT com</a>> wrote:<br><= /div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;bo= rder-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><di= v style=3D"font-family:georgia,serif;font-size:small">I successfully compil= ed, did make & make install pcb 4.20 on Mac OSX 10.14 Mojave using Home= brew. This is what I did:</div><div style=3D"font-family:georgia,serif;font= -size:small"><br></div><div style=3D"font-family:georgia,serif;font-size:sm= all">brew cask install mactex<br>brew install autoconf automake gettext int= ltool libtool dbus gd gtkglext shared-mime-info desktop-file-utils libffi<b= r>brew link --force gettext<br></div><div style=3D"font-family:georgia,seri= f;font-size:small">export LC_CTYPE=3DC<br>export LANG=3DC<br>export LDFLAGS= =3D"-L/usr/local/opt/libffi/lib"<br>export PKG_CONFIG_PATH=3D&quo= t;/usr/local/opt/libffi/lib/pkgconfig"<br>./configure<br>make<br>sudo = make install<br></div><div style=3D"font-family:georgia,serif;font-size:sma= ll"><br></div><div style=3D"font-family:georgia,serif;font-size:small">I= 9;m getting an unpopulated window with the following error in the console:<= /div><div style=3D"font-family:georgia,serif;font-size:small"><br></div><di= v style=3D"font-family:georgia,serif;font-size:small">*** WARNING: Method u= serSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It sho= uld not be used in new applications. Use convertRectToBacking: instead.<br>= dbus[17064]: Dynamic session lookup supported but failed: launchd did not p= rovide a socket path, verify that org.freedesktop.dbus-session.plist is loa= ded!<br>pcb_dbus: DBus connection Error (Not enough memory)<br></div><div s= tyle=3D"font-family:georgia,serif;font-size:small"><br></div><div style=3D"= font-family:georgia,serif;font-size:small">Ideas? Thanks in advance :)</div= ></div> </blockquote></div></div> --00000000000031ea4d058dcffe8d--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |