Kamlendra Singh

Results 5 comments of Kamlendra Singh

> You must be talking about [this file](https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/docker-compose.yml). What you have to do is remove the entire first [`environment` block](https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/docker-compose.yml#L27-L34) and replace the [second block](https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/docker-compose.yml#L43-L50) with this: > > ```...

> Try this instead: > > ``` > pacman -S git mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake > git clone https://github.com/xmrig/xmrig.git > mkdir xmrig/build && cd xmrig/build > cmake .. -G "Unix Makefiles"...

> cmake .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x64 I installed cmake via msys2 ![err2](https://github.com/xmrig/xmrig/assets/96082996/7d50c3d3-f0b2-4ec5-a00c-f81cda79cad8)

> mingw-w64-x86_64-toolchain yes, i have installed `mingw-w64-x86_64-toolchain`

> Then something is broken in your msys2 installation. If you run `gcc --version`, what does it print? ``` kamle@hello UCRT64 ~/xmrig/build $ gcc --version -bash: gcc: command not found...