Index: Makefile.in =================================================================== --- Makefile.in (revision 25088) +++ Makefile.in (revision 25089) @@ -55,7 +55,7 @@ print [@ FP_OBJS = @/local/pcb/OBJS@ ../../src/plug_footprint.o -CONF_OBJS = ../../src/vtlibrary.o ../../src/compat_fs.o ../../src/paths.o ../../src/conf.o ../../src/conf_core.o ../../src/hid_cfg.o ../../src/misc_util.o ../../src/unit.o ../../src/conf_internal.o ../../src/list_conf.o ../../src/conf_hid.o ../../src/pcb-printf.o ../../src/compat_misc.o ../../src/safe_fs.o +CONF_OBJS = ../../src/vtlibrary.o ../../src/compat_fs.o ../../src/paths.o ../../src/conf.o ../../src/conf_core.o ../../src/hid_cfg.o ../../src/hidlib_conf.o ../../src/misc_util.o ../../src/unit.o ../../src/conf_internal.o ../../src/list_conf.o ../../src/conf_hid.o ../../src/pcb-printf.o ../../src/compat_misc.o ../../src/safe_fs.o FP_LDFLAGS = @/local/pcb/LDFLAGS@ FP_CFLAGS = @/local/pcb/CFLAGS@ OBJS = \ Index: gsch2pcb.c =================================================================== --- gsch2pcb.c (revision 25088) +++ gsch2pcb.c (revision 25089) @@ -36,6 +36,7 @@ #include "../src/plug_footprint.h" #include "../src/conf.h" #include "../src/conf_core.h" +#include "../src/hidlib_conf.h" #include "../src_3rd/qparse/qparse.h" #include "../config.h" #include "../src/error.h" @@ -383,6 +384,7 @@ conf_init(); conf_core_init(); conf_core_postproc(); /* to get all the paths initialized */ + pcb_hidlib_conf_init(); gadl_list_init(&schematics, sizeof(char *), NULL, NULL); gadl_list_init(&extra_gnetlist_arg_list, sizeof(char *), NULL, NULL);