ASDAlexander77 / cs2cpp

C# to C++ transpiler (Cs2Cpp) (Powered by Roslyn)
http://csnative.codeplex.com
254 stars 62 forks source link

cannot open input file 'gcmt-lib.lib' #15

Closed Modify24x7 closed 2 years ago

Modify24x7 commented 2 years ago
Rebuild started...
1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Release WIN32 ------
1>Checking Build System
2>------ Rebuild All started: Project: HelloWorld, Configuration: Release WIN32 ------
3>------ Skipped Rebuild All: Project: HelloWorld_pch, Configuration: Release WIN32 ------
3>Project not selected to build for this solution configuration 
2>Building Custom Rule D:/GitHub/HelloWorld/CMakeLists.txt
2>HelloWorld_PCH.cpp
2>HelloWorld.cpp
2>LINK : fatal error LNK1181: cannot open input file 'gcmt-lib.lib'
2>Done building project "HelloWorld.vcxproj" -- FAILED.
4>------ Skipped Rebuild All: Project: ALL_BUILD, Configuration: Release WIN32 ------
4>Project not selected to build for this solution configuration 
========== Rebuild All: 1 succeeded, 1 failed, 2 skipped ==========

gcmt-lib.lib missing.

ASDAlexander77 commented 2 years ago

you need to download this GC lib compile and you will have gcmt-lib https://www.hboehm.info/gc/

Modify24x7 commented 2 years ago

hello, thanks for reply. gc version to download?

Modify24x7 commented 2 years ago

Error fix. gc v8.0.4 Added

ErrorFix.zip