Mail Archives: geda-user/2011/09/23/10:11:58
Le dimanche 18 septembre 2011 à 19:28 -0400, DJ Delorie a écrit :
> PCB 20110918 has been Released! Many thanks to everyone who put
> effort into this release, from the huge new feature sets to the
> tiniest doc fixes, every little bit helps! This release saw about
> three times the number of commits over the previous two releases, and
> many first-time contributors.
>
> http://pcb.gpleda.org/
> https://sourceforge.net/projects/pcb/files/
Hi all,
looks like there is a problem with french localization and decimal
separator when saving or loading a PCB file. Once saved files cannot be
opened again:
~$ /usr/local/bin/pcb-lesstif Bureau/test1.pcb
ERROR parsing file 'Bureau/test1.pcb'
line: 8
description: 'syntax error, unexpected $undefined, expecting
FLOATING or INTEGER'
Line 8 is Grid[1000,0 0 0 0]
Replacing 1000,0 with 1000.0 makes PCB happy until the next file save.
As far as I can see, this problem seem's to affect only this line.
All the best,
Joël
# release: pcb-lesstif 20110918
# To read pcb files, the pcb version (or the git source date) must be >=
the file version
FileVersion[20070407]
PCB["" 600000 500000]
Grid[1000,0 0 0 0]
Cursor[447000 0 0.000000]
PolyArea[3100.006200]
Thermal[0.500000]
DRC[1000 1000 1000 1000 1500 1000]
Flags("nameonpcb,uniquename,clearnew,snappin")
Groups("1,c:2:3:4:5:6,s:7:8")
Styles["Signal,1000,3600,2000,1000:Power,2502,6000,3500,1000:Fat,4002,6000,3500,1000:Skinny,600,2402,1183,600"]
- Raw text -