Neither building an application nor the binary with GCC works on Windows #475
Unanswered
KaySteinhoff
asked this question in
Q&A
Replies: 1 comment 4 replies
-
To build the static version of your project in Windows, using MinGW:
To build the dynamic version of your project in Windows, using MinGW:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've used WebUI on my Linux machine and wanted to build on Windows, just to test everything, using this command:
This works flawlessly on Linux but throws this error on Windows:
Now no issue I'll just rebuild from source I thought but both make and mingw32-make threw errors. Now I'm kinda stuck as I'm not really familiar with make and confused as I tried to use both the 2.5.0 beta and 2.4.2 release versions and both threw the compiler/make error(s).
Is this an issue or just me not using the binary correctly?
Beta Was this translation helpful? Give feedback.
All reactions