Open krazykoder opened 11 months ago
CMake Error at build/_deps/corrosion-src/cmake/FindRust.cmake:21 (message):
rustc
not found in PATH or/home/towshif/.cargo/bin
.
The latest version depends on rust
, please make sure rust installed.
A little confused here. I compiled the original repo https://github.com/bellard/quickjs with basic cmake and gcc. But here, the compiler detection is not using the existing compiler. Rather I should installed another compiler rustc. Is that what you recommend.
-- The C compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
Just saw your prior commits. You have progressively moved to rustc
for maintainability. Understood thanks.
Trying to build quickjs on ubuntu20. Getting the following error on two different ubuntu instances.
cmake and ninja install was successful.
sudo apt install cmake ninja-build # Ubuntu