-
This got fixed in the latest snapshot release (20091103)
2009-11-11 05:56:45 UTC in Printed Circuit Board Layout Tool
-
The same issue still exists in the latest (20091103) snapshot of pcb.
2009-11-11 04:47:41 UTC in Printed Circuit Board Layout Tool
-
Hello,
In version 20081128, the PDF version reference sheet doc/refcard.pdf is not generated properly, part of sheet is eaten up. Probably you need to set some option for landscape or so.
2009-11-01 10:51:08 UTC in Printed Circuit Board Layout Tool
-
Tried --enable-dependency-tracking, and it worked without the patch ! Thanks a lot...
2009-10-31 20:39:00 UTC in Printed Circuit Board Layout Tool
-
* PCB version is 20081128
* Host OS is Debian linux
* I configure as follows (note the the current directory is the toplevel source directory "pcb-20081128"):
$ mkdir build_gtk && cd build_gtk && ../configure --prefix=/usr \
--includedir=/usr/include \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc \
--localstatedir=/var \...
2009-10-31 19:47:44 UTC in Printed Circuit Board Layout Tool
-
Hello,
I am using pcb 20081128.
I do not work as root.
This file was indeed created using an old version of pcb, so I just tried the following now:
1. I opened breaks.pcb with pcb 20081128, then I saved the pcb file, now the header of the pcb files is as follows:
# release: pcb 20081128
# date: Sat Oct 31 21:29:13 2009
# user: ant1 (,,,)
# host: ants
# To read pcb files, the...
2009-10-31 19:34:34 UTC in Printed Circuit Board Layout Tool
-
Hello,
Using the attached layout (breaks.pcb), enter "select" mode and move the cursor over the QFP at the bottom of the screen with the rat-lines joining it to the main board. Press the delete key, the QFP will get deleted, now if you attempt to undo this delete operation, pcb will crash. I will also attach the crash log.
2009-10-30 12:15:03 UTC in Printed Circuit Board Layout Tool
-
The data/pcb.desktop file has a deprcated field "Encoding". Refer to http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html for details.
Also the categories for this desktop entry do not contain any Main Categories, only Additional Categories. Additional Categories should only be used on conjunction with one or more Main Categories. Refer to...
2009-10-30 04:24:55 UTC in Printed Circuit Board Layout Tool
-
There's the following manpage error in doc/pcb.1:
40: warning: macro `The' not defined
Manpage errors can be checked as follows:
LANG=C MANWIDTH=80 man --warnings -l manpage-file >/dev/null.
2009-10-30 04:19:12 UTC in Printed Circuit Board Layout Tool
-
When I try to build pcb in a folder other than source folder, it fails.
The error is because of targets like:
path/to/something_list.h:
true > $@
true command fails because "path/to/" path does not exist in the directory where I am running the build.
The attached patch fixes this issue (It fixes it in Makefile.in, you probably want to modify it to fix Makefile.am instead)
2009-10-30 04:11:28 UTC in Printed Circuit Board Layout Tool