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

Build dmake with mingw under msys #13

Open
mohawk2 opened this issue Aug 28, 2014 · 2 comments
Open

Build dmake with mingw under msys #13

mohawk2 opened this issue Aug 28, 2014 · 2 comments

Comments

@mohawk2
Copy link
Owner

mohawk2 commented Aug 28, 2014

I have problem while configure dmake for mingw. Configure script doesn't correctly detect win platform. I attach patch for this issue

--- a/configure 2012-11-27 12:44:45 +0400
+++ b/configure 2012-11-27 12:12:26 +0400
@@ -4349,7 +4349,7 @@
OS_VERSION=cygwin
CASE_INSENSITIVE_FS=true
;;
- "MINGW")
+ MINGW*)
OS_VERSION=mingw
OS_TYPE=winnt
BUILDINFO="Windows / MinGW"
@mohawk2
Copy link
Owner Author

mohawk2 commented Aug 30, 2014

@zmughal
Copy link

zmughal commented Jul 5, 2016

Just wanted to note that the package built by the MSYS2 folks seems a little behind. The PKGBUILD still points to the Apache URL for the tarball.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants