jherico / VulkanExamples

Examples and demos for the Vulkan C++ API
https://github.com/KhronosGroup/Vulkan-Hpp
MIT License
339 stars 29 forks source link

Windows build issues. #24

Closed Swoorup closed 7 years ago

Swoorup commented 7 years ago

After generating the sln files and running ALL_BUILD target, it downloads external projects and fails at building assimp.

"F:\git\Vulkan\ext\Visual-Studio-14-2015-Win64\assimp\project\build\ALL_BUILD.vcxproj" (default target) (1) ->
"F:\git\Vulkan\ext\Visual-Studio-14-2015-Win64\assimp\project\build\code\assimp.vcxproj" (default target) (3) ->
(Link target) -> 
  LINK : fatal error LNK1104: cannot open file 'minizip.lib' [F:\git\Vulkan\ext\Visual-Studio-14-2015-Win64\assimp\project\build\code\assimp.vcxproj]

    307 Warning(s)
Swoorup commented 7 years ago

I understand this is coming from minizip, which seems to be build just fine.

Swoorup commented 7 years ago

Sorry, this is due to my computer setup. I had msys2 path exported to $PATH variable globally. So cmake decided to include to link to minizip.lib. 💢