onqtam / rcrl

Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)
http://onqtam.github.io/programming/2018-02-12-read-compile-run-loop-a-tiny-repl-for-cpp/
MIT License
410 stars 37 forks source link

Can't compile on VS2019 #7

Open IBIT-ZEE opened 3 years ago

IBIT-ZEE commented 3 years ago

1) calling cmake from command line throws "Error: could not load cache"

2) opening the folder from CS/IDE stops with " ninja: error: build.ninja:123: bad $-escape (literal $ must be written as $$)"

?any ideas

IBIT-ZEE commented 3 years ago

cmake version 3.20.21032501-MSVC_2

Islam0mar commented 3 years ago

Kindly write the command executed along with its output.

git submodule update --init
# make directory build and move to it
cmake path/to/repo
cmake --build .