[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gEDA-dev: Making a windows binary available



On Wed, 2008-11-26 at 22:16 +0200, Duncan Drennan wrote:
> Some issues with gschem,
> 
> 1) When clicking on an object to select you have to click on a
> line/text item to select it, not just within its boundaries. e.g. if
> you click on a blank area within a box type symbol it will not select
> it.

That's not just the Windows build, it is a new behaviour in 1.5.x. We'll
probably look at adding a fallback to allowing such clicks to select the
object you're inside of, most specifically, for text and symbols.
Whether boxes / circles / paths get that treatment is uncertain.

> 2) Printing from the command line seems to produce some issues. I use
> this line in a Makefile
> 
> gschem -q -o ONEPAGE.ps -s$(HOME)/geda/share/gEDA/scheme/print.scm $$S;
> 
> but I couldn't figure out a way to make the -s option point to the
> correct place. I then copied the print.scm file into the directory and
> tried with -s print.scm. This worked, but produced a faulty .ps file.
> Opening gschem and printing to a file created a correctly functioning
> .ps file.

Ok, $HOME might not be set on some windows boxes, try using the actual
absolute path. IIRC %HOMEDRIVE%%HOMEPATH% gives the right path on my
WinXP box.


> 
> _______________________________________________
> geda-dev mailing list
> geda-dev@moria.seul.org
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
-- 
Peter Clifton

Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA

Tel: +44 (0)7729 980173 - (No signal in the lab!)



_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev