Building on Windows fails. #2199
Answered
by
WerWolv
shewitt-au
asked this question in
Get Help
-
Hello, I'm trying to build ImHex on Windows. I followed the instructions, multiple times, but I keep getting the following error:
Any help would be appreciated. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Answered by
WerWolv
Apr 5, 2025
Replies: 1 comment 7 replies
-
Hey, build systems in general really don't like spaces in paths. Rename that "C64 Projects" folder to something that doesn't contain a space and it should work |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You either need to run it from within the mingw terminal (so the paths point to the right folders with the dlls inside) or you need to run the install target to setup the output folder. For example using
DESTDIR=install make install
orDESTDIR=install ninja install
depending on the generator you used