Developing VCV in Windows

Thanks all for the help. OK looks like I was missing bash … so that’s missing from the VCV rack development enviroment instructions. Think you need an extra “pacman -S sh” in the environment setup instructions.

However, it’s now still failing the openssl build… seems like it’s looking for a directory while compiling, guessing it’s “Rack/dep/lib/engines-1_1” … any ideas?

make[2]: Entering directory ‘/D/Rack/dep/openssl-1.1.1d’ /usr/bin/perl util/mkbuildinf.pl “cc -g -O3 -march=nocona -m64 -g -O3 -march=nocona -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG” “mingw64” > crypto/buildinf.h cc -g -O3 -march=nocona -I. -Icrypto/include -Iinclude -Icrypto -m64 -g -O3 -march=nocona -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="“C:/Program Files/Common Files/SSL”" -DENGINESDIR=""/D/Rack/dep/lib/engines-1_1"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG -c -o crypto/cversion.o crypto/cversion.c cc.exe: fatal error: cannot execute ‘cc1’: CreateProcess: No such file or directory compilation terminated. make[2]: *** [Makefile:1193: crypto/cversion.o] Error 1 make[2]: Leaving directory ‘/D/Rack/dep/openssl-1.1.1d’ make[1]: *** [Makefile:186: all] Error 2 make[1]: Leaving directory ‘/D/Rack/dep/openssl-1.1.1d’ make: *** [Makefile:118: lib/libssl.a] Error 2