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> <55F2BFBD DOT 7010606 AT envinsci DOT co DOT uk> Date: Fri, 11 Sep 2015 08:32:24 -0400 Message-ID: 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]" To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e013a14ea6b2855051f77e81b 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 Precedence: bulk --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
Matt,

Don'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't produce "release" versions very often so most of u= s have had to get in the habit of compiling from source.

If yo= u'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: http://git.geda-proje= ct.org/pcb/plain/README.git)

[1] make an empty direct= ory (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 auto= matically install most of the developmental (*-dev) packages needed to buil= d PCB on your system

[3] git clone gi= t://git.geda-project.org/pc= b.git

-> This fetches the latest and greatest sour= ce code and puts it in a folder named "pcb" in the current direct= ory.

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

and if the= re 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@= gmail.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 err= or. The git head does not display this issue.

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'= ;ve just tested this out on a trivial example where two vias are overlappin= g.

I realise I'm using an old build, as supplied by the usual Ubuntu repos= itory; just haven't had time to learn how to compile the more recent bu= ilds yet. Hope I'm not wasting the support community's time, but th= ere will be a few other gEDA users sticking to the repository version I bet= .

Cheers,
Matt



--
Jason White
--089e013a14ea6b2855051f77e81b--