vulkan-renderer | new 3D game engine for Linux Windows using C++20 | Game Engine library
kandi X-RAY | vulkan-renderer Summary
kandi X-RAY | vulkan-renderer Summary
A new 3D game engine for Linux and Windows using C++20 and Vulkan API in early development
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of vulkan-renderer
vulkan-renderer Key Features
vulkan-renderer Examples and Code Snippets
Community Discussions
Trending Discussions on vulkan-renderer
QUESTION
I have a problem with my CMake + conan setup which causes linker errors in Travis CI:
https://travis-ci.org/github/inexorgame/vulkan-renderer/builds/674840008
There are a lot of undefined references which means that the linker can't find the library files somehow. It can't find spdlog so the linker error is not Vulkan specific.
My conanfile.py
setup looks like this:
ANSWER
Answered 2020-Apr-14 at 20:37Observe that your linker is looking for std::__cxx11::basic_string
which belongs to libstdc++11. However, your conan profile is using libstdc++, which is incompatible, you can see it at the beginning of your log.
You need to configure your conan profile using libstdc++11 instead:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install vulkan-renderer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page