dmake icon indicating copy to clipboard operation
dmake copied to clipboard

Build dmake with mingw under msys

Open mohawk2 opened this issue 11 years ago • 2 comments

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 avatar Aug 28 '14 03:08 mohawk2

https://code.google.com/a/apache-extras.org/p/dmake/issues/detail?id=16

mohawk2 avatar Aug 30 '14 01:08 mohawk2

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.

zmughal avatar Jul 05 '16 00:07 zmughal