fatal error: gtk/gtk.h: No such file or directory
Working on Platypus and I'm getting:
$ make VERBOSE=yes
/usr/bin/cmake -H/home/astronouth7303/code/platypus -B/home/astronouth7303/code/platypus/install --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/astronouth7303/code/platypus/install/CMakeFiles /home/astronouth7303/code/platypus/install/CMakeFiles/progress.marks
/bin/make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/astronouth7303/code/platypus/install'
/bin/make -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/depend
make[2]: Entering directory '/home/astronouth7303/code/platypus/install'
cd /home/astronouth7303/code/platypus/install && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/astronouth7303/code/platypus /home/astronouth7303/code/platypus/po /home/astronouth7303/code/platypus/install /home/astronouth7303/code/platypus/install/po /home/astronouth7303/code/platypus/install/po/CMakeFiles/i18n.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/astronouth7303/code/platypus/install'
/bin/make -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/build
make[2]: Entering directory '/home/astronouth7303/code/platypus/install'
make[2]: Nothing to be done for 'po/CMakeFiles/i18n.dir/build'.
make[2]: Leaving directory '/home/astronouth7303/code/platypus/install'
[ 0%] Built target i18n
/bin/make -f src/CMakeFiles/platypus.dir/build.make src/CMakeFiles/platypus.dir/depend
make[2]: Entering directory '/home/astronouth7303/code/platypus/install'
cd /home/astronouth7303/code/platypus/install && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/astronouth7303/code/platypus /home/astronouth7303/code/platypus/src /home/astronouth7303/code/platypus/install /home/astronouth7303/code/platypus/install/src /home/astronouth7303/code/platypus/install/src/CMakeFiles/platypus.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/astronouth7303/code/platypus/install'
/bin/make -f src/CMakeFiles/platypus.dir/build.make src/CMakeFiles/platypus.dir/build
make[2]: Entering directory '/home/astronouth7303/code/platypus/install'
[ 12%] Building C object src/CMakeFiles/platypus.dir/ForegroundProcessDialog.c.o
cd /home/astronouth7303/code/platypus/install/src && /bin/cc -DGETTEXT_PACKAGE=\"platypus\" -I/home/astronouth7303/code/platypus/install/src -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o CMakeFiles/platypus.dir/ForegroundProcessDialog.c.o -c /home/astronouth7303/code/platypus/install/src/ForegroundProcessDialog.c
/home/astronouth7303/code/platypus/install/src/ForegroundProcessDialog.c:8:21: fatal error: gtk/gtk.h: No such file or directory
#include <gtk/gtk.h>
^
compilation terminated.
make[2]: *** [src/CMakeFiles/platypus.dir/build.make:115: src/CMakeFiles/platypus.dir/ForegroundProcessDialog.c.o] Error 1
make[2]: Leaving directory '/home/astronouth7303/code/platypus/install'
make[1]: *** [CMakeFiles/Makefile2:174: src/CMakeFiles/platypus.dir/all] Error 2
make[1]: Leaving directory '/home/astronouth7303/code/platypus/install'
make: *** [Makefile:139: all] Error 2
Autovala version is 0.99.39.