metacall/core

Errors when building in visual studio 2022

Closed this issue ยท 1 comments

๐Ÿ› Bug Report

Visual Studio 2022 is not supported when compiling the project, leading to build failures

Expected Behavior

The project should be able to build successfully using Visual Studio 2022 without any issues.

Current Behavior

Attempting to compile with Visual Studio 2022 results in errors due to missing configurations or incompatible dependencies.

Steps to Reproduce

  1. clone the repo then cd to metacall-core-repo
  2. run powershell -File ".\tools\metacall-environment.ps1" "c"
  3. run cd build
  4. run cmake --build ..

build.log

This is solved now.