gmake *** [Makefile:146: all] Error 2 after "Built target citra_common" (at 78%) #843
Replies: 2 comments 1 reply
-
hey i know its been a while and i've been troubleshooting this while trying to build a fork of azahar for Ubuntu 24 on my switch. Have you updated your VULKAN SDK yet? LunarG will discontinue serving the Vulkan SDK over apt, try installing the latest version of SPRIV-TOOLS from the tarball at https://vulkan.lunarg.com/sdk/home. |
Beta Was this translation helpful? Give feedback.
-
OK in case anyone is running into this issue using Ubuntu 22/24 or any forks of it (Mint, Switchroot, etc), before you build, make sure you run This links over parts of the new Vulkan SDK update. To fully update your Vulkan SDK version, use the pre-compiled tarballs from LunarG as the vulkan-sdk will no longer serve Ubuntu packages on apt. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I am trying to build Azahar for my Linux Mint 22.1 xia (based on Ubuntu 24.04) but I am getting errors.
I was able to build it a few times in the past, but after a while, it just started failing. I tried to build it a few times when I saw the code was updated, but this just keeps happening.
I was following the gcc make instructions:
mkdir build
cd build
cmake ../
cmake --build . -- -j"$(nproc)"
sudo make install (optional)
I am sending the output of
as an attachment.
Unfortunately, I am not a linux guru, so the only thing suspicius in the text output was this:
"/home/tvandorffy/sources/azahar/externals/glslang/SPIRV/SpvTools.cpp:75:32: error: ‘SPV_ENV_VULKAN_1_4’ is not a member of ‘spv_target_env’ 75 | return spv_target_env::SPV_ENV_VULKAN_1_4;"
I know that Azahar is very much a work in progress, so if this to be expected at this time then that's okay.
I am just curious if there is any way to fix this. I have to search here but I was not able to find anything. I am sorry if I missed anything.
Thanks a lot
azahar_build_output.txt
Beta Was this translation helpful? Give feedback.
All reactions