A question about building in Visual Studio 2022

Hi,when I Install gettext library, always loaded.
When I use vcpkg to configure the project, when installing gettext has been loading for more than one night. How can I solve this problem?I use windows, visual studio, build Kicad。
Terminal display: [CMake] – Configuring x64-windows-dbg
[CMake] – Configuring x64-windows-rel.

We use the upstream vcpkg port for gettext. You may need to direct your support question to the GitHub vcpkg discussions page.

You can inspect the build tree of gettext to see the log files for each step it takes. There may be an indication of where it is getting stuck.

Also you can try and test gettext compilation outside of kicad but inside the vcpkg folder with the standalone vcpkg cli.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.