www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2019/07/16/14:52:12

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=aBgzOeCjjo0+F3ZTaGOJHgjY57TWr5xFJx8EpGtAFUs=;
b=DU/rPYHbuULFtxgAVOXX3a/fN91fvWddWNfGsdJ61Z5kVu1Y8Qf5F6BIc2WULiKfxP
KXGwqC5Nw7eiwMky9yEkchEKzZz6/S0aGzZQRHdjBkXUA5OmZyxsj+ubSA58df2tywYX
5kFuR1x6cpKNdtoZYjDKrBhjnjsjkcZ9tGm+hw3Y/fODxHKF3wxxZCcOofkldIp6mEOA
wh15WUQC5pE5vD7CMPPrLOVXHKO6JWmpy2zm78jdPgV/Jf6OOmtT2TQhjYGCMMJ6ljw+
E9ovpeE9HOrCK2/m+FZnfm0QYUjeFN2m+OwEWR2/rQOXTAXR8txz/7iwVbejkTDfZS1E
vXQQ==
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=aBgzOeCjjo0+F3ZTaGOJHgjY57TWr5xFJx8EpGtAFUs=;
b=qUp8jGLU0MjSR388U+uZsR+A9jlHvzNWTBd5ljbvueP/F6EO2E8dLsLlCJXxC2qJgl
aS/Xn3ruU/mrYRsnTadlOY0iR93Aemkhcnz3rOJcTcAO8tBdm3myrdmzrAzbGW+EaHV3
JSA4qF8yDIEnf0RnIU+o5UyKcAcs9PSf2zeyHhzWEZ4Lq+iUbhNbVhJIhk7LL/PX4csg
lUYI9pOyPblURyTJmyZ2ZdiOW3Eo8XldWxKIHRsywoaxV84Z8F8QmpGRkdlqc+vILAnZ
32W/P917qD1ZsEDuyqoDkEL/w35JechLG5RZ6subZ676O2x5WVyJUEPtiZ3QusyMugtM
xaQw==
X-Gm-Message-State: APjAAAV4SomVv76nLdM+Km2WfT1m2L5eT41rucMQv4eIV3L43wIXnSXz
hXB1+Vt704jqaB4XZG/jDe/vy5nUPdFF9gQGNVSyrX6V
X-Google-Smtp-Source: APXvYqzIt/dnbxQNybciWQg+ii6uH0fVJPjIL1uh4fTPUr5qQ4sCbuO5sIWO7nfpxa3fiOof9JHEO9YTLD8cAzEEvmo=
X-Received: by 2002:a17:90a:1d8:: with SMTP id 24mr39104778pjd.70.1563301942997;
Tue, 16 Jul 2019 11:32:22 -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: "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Date: Tue, 16 Jul 2019 14:32:12 -0400
Message-ID: <CAJZxidB5moSDyfhURBQc9sDA9Vi_+BJwyTGa3qKvSDcpu3bMeA@mail.gmail.com>
Subject: Re: [geda-user] pcb bug on Mac
To: geda-user AT delorie DOT com
Reply-To: geda-user AT delorie DOT com

--000000000000fd38b3058dd0988f
Content-Type: text/plain; charset="UTF-8"

Hi Craig-

I've been maintaining the MacPorts build system, but I haven't had the
bandwidth to maintain the Homebrew system in parallel.

The dbus interface isn't currently very useful, so, we disable it by
default in MacPorts. Here is an excerpt from the Portfile that shows the
default dependencies and configure options. I would recommend that you try
building with these.

depends_build       port:intltool \
                    port:pkgconfig
depends_run         bin:wish:tk
depends_lib         port:gd2 \
                    port:gtk2 \
                    port:gtkglext \
                    port:libGLU \
                    port:mesa

configure.args      --mandir=${prefix}/share/man \
                    --infodir=${prefix}/share/info \
                    --disable-update-desktop-database \
                    --disable-dbus \
                    --disable-update-mime-database

If you decide that you would like the GL features, I can help you try to
get that working.

--Chad

On Tue, Jul 16, 2019 at 1:14 PM Craig Niederberger (craignied AT gmail DOT com)
[via geda-user AT delorie DOT com] <geda-user AT delorie 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 :)
>

--000000000000fd38b3058dd0988f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi Craig-</div><div><br></div><div>I&#39;ve been main=
taining the MacPorts build system, but I haven&#39;t had the bandwidth to m=
aintain the Homebrew system in parallel.</div><div><br></div><div>The dbus =
interface isn&#39;t currently very useful, so, we disable it by default in =
MacPorts. Here is an excerpt from the Portfile that shows the default depen=
dencies and configure options. I would recommend that you try building with=
 these.<br></div><div><br></div><div>depends_build =C2=A0 =C2=A0 =C2=A0 por=
t:intltool \<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 port:pkgconfig<br>depends_run =C2=A0 =C2=A0 =C2=A0 =C2=A0 bin:wi=
sh:tk<br>depends_lib =C2=A0 =C2=A0 =C2=A0 =C2=A0 port:gd2 \<br>=C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 port:gtk2 \<br>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 port:=
gtkglext \<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 port:libGLU \<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 port:mesa<br><br>configure.args =C2=A0 =C2=A0 =C2=
=A0--mandir=3D${prefix}/share/man \<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 --infodir=3D${prefix}/share/info \<br>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 --dis=
able-update-desktop-database \<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 --disable-dbus \<br>=C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 --disable-update-mime-databas=
e</div><div><br></div><div>If you decide that you would like the GL feature=
s, I can help you try to get that working.</div><div><br></div><div>--Chad<=
br></div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gma=
il_attr">On Tue, Jul 16, 2019 at 1:14 PM Craig Niederberger (<a href=3D"mai=
lto:craignied AT gmail DOT com">craignied AT gmail DOT com</a>) [via <a href=3D"mailto:ge=
da-user AT delorie DOT com">geda-user AT delorie DOT com</a>] &lt;<a href=3D"mailto:geda-=
user AT delorie DOT com">geda-user AT delorie DOT com</a>&gt; wrote:<br></div><blockquote=
 class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px so=
lid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div class=3D"gmail=
_default" style=3D"font-family:georgia,serif;font-size:small">I successfull=
y compiled, did make &amp; make install pcb 4.20 on Mac OSX 10.14 Mojave us=
ing Homebrew. This is what I did:</div><div class=3D"gmail_default" style=
=3D"font-family:georgia,serif;font-size:small"><br></div><div class=3D"gmai=
l_default" style=3D"font-family:georgia,serif;font-size:small">brew cask in=
stall mactex<br>brew install autoconf automake gettext intltool libtool dbu=
s gd gtkglext shared-mime-info desktop-file-utils libffi<br>brew link --for=
ce gettext<br></div><div class=3D"gmail_default" style=3D"font-family:georg=
ia,serif;font-size:small">export LC_CTYPE=3DC<br>export LANG=3DC<br>export =
LDFLAGS=3D&quot;-L/usr/local/opt/libffi/lib&quot;<br>export PKG_CONFIG_PATH=
=3D&quot;/usr/local/opt/libffi/lib/pkgconfig&quot;<br>./configure<br>make<b=
r>sudo make install<br></div><div class=3D"gmail_default" style=3D"font-fam=
ily:georgia,serif;font-size:small"><br></div><div class=3D"gmail_default" s=
tyle=3D"font-family:georgia,serif;font-size:small">I&#39;m getting an unpop=
ulated window with the following error in the console:</div><div class=3D"g=
mail_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">*** WARNING: Method userSpaceScaleFactor in class NSView is deprecat=
ed on 10.7 and later. It should not be used in new applications. Use conver=
tRectToBacking: instead.<br>dbus[17064]: Dynamic session lookup supported b=
ut failed: launchd did not provide a socket path, verify that org.freedeskt=
op.dbus-session.plist is loaded!<br>pcb_dbus: DBus connection Error (Not en=
ough memory)<br></div><div class=3D"gmail_default" style=3D"font-family:geo=
rgia,serif;font-size:small"><br></div><div class=3D"gmail_default" style=3D=
"font-family:georgia,serif;font-size:small">Ideas? Thanks in advance :)</di=
v></div>
</blockquote></div>

--000000000000fd38b3058dd0988f--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019