-
Hm, I feel I've lost a lot of my former TeX skills; this works with texlive-2007-30:
diff --git a/doc/refcard.tex b/doc/refcard.tex
index 9c13f83..dfdf9ff 100644
--- a/doc/refcard.tex
+++ b/doc/refcard.tex
@@ -25,12 +25,8 @@
% Thomas.Nau@rz.uni-ulm.de
-\documentstyle[11pt]{article}
-
-%------------------------------------------------------------------
-% redefine page size to...
2009-11-02 15:52:31 UTC in Printed Circuit Board Layout Tool
-
For fixing the sources, I would suggest adding AC_PROG_MKDIR_P to configure.ac
and ${MKDIR_P} the_needed_dir in src/Makefile.am where Ahmed put mkdir -p $$(dirname $@);
I don't know whether it is Ok to rely on dirname.
Cheers,
Ineiev.
2009-10-31 20:55:26 UTC in Printed Circuit Board Layout Tool
-
The offending option is --disable-dependency-tracking. thank you for a good catch.
2009-10-31 20:22:09 UTC in Printed Circuit Board Layout Tool
-
Hi,
I was just greatly terrified with line #user: root
I'm sure that this will be fixed in the next snapshot (and there are rumours that it will come tomorrow).
As I said, I checked the recent sources and they don't reproduce the bug.
Regards,
Ineiev.
2009-10-31 20:19:32 UTC in Printed Circuit Board Layout Tool
-
I can't reproduce this with current GIT PCB, probably, this was fixed some time ago. can you check this?
As a side note: the layout seems to be very old (Feb 2005), and the PCB version is pcb-1.99j. what version do you use? also, I'd suggested never work as a root (I hope, though, the advice is outdated).
Best regards.
2009-10-31 16:57:20 UTC in Printed Circuit Board Layout Tool
-
Strange. I'm typically build PCB this way and have quite different issues.
I'm used to
WISH=`which true` ../src/configure --disable-doc --disable-toporouter --disable-update-desktop-database --disable-update-mime-database&&make
I use a GNU make; this typically works since at least pcb-20081128.
Can you elaborate, please (what version of PCB, how you configure the sources, what is host OS)?.
2009-10-31 16:42:05 UTC in Printed Circuit Board Layout Tool
-
hi,
I've just rebased the patchset against current GIT master, refactored it a little bit, added Lesstif handles to enter increment preferences and pushed it here:
http://repo.or.cz/w/geda-pcb/dti.git?a=shortlog;h=refs/heads/alexwarrior-increments
Thanks,
Ineiev.
2009-10-15 16:30:52 UTC in Printed Circuit Board Layout Tool
-
I'm just working on a patchset which will make it possible to assign distinct design rules to every layer, not to every net; however, if you route the net in a dedicated layer, it will be the same (note that I'm speaking about PCB layers which are united in groups to produce single copper layer per group). if you are interested, I can push my work in progress into my GIT repository. currently...
2009-10-15 16:27:20 UTC in Printed Circuit Board Layout Tool
-
updated; fixed mask drawing.
2009-10-13 17:56:20 UTC in Printed Circuit Board Layout Tool
-
Fixed in commit 980e2ae41c76dfd08e554850aca99105354c97be. please check and close the SF artifacts.
2009-09-21 10:21:30 UTC in Printed Circuit Board Layout Tool