qemu-ios icon indicating copy to clipboard operation
qemu-ios copied to clipboard

Unable to build qumu

Open TheDarkerItGetsTheMoreHiddenItIs opened this issue 1 year ago • 3 comments

PS C:\Users\LENOVO\build> ../configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-slirp --disable-pie --extra-cflags=-I/mingw64/include/openssl --extra-ldflags='-L/mingw64/lib -lcrypto' --disable-stack-protector ../configure: "The term '../configure' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."

On Windows you are to use MSYS2 MINGW64.

Dragan232 avatar Dec 17 '23 09:12 Dragan232

u can't run configure script inside powershell install https://www.msys2.org/ and run it there

MrDiagnose avatar Dec 22 '23 17:12 MrDiagnose

Indeed, you need a different toolchain on Windows. Also, please note that the build directory has to be made in the root of the source code. Based on your path (C:\Users\LENOVO\build), I'm not sure if that's the case.

devos50 avatar Jan 01 '24 10:01 devos50