> This notice is inside gschem2pcb: > #include(/usr/X11R6/lib/X11/pcb/m4/connector.inc) > # . . . > > So, you need to add your directories there also.
The fact that these 60 or so PCB libraries are not already in common.m4 makes me think there is some reason I should not be using them? PCB found them? I added these to common.m4: include(../newlib/generic_SMD_packages/0805_reflow_solder) include(../newlib/generic_SMD_packages/0805_wave_solder) include(../newlib/generic_SMD_packages/1206_reflow_solder) include(../newlib/generic_SMD_packages/SOT-23_Transistor) Still get the same error for gschem2pcb about missing 0805_wave_solder footprint, from gschem2pcb. include(/usr/local/share/pcb/newlib/generic_SMD_packages/0805_wave_solder) Did not work either. I find this in the end of common.m4: sinclude(site-config.inc) sinclude(user-config.inc) sinclude(proj-config.inc) Any way to make use of them so I don't have to muck around with common.m4 as root?
