ded icon indicating copy to clipboard operation
ded copied to clipboard

Problem Trying to Build with MSVC

Open Eshanatnight opened this issue 3 years ago • 2 comments

After running .\setup_dependencies.bat . It says Screenshot 2021-10-21 155917

Then when I run .\build_msvc.bat. I am getting this error. Screenshot 2021-10-21 160106

I am new to adding and using libraries like this. If anyone can help me with this. It would be helpful. Thank You in advance.

Eshanatnight avatar Oct 21 '21 10:10 Eshanatnight

You can checkout previous issue (#29). The MSVC build was broken when support for Free Type font was introduced. The last version that you can building with MSVC was at this commit: https://github.com/tsoding/ded/tree/aec872ab6881abc58df3ceaa7b344f9386ac07a3

kolumb avatar Oct 21 '21 17:10 kolumb

Hi freetype is missing from dependencies see my fix here https://github.com/tsoding/ded/issues/41#issuecomment-1370960116 also the pr https://github.com/tsoding/ded/pull/42 has a working build on CI and locally

IRooc avatar Jan 04 '23 13:01 IRooc