On 29/11/2019 11:53, Philip Oakley wrote:
On 28/11/2019 10:07, Alexandr Miloslavskiy wrote:
On 28.11.2019 1:34, Philip Oakley wrote:
Hmm, 45 minutes of cloning and rebuild, but finally it compiled
clean (both Release and Debug)
I understand that the issue is resolved now.
Probably your old repo was missing the libraries for whatever reason
(like antivirus deleting them, etc), but build script thought that
dependencies are properly built, so didn't attempt to rebuild them.
I think I'll report that as an issue to the
https://github.com/microsoft/vcpkg folks so that there's better
detection for 'out of date' / updated vcpkg issues.
The vcpkg_install.bat in /compat/vcbuild may need updating to do a
'pull' if there is an existing directory. At the moment it's a rather
simplistic 'all or nothing' for getting all those extra packages.
Issue submitted as https://github.com/microsoft/vcpkg/issues/9148
--
Philip