GNOME Bugzilla – Bug 764758
vulkan didn't build out of tree due to vkconfig.h
Last modified: 2016-05-05 13:58:52 UTC
seems vkconfig.h generated in out-of-tree ext/vulkan folder but compiler only include in-tree ext/vulkan folder libtool: compile: ccache gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../../ext/vulkan/xcb -I../../.. -I../../../../gst-libs -I../../../../ext/vulkan -I../../../gst-libs -pthread -I/opt/gstreamer-1.8-gcc/include/gstreamer-1.0 -I/opt/gstreamer-1.8-gcc/lib/gstreamer-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/opt/gstreamer-1.8-gcc/include/gstreamer-1.0 -I/opt/gstreamer-1.8-gcc/lib/gstreamer-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -pthread -I/opt/gstreamer-1.8-gcc/include/gstreamer-1.0 -I/opt/gstreamer-1.8-gcc/lib/gstreamer-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -DGST_USE_UNSTABLE_API -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -g -O2 -MT libgstvulkan_xcb_la-vkdisplay_xcb.lo -MD -MP -MF .deps/libgstvulkan_xcb_la-vkdisplay_xcb.Tpo -c ../../../../ext/vulkan/xcb/vkdisplay_xcb.c -fPIC -DPIC -o .libs/libgstvulkan_xcb_la-vkdisplay_xcb.o In file included from ../../../../ext/vulkan/vk.h:26:0, from ../../../../ext/vulkan/xcb/vkdisplay_xcb.h:28, from ../../../../ext/vulkan/xcb/vkdisplay_xcb.c:25: ../../../../ext/vulkan/vkapi.h:26:22: fatal error: vkconfig.h: No such file or directory
commit 4810c7de70e7bb0053d43484ba0b67614e578ba0 Author: Matthew Waters <matthew@centricular.com> Date: Thu May 5 23:53:05 2016 +1000 vulkan/build: add the build directory to the list of includes Fixes out of tree builds from tarballs. https://bugzilla.gnome.org/show_bug.cgi?id=764758 and 1.8 2bc968261c593b1cb9d2b85c7d421245d27a0d1a