python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
conan built C++ program suddenly not linking
I am writing a project in C++ and utilizing conan + cmake to manage the dependencies.. I just now started looking to upgrade to latest versions of my client and thrift dependency (v0.13 to v0.15) but ...

Erik
Votes: 0
Answers: 1
Shaderc (from conan) not linking in windows
I am trying to build a project in debug mode that uses conan for dependency management.
Most dependencies seem to link fine but shaderc is failing with error:
shaderc.lib(shaderc.obj) : error LNK2038:...

Makogan
Votes: 0
Answers: 0
meson cannot find a conan package, despite setting pkg_config path?
I am trying to build on windows using meson and conan.
I installed packages for VS 2017 using conan and generated the PC files in the build directory.
Inside my conan.py I have the snippet:
meson = Me...

Makogan
Votes: 0
Answers: 1