Hi everyone,
Has anyone been successful in building KiCad with vcpkg on Linux? I’ve seen that there is a vcpkg.json file but it looks like it’s supposed to be used on Windows only. At least on my Linux system (Ubuntu 22.04 x64) if fails building glib whereas building KiCad without vcpkg works fine.
I’m asking because I struggle including additional third party dependencies like magic-enum, fmt, etc. to KiCad. Any hints are welcome.
I’m not sure what the root cause is myself. Currently I add spdlog which depends on fmt but fails on some fmt internals. Maybe a version conflict between spdlog and fmt. Nonetheless, it’s good to know that fmt and magic_enum are already included. I have to investigate this more before I can give any detailed questions/answers.