Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile on Windows #13

Open
Sod-Almighty opened this issue Jan 6, 2024 · 1 comment
Open

Unable to compile on Windows #13

Sod-Almighty opened this issue Jan 6, 2024 · 1 comment
Labels
build Issues with building / compiling

Comments

@Sod-Almighty
Copy link

Running MINGW=mingw64 cmake . prints the following text, but does not generate a Makefile:

-- Build type set to 'Release'
-- NOTE: Configuring build for Windows release...
-- Configuring done (0.5s)
-- Generating done (0.0s)
-- Build files have been written to: C:/msys64/home/Infinity/umoria-color-5.8.3

As a result, make fails:

make: *** No targets specified and no makefile found.  Stop.

Incidentally, it's taken me several hours to even get this far. pacman -S cmake ncurses installs a version of cmake that doesn't work. Instead, one must apparently pacman -S --needed base-devel mingw-w64-i686-cmake mingw-w64-i686-toolchain mingw-w64-i686-ninja

Compilation in Linux was smooth and trivial.

@andrewtweber andrewtweber added the build Issues with building / compiling label Jan 23, 2024
@noomenbm
Copy link

I am getting the same issue. Using cmake and gcc with mingw64 on MSYS2. The cmake finishes without any errors, but there is no makefile generated and the make fails. Using the default cmake, not the mingw64 one, hangs at the linking stage with a bunch of undefined references.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues with building / compiling
Projects
None yet
Development

No branches or pull requests

3 participants