www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/09/11/08:32:53

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=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=edsKYMLx2bxuDDaRvDp2IRvxPNmPvwlVb6CKQTghjFI=;
b=pQwKZCy/K8IP217cH/wCP3pkRAslRhz1D3DI0J56YQPo/3F08143Q22fdAzZxdigUn
oi2euZPdQtSAn62OSFD1mVEKCXJ/ZYnUtN1fEgDF9e8gw55YR2Go7+4fHV1kzN1z0GvL
vVRTCRwU2VlQq644jkyX9p27mlhxaZX4wvgGwZyBFhswFOIIYpMaC9xr5zY69Z1IE1t6
HwzCGo4V2wcdt5/ub1Vjig0JF0AoB+T/s1gEjfClugand5vq2i+XBDr6r+P/86GyMS+5
u+KHuWuWWW+LVNfMfwu+pSe8pShy7aeHCoSCv0zLoujtl682LaJg50z8HyzOXfvoCqRb
hEDw==
MIME-Version: 1.0
X-Received: by 10.60.36.202 with SMTP id s10mr38763103oej.0.1441974744457;
Fri, 11 Sep 2015 05:32:24 -0700 (PDT)
In-Reply-To: <55F2BFBD.7010606@envinsci.co.uk>
References: <55F000F5 DOT 4090901 AT envinsci DOT co DOT uk>
<55F04C94 DOT 4060401 AT jump-ing DOT de>
<mspv5b$6dr$1 AT ger DOT gmane DOT org>
<CAC4O8c_kGSiUWqcEtpjT44f2OavB2Z+=n0EQMN7ZWaQ1EZEiEw AT mail DOT gmail DOT com>
<CAOFvGD6penfWAsnm7YN8R3nT9Qzgk9JZ4LDhGYQTQ92vv8xoGA AT mail DOT gmail DOT com>
<55F2BFBD DOT 7010606 AT envinsci DOT co DOT uk>
Date: Fri, 11 Sep 2015 08:32:24 -0400
Message-ID: <CAOFvGD48Qk3+dvJPiq_oNT2FWnadJiw1ioSdY9GtxCHex72L=g@mail.gmail.com>
Subject: Re: [geda-user] pcb's crosshair only half-locating violations
From: "Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie 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

--089e013a14ea6b2855051f77e81b
Content-Type: text/plain; charset=UTF-8

Matt,

Don't worry! Your not wasting our time. The truth is that many of us here
are somewhat blind to the defects present in the software packaged in the
repositories. We don't produce "release" versions very often so most of us
have had to get in the habit of compiling from source.

If you'd like to try out the latest and greatest version of PCB you should
do the following: (also there is a building from source guide here:
http://git.geda-project.org/pcb/plain/README.git)

[1] make an empty directory (optional) and open a terminal there.

[1] sudo apt-get install build-essential git

-> you need these packages on your system to build and download the source
code

[2] sudo apt-get build-dep pcb

-> this will automatically install most of the developmental (*-dev)
packages needed to build PCB on your system

[3] git clone git://git.geda-project.org/pcb.git

-> This fetches the latest and greatest source code and puts it in a folder
named "pcb" in the current directory.

[4] Go to that directory in your terminal and run the following commands in
order:
[5] ./autogen.sh
[6] ./configure --disable-nls --disable-doc
[7] make

and if there were no error you can then type

[8] ./src/pcbtest.sh

to run PCB.


Credit goes to Markus as the source of these build instructions. I simply
annotated them.


On Fri, Sep 11, 2015 at 7:49 AM, Matt Rhys-Roberts (
matt DOT rhys-roberts AT envinsci DOT co DOT uk) [via geda-user AT delorie DOT com] <
geda-user AT delorie DOT com> wrote:

> On 10/09/15 19:23, Jason White (whitewaterssoftwareinfo AT gmail DOT com) [via
> geda-user AT delorie DOT com] wrote:
>
>> I have observed this bug with the standard Ubuntu PCB.
>>
>> It is very annoying that it does not take the cursor all the way to the
>> error. The git head does not display this issue.
>>
>
> Thanks, this is exactly what happens for me. The crosshair clamps to the
> top of the board, and only its vertical line indicates where some fault may
> be. Nothing gets highlighted either. Happens regardless of zoom level. I've
> just tested this out on a trivial example where two vias are overlapping.
>
> I realise I'm using an old build, as supplied by the usual Ubuntu
> repository; just haven't had time to learn how to compile the more recent
> builds yet. Hope I'm not wasting the support community's time, but there
> will be a few other gEDA users sticking to the repository version I bet.
>
> Cheers,
> Matt
>



-- 
Jason White

--089e013a14ea6b2855051f77e81b
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div><div><div>Matt,<br><br></div>Don&#39;t worr=
y! Your not wasting our time. The truth is that many of us here are somewha=
t blind to the defects present in the software packaged in the repositories=
. We don&#39;t produce &quot;release&quot; versions very often so most of u=
s have had to get in the habit of compiling from source.<br><br></div>If yo=
u&#39;d like to try out the latest and greatest version of PCB you should d=
o the following: (also there is a building from source guide here: <a href=
=3D"http://git.geda-project.org/pcb/plain/README.git">http://git.geda-proje=
ct.org/pcb/plain/README.git</a>)<br><br></div><div>[1] make an empty direct=
ory (optional) and open a terminal there.<br></div><div><br></div>[1] sudo =
apt-get install build-essential git<br><br></div><div>-&gt; you need these =
packages on your system to build and download the source code<br></div><div=
><br></div>[2] sudo apt-get build-dep pcb<br><br></div>-&gt; this will auto=
matically install most of the developmental (*-dev) packages needed to buil=
d PCB on your system<br><div><div><div><div><br></div><div>[3] git clone gi=
t://<a href=3D"http://git.geda-project.org/pcb.git">git.geda-project.org/pc=
b.git</a><br><br></div><div>-&gt; This fetches the latest and greatest sour=
ce code and puts it in a folder named &quot;pcb&quot; in the current direct=
ory. <br></div><div><br></div><div>[4] Go to that directory in your termina=
l and run the following commands in order:<br>[5] ./autogen.sh<br>[6] ./con=
figure --disable-nls --disable-doc<br>[7] make<br><br></div><div>and if the=
re were no error you can then type<br><br>[8] ./src/pcbtest.sh</div><div><b=
r></div><div>to run PCB.<br><br><br></div><div>Credit goes to Markus as the=
 source of these build instructions. I simply annotated them.<br><br></div>=
</div></div></div></div><div class=3D"gmail_extra"><br><div class=3D"gmail_=
quote">On Fri, Sep 11, 2015 at 7:49 AM, Matt Rhys-Roberts (<a href=3D"mailt=
o:matt DOT rhys-roberts AT envinsci DOT co DOT uk">matt DOT rhys-roberts AT envinsci DOT co DOT uk</a>) [=
via <a href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>] <sp=
an dir=3D"ltr">&lt;<a href=3D"mailto:geda-user AT delorie DOT com" target=3D"_blan=
k">geda-user AT delorie DOT com</a>&gt;</span> wrote:<br><blockquote class=3D"gmai=
l_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left=
:1ex"><span class=3D"">On 10/09/15 19:23, Jason White (<a href=3D"mailto:wh=
itewaterssoftwareinfo AT gmail DOT com" target=3D"_blank">whitewaterssoftwareinfo@=
gmail.com</a>) [via <a href=3D"mailto:geda-user AT delorie DOT com" target=3D"_bla=
nk">geda-user AT delorie DOT com</a>] wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
I have observed this bug with the standard Ubuntu PCB.<br>
<br>
It is very annoying that it does not take the cursor all the way to the err=
or. The git head does not display this issue.<br>
</blockquote>
<br></span>
Thanks, this is exactly what happens for me. The crosshair clamps to the to=
p of the board, and only its vertical line indicates where some fault may b=
e. Nothing gets highlighted either. Happens regardless of zoom level. I&#39=
;ve just tested this out on a trivial example where two vias are overlappin=
g.<br>
<br>
I realise I&#39;m using an old build, as supplied by the usual Ubuntu repos=
itory; just haven&#39;t had time to learn how to compile the more recent bu=
ilds yet. Hope I&#39;m not wasting the support community&#39;s time, but th=
ere will be a few other gEDA users sticking to the repository version I bet=
.<br>
<br>
Cheers,<br>
Matt<br>
</blockquote></div><br><br clear=3D"all"><br>-- <br><div class=3D"gmail_sig=
nature">Jason White</div>
</div>

--089e013a14ea6b2855051f77e81b--

- Raw text -


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