$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf:
configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf:
configure.ac: tracing
autoreconf:
configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy
--force-missing
autoreconf: Leaving directory `.'
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of
Makefiles... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
$ make
make all-recursive
make[1]: Entering directory '/home/blake/Backup/aplwrap.git'
Making all in src
make[2]: Entering directory '/home/blake/Backup/aplwrap.git/src'
./buildinfo > build.h-new
diff build.h build.h-new 2>/dev/null || mv build.h-new
build.h
rm -f build.h-new
make all-am
make[3]: Entering directory '/home/blake/Backup/aplwrap.git/src'
gcc -DHAVE_CONFIG_H -I. -I..
-DMANUALS_PATH=\"/usr/local/share/doc/aplwrap\" -std=c99 -Wall
-Werror -pthread -I/usr/include/gtk-3.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/
-I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/harfbuzz -I/usr/include/pango-1.0
-I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/libpng16 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/home/blake/Backup/apl/src -g -O2 -MT aplwrap-aplwrap.o -MD
-MP -MF .deps/aplwrap-aplwrap.Tpo -c -o aplwrap-aplwrap.o `test
-f 'aplwrap.c' || echo './'`aplwrap.c
In file included from aplwrap.c:11:0:
Avec.h:32:10: fatal error: Avec.def: No such file or directory
#include <Avec.def>
^~~~~~~~~~
compilation terminated.
Makefile:396: recipe for target 'aplwrap-aplwrap.o' failed
make[3]: *** [aplwrap-aplwrap.o] Error 1
make[3]: Leaving directory '/home/blake/Backup/aplwrap.git/src'
Makefile:281: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/blake/Backup/aplwrap.git/src'
Makefile:434: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/blake/Backup/aplwrap.git'
Makefile:333: recipe for target 'all' failed
make: *** [all] Error 2