ivansafrin / Polycode

Polycode is a cross-platform framework for creative code.
polycode.org
MIT License
2.38k stars 347 forks source link

Error In Building Project Bullet #721

Open mikrokode opened 6 years ago

mikrokode commented 6 years ago

Recently I have downloaded this game engine as my learning resources in my journey to create my own 3D Game Engine. I have followed the sequences to create sln with CMake and build it with VS2010, but there is some error in the building process, all projects were built successfully, but with the except of Bullet project. There is a built error

Error 1 error MSB6006: "cmd.exe" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 151 6 bullet

May I know how to solve it?

mikrokode commented 6 years ago

Recently I have downloaded this game engine as my learning resources in my journey to create my own 3D Game Engine. I have followed the sequences to create sln with CMake and build it with VS2010, but there is some error in the building process, all projects were built successfully, but with the except of Bullet project. There is a built error

Error 1 error MSB6006: "cmd.exe" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 151 6 bullet

May I know how to solve it?

Raj2032 commented 6 years ago

Is this the 2015 build or the 2018 build?

kawht commented 6 years ago

There's a 2018 build?