Replies: 4 comments 20 replies
-
if you use gcc on windows, please switch to mingw platform on msys2.
|
Beta Was this translation helpful? Give feedback.
-
It worked though I'm still facing some other issues regarding CMake:
|
Beta Was this translation helpful? Give feedback.
-
It is still unable to install GLFW because I'm unable to install cmake, neither automatically (even though websites are still up) nor though pacman (something with databases) or manually downloading a package and specifying package directory. And Lua won't install due to a cryptic error (looking for mingw directory with broken characters). And yes I am using the MinGW64 shell. |
Beta Was this translation helpful? Give feedback.
-
I fixed the issue by installing 7zip via pacman, which fixed the issue with cmake and I lua also magically started working! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to retrieve GLFW and Lua from xrepo and after configuring my toolchain to be GCC, I stumbled upon an error:
After looking online for a bit, I found out that compiling packages with GCC on Windows is not possible, the alternative was to configure target to be cross-platform, which defines
LUA_USE_POSIX
. This includes<sys/wait.h>
which is a header not available on my system.Is there a way to fix this issues?
Also regarding GLFW, I got this error from CMake:
I'm curious how I would go about fixing this problem too.
Beta Was this translation helpful? Give feedback.
All reactions