WSL Build from source error: RInt.pcm is out of date \ cannot read module signature

@Axel @vvassilev
After deleting the .pcm files, I instead used a different command. Before I was using:
cmake --build . --target install
but then I used:
cmake --build . – -j6
specifying 6 cores for the compilation and I did not hit the error, rather I got to 100%. I hope this helps!

1 Like