We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm getting the error below when trying to build for linux armv7 on docker with debian bullseye.
-DLIBRETRO=ON -DENABLE_GENERIC=ON -DENABLE_X11=OFF -DENABLE_NOGUI=OFF -DENABLE_QT=OFF -DENABLE_TESTS=OFF -DUSE_DISCORD_PRESENCE=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release
#17 3446.8 [ 63%] Building CXX object Source/Core/VideoBackends/Vulkan/CMakeFiles/videovulkan.dir/ObjectCache.cpp.o #17 3469.3 In file included from /root/LibRetro/dolphin/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp:21: #17 3469.3 /root/LibRetro/dolphin/Source/Core/VideoBackends/Vulkan/VKTexture.h: In member function ‘bool Vulkan::VKTexture::IsAdopted() const’: #17 3469.3 /root/LibRetro/dolphin/Source/Core/VideoBackends/Vulkan/VKTexture.h:57:51: error: invalid operands of types ‘const VkDeviceMemory’ {aka ‘const long long unsigned int’} and ‘std::nullptr_t’ to binary ‘operator!=’ #17 3469.3 57 | bool IsAdopted() const { return m_device_memory != nullptr; } #17 3469.3 | ~~~~~~~~~~~~~~~~^~~~~~~~~~ #17 3469.3 gmake[3]: *** [Source/Core/VideoBackends/Vulkan/CMakeFiles/videovulkan.dir/build.make:121: Source/Core/VideoBackends/Vulkan/CMakeFiles/videovulkan.dir/ObjectCache.cpp.o] Error 1 #17 3469.3 gmake[3]: *** Waiting for unfinished jobs.... #17 3474.9 gmake[2]: *** [CMakeFiles/Makefile2:1862: Source/Core/VideoBackends/Vulkan/CMakeFiles/videovulkan.dir/all] Error 2 #17 3474.9 gmake[1]: *** [CMakeFiles/Makefile2:1924: Source/Core/DolphinLibretro/CMakeFiles/dolphin_libretro.dir/rule] Error 2 #17 3474.9 gmake: *** [Makefile:673: dolphin_libretro] Error 2
Full log: dolphin.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm getting the error below when trying to build for linux armv7 on docker with debian bullseye.
Full log: dolphin.log
The text was updated successfully, but these errors were encountered: