> PCB-HID has been looking pretty good so I decided to upgrade my existing
> pcb installation.  I did the usual configure, make, make install. 

I'm pretty sure the "install" part is buggy; it hasn't been tested
with HID at all.

Look for lines like these in your src/Makefile:

prefix = /envy/dj/geda/pcb-hid
PCBLIBDIR = ${prefix}/share/pcb

Or, use "strace -f -o /tmp/foo ./pcb-bin" and then grep for
ListLibrary in /tmp/foo

PCB has some code to avoid this, but if it's insufficient I'd like to
know how.

> Does PCB-HID work outside of the build directory?

Not yet.  I just work right in my build directory.  I need to have it
build-in a copy of pcb-menu.res, and/or use .Xdefaults to find a copy.
At the moment it always looks in ".".

Reply via email to