Re: gEDA-user: Zoom bug on Windows

2011-09-17 Thread Kai-Martin Knaak
DJ Delorie wrote: It sounds like 'bash' needs to be selected as the program to run That would be tricky, as we don't install bash. Maybe, win-bash is an option: http://sourceforge.net/projects/win-bash/ ---)kaimartin(--- -- Kai-Martin Knaak, Email: k...@familieknaak.de

gEDA-user: Zoom bug on Windows

2011-09-16 Thread Peter Clifton
I have an idea what might be the root cause of the zoom bug... I will take bets that all the locales where this was reported - Dutch, Finish, German - use , as a decimal separator rather than .. The action we execute on zoom is Zoom(+1.2) or Zoom(-1.2) which would not work if those numbers were

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread Hannu Vuolasaho
From: pc...@cam.ac.uk To: geda-...@seul.org; geda-u...@geda.seul.org Date: Fri, 16 Sep 2011 15:08:01 +0100 Subject: gEDA-user: Zoom bug on Windows I have an idea what might be the root cause of the zoom bug... I will take bets that all the locales

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread Kai-Martin Knaak
Peter Clifton wrote: I will take bets that all the locales where this was reported - Dutch, Finish, German - use , as a decimal separator rather than .. Bingo! Looks like the world is split in half on this: http://en.wikipedia.org/wiki/File:DecimalSeparator.svg --)kaimartin(--- -- Kai-Martin

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread DJ Delorie
I will take bets that all the locales where this was reported - Dutch, Finish, German - use , as a decimal separator rather than .. Try this snapshot: ftp://ftp.delorie.com/pub/geda-windows/snapshots/pcb-20110916.exe 9,243,114 bytes I switched from strdot() to g_ascii_strtod() to parse

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread Bert Timmerman
Hi Peter, -Original Message- From: geda-user-boun...@moria.seul.org [mailto:geda-user-boun...@moria.seul.org] On Behalf Of Peter Clifton Sent: Friday, September 16, 2011 4:08 PM To: geda-dev; geda-user Subject: gEDA-user: Zoom bug on Windows I have an idea what might

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread DJ Delorie
Nope, pcb-20110916.exe is still not zooming with z/Z or the pull down menu. My bad, the script built a new snapshot but failed to download it because the local cache already had a file by that name. I'm rebuilding... ___ geda-user mailing list

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread DJ Delorie
Another try (url changed to make sure you don't get a stale copy): ftp://ftp.delorie.com/pub/geda-windows/snapshots/pcb-20110916-2.exe ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread Kai-Martin Knaak
DJ Delorie wrote: Another try (url changed to make sure you don't get a stale copy): ftp://ftp.delorie.com/pub/geda-windows/snapshots/pcb-20110916-2.exe Sucess! This binary is able to zoom on my virtualboxed winXP. (I still have to find a way to get rid of the ListLibraryContents.sh

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread DJ Delorie
(I still have to find a way to get rid of the ListLibraryContents.sh problem) Should we just accept the fact that Windows won't have script-generated footprints, and #ifdef it out? I did fix the newlib generator to produce the right footprint names from the m4 library, see if pcblib-newlib/ is

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread Bert Timmerman
Hi all, -Original Message- From: geda-user-boun...@moria.seul.org [mailto:geda-user-boun...@moria.seul.org] On Behalf Of Kai-Martin Knaak Sent: Friday, September 16, 2011 9:53 PM To: geda-u...@seul.org Subject: Re: gEDA-user: Zoom bug on Windows DJ Delorie wrote: Another

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread Colin D Bennett
On Fri, 16 Sep 2011 21:23:50 +0200 Kai-Martin Knaak kn...@iqo.uni-hannover.de wrote: DJ Delorie wrote: Try this snapshot: ftp://ftp.delorie.com/pub/geda-windows/snapshots/pcb-20110916.exe I tried in a virtual box with winXP. Now, I better understand Bobs problem. On the first call

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread Kai-Martin Knaak
DJ Delorie wrote: (I still have to find a way to get rid of the ListLibraryContents.sh problem) Should we just accept the fact that Windows won't have script-generated footprints, and #ifdef it out? So the correct answer to the dialog in winXP would have been a binary of a m4 compiler?

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread DJ Delorie
It sounds like 'bash' needs to be selected as the program to run That would be tricky, as we don't install bash. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Zoom bug on Windows

2011-09-16 Thread DJ Delorie
Should we just accept the fact that Windows won't have script-generated footprints, and #ifdef it out? So the correct answer to the dialog in winXP would have been a binary of a m4 compiler? No, because the contents script requires bash, not m4. But you can't *generate* the footprints