https://bugs.freedesktop.org/show_bug.cgi?id=109822
Samuel Pitoiset <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEEDINFO
--- Comment #4 from Samuel Pitoiset <[email protected]> ---
Your thing doesn't build, also are you sure it's correct?
$ make
make -C lib
make -C 0000tri
make -C 0001uniform-buffer-object
make -C 0002lighting
make -C 0003index-buffer
make -C 0004cube
make -C 0005texture
make -C 0006multi-model
make -C 0007shared-ubo
make -C 0008multi-material
make -C 0009modify-instances-count
make -C 0010tasks-during-render
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/lib'
g++ -I../include -c -o cimgui/cimgui/cimgui.o cimgui/cimgui/cimgui.cpp
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0000tri'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0000tri'
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0004cube'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0004cube'
make[1]: Entering directory
'/home/hakzsam/wip/cheako-vulkan/0001uniform-buffer-object'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory
'/home/hakzsam/wip/cheako-vulkan/0001uniform-buffer-object'
make: *** [Makefile:9: 0000tri] Error 2
make: *** Waiting for unfinished jobs....
make: *** [Makefile:9: 0004cube] Error 2
g++ -I../include -c -o cimgui/cimgui/fontAtlas.o cimgui/cimgui/fontAtlas.cpp
make: *** [Makefile:9: 0001uniform-buffer-object] Error 2
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0002lighting'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0002lighting'
g++ -I../include -c -o cimgui/cimgui/drawList.o cimgui/cimgui/drawList.cpp
make: *** [Makefile:9: 0002lighting] Error 2
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0003index-buffer'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0003index-buffer'
g++ -I../include -c -o cimgui/cimgui/listClipper.o
cimgui/cimgui/listClipper.cpp
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0005texture'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0005texture'
make: *** [Makefile:9: 0003index-buffer] Error 2
g++ -I../include -c -o cimgui/imgui/imgui.o cimgui/imgui/imgui.cpp
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0006multi-model'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0006multi-model'
make: *** [Makefile:9: 0005texture] Error 2
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0007shared-ubo'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0007shared-ubo'
g++ -I../include -c -o cimgui/imgui/imgui_draw.o cimgui/imgui/imgui_draw.cpp
make: *** [Makefile:9: 0006multi-model] Error 2
make[1]: Entering directory
'/home/hakzsam/wip/cheako-vulkan/0008multi-material'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0008multi-material'
make: *** [Makefile:9: 0007shared-ubo] Error 2
g++ -I../include -c -o cimgui/imgui/imgui_demo.o cimgui/imgui/imgui_demo.cpp
make[1]: Entering directory
'/home/hakzsam/wip/cheako-vulkan/0009modify-instances-count'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory
'/home/hakzsam/wip/cheako-vulkan/0009modify-instances-count'
make: *** [Makefile:9: 0008multi-material] Error 2
g++ -Icimgui/imgui -I../include -c -o
cimgui/imgui/examples/vulkan_example/imgui_impl_glfw_vulkan.o
cimgui/imgui/examples/vulkan_example/imgui_impl_glfw_vulkan.cpp
make: *** [Makefile:9: 0009modify-instances-count] Error 2
make[1]: *** No rule to make target 'imguicolortextedit/Makefile', needed by
'imguicolortextedit/libtexteditor.a'. Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: Entering directory
'/home/hakzsam/wip/cheako-vulkan/0010tasks-during-render'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory
'/home/hakzsam/wip/cheako-vulkan/0010tasks-during-render'
make: *** [Makefile:9: 0010tasks-during-render] Error 2
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/lib'
make: *** [Makefile:9: lib] Error 2
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug._______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev