x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -DTESTING "-I../lib" "-I../lib" -DNDEBUG -fre cord-gcc-switches -g -pipe -O2 -Wall -march=amdfam10 -mtune=amdfam10 -Wno-comment -c -o libunittest_a-init.o `test -f 'init.c' || echo './'`init.c ... init.c: In function 'cleanup': init.c:2008:14: error: 'struct options' has no member named 'hsts_file'; did you mean 'body_file'? xfree (opt.hsts_file); ^ utils.h:55:39: note: in definition of macro 'xfree' #define xfree(p) do { free ((void *) (p)); p = NULL; } while (0) ^ init.c:2008:14: error: 'struct options' has no member named 'hsts_file'; did you mean 'body_file'? xfree (opt.hsts_file); ^ utils.h:55:44: note: in definition of macro 'xfree' #define xfree(p) do { free ((void *) (p)); p = NULL; } while (0) ^ ... make[3]: *** [Makefile:1977: libunittest_a-init.o] Error 1 make[3]: *** Waiting for unfinished jobs....