delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2013/05/27/12:43:23

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=MXfKpJojboni8bObXMXg5xmWRxpx34lnFQHa/BP65gg=;
b=m+HAeedYP9+QH9nWPnyZFjgblhq1jugboZ2lmvajztxmk2auquCcoh1sE1WAQ6yeLt
baiOSCufpobv+qWxI+mwk8BngiMuGSRjTkcJI6Uaa3Zs9AcuAi2r531M06dzvUiJxGnG
MQwgE/rfyUvsNpNYfgo9RaupL+sCfnK0UUs5gnCw3aKVb2K4FlQe4Rzu+ZLI6j8I9N8g
qDDj+M9PpXhZEQZavYi47wOZEAYInURW5/Un6ABPD6sURYf7hGazvOMhxU1/H3m4rLnu
QPD9VUbGGS0V6+V7bUdN5r5bAzHZPUK0Dxk90CHLY4FE4ThZRDLYj+RXtAt7Mk4+LqNx
5e6Q==
MIME-Version: 1.0
X-Received: by 10.182.118.226 with SMTP id kp2mr18314445obb.48.1369672903219;
Mon, 27 May 2013 09:41:43 -0700 (PDT)
In-Reply-To: <51A38256.9090508@neurotica.com>
References: <51A214D8 DOT 6000505 AT neurotica DOT com>
<51A23DA2 DOT 10908 AT jump-ing DOT de>
<51A2455E DOT 1060301 AT jump-ing DOT de>
<CAG4ve9+zTvRgpQATuARWLyJoxkYj3x82vmc31+OxE76M92uUDA AT mail DOT gmail DOT com>
<51A38256 DOT 9090508 AT neurotica DOT com>
Date: Mon, 27 May 2013 20:41:43 +0400
Message-ID: <CAG4ve9+vNy06fhVRDS-DvxXGJCUpBGAkbrQ6aXBqCyguC1qv2A@mail.gmail.com>
Subject: Re: [geda-user] PCB from git repository
From: =?KOI8-R?B?4czFy9PFyiDowdLYy8/X08vJyg==?= <svetonomer AT gmail DOT com>
To: geda-user AT delorie DOT com
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

--089e0116170edb300704ddb5d2da
Content-Type: multipart/alternative; boundary=089e0116170edb300304ddb5d2d8

--089e0116170edb300304ddb5d2d8
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable

If  you using gcc-4.7.4 and later apply configure.am.patch :)
If you want for success build disable doc build:

enable_doc=3Dno ./configure --param...


2013/5/27 Dave McGuire <mcguire AT neurotica DOT com>

> On 05/27/2013 09:58 AM, =E1=CC=C5=CB=D3=C5=CA =E8=C1=D2=D8=CB=CF=D7=D3=CB=
=C9=CA wrote:
> > for pcb try:
> > git clone git://git.geda-project.org/pcb.git
> > <http://git.geda-project.org/pcb.git> pcb
> >
> > for geda-gaf:
> > git clone git://git.geda-project.org/geda-gaf.git
> > <http://git.geda-project.org/geda-gaf.git> geda-gaf
>
>   Running now.  Thanks!
>
>             -Dave
>
> --
> Dave McGuire, AK4HZ
> New Kensington, PA
>
>

--089e0116170edb300304ddb5d2d8
Content-Type: text/html; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>If=9A you using gcc-4.7.4 and later apply configure.a=
m.patch :)<br></div>If you want for success build disable doc build:<br><br=
>enable_doc=3Dno ./configure --param...<br></div><div class=3D"gmail_extra"=
><br>
<br><div class=3D"gmail_quote">2013/5/27 Dave McGuire <span dir=3D"ltr">&lt=
;<a href=3D"mailto:mcguire AT neurotica DOT com" target=3D"_blank">mcguire AT neuroti=
ca.com</a>&gt;</span><br><blockquote class=3D"gmail_quote" style=3D"margin:=
0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=3D"im">On 05/27/2013 09:58 AM, =E1=CC=C5=CB=D3=C5=CA =E8=C1=D2=
=D8=CB=CF=D7=D3=CB=C9=CA wrote:<br>
&gt; for pcb try:<br>
&gt; git clone git://<a href=3D"http://git.geda-project.org/pcb.git" target=
=3D"_blank">git.geda-project.org/pcb.git</a><br>
</div>&gt; &lt;<a href=3D"http://git.geda-project.org/pcb.git" target=3D"_b=
lank">http://git.geda-project.org/pcb.git</a>&gt; pcb<br>
<div class=3D"im">&gt;<br>
&gt; for geda-gaf:<br>
&gt; git clone git://<a href=3D"http://git.geda-project.org/geda-gaf.git" t=
arget=3D"_blank">git.geda-project.org/geda-gaf.git</a><br>
</div>&gt; &lt;<a href=3D"http://git.geda-project.org/geda-gaf.git" target=
=3D"_blank">http://git.geda-project.org/geda-gaf.git</a>&gt; geda-gaf<br>
<br>
=9A Running now. =9AThanks!<br>
<div class=3D"HOEnZb"><div class=3D"h5"><br>
=9A =9A =9A =9A =9A =9A -Dave<br>
<br>
--<br>
Dave McGuire, AK4HZ<br>
New Kensington, PA<br>
<br>
</div></div></blockquote></div><br></div>

--089e0116170edb300304ddb5d2d8--
--089e0116170edb300704ddb5d2da
Content-Type: application/octet-stream; name="configure.ac.patch"
Content-Disposition: attachment; filename="configure.ac.patch"
Content-Transfer-Encoding: base64
X-Attachment-Id: f_hh7vz0nk0

ZGlmZiAtdXIgc3JjL3BjYi9jb25maWd1cmUuYWMgc3JjL3BjYi1idWlsZC9jb25maWd1cmUuYWMK
LS0tIHNyYy9wY2ItYnVpbGQvY29uZmlndXJlLmFjCTIwMTMtMDQtMjMgMTg6Mjc6NDUuMDAwMDAw
MDAwICswNDAwCkBAIC01LDcgKzUsNyBAQAogQUNfUFJFUkVRKFsyLjYwXSkKIEFNX0lOSVRfQVVU
T01BS0UoWzEuOV0pCiBBQ19HTlVfU09VUkNFCi1BTV9DT05GSUdfSEVBREVSKFtjb25maWcuaF0p
CitBQ19DT05GSUdfSEVBREVSUyhbY29uZmlnLmhdKQogCiAjIyMjIyMjIyMjIyMjIyMjIyMjIyMj
IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIwogIwo=
--089e0116170edb300704ddb5d2da--

- Raw text -


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