mohawk2
mohawk2
I don't know. Can you find out authoritatively?
@archenroot Are you in a position to help with #19 at all?
The patch: ``` Index: configure.in =================================================================== --- configure.in (revision 277396) +++ configure.in (working copy) @@ -76,7 +76,7 @@ OS_VERSION=cygwin CASE_INSENSITIVE_FS=true ;; - "MINGW") + MINGW*) OS_VERSION=mingw OS_TYPE=winnt BUILDINFO="Windows / MinGW"...
https://issues.apache.org/ooo/show_bug.cgi?id=104727
@kmx, this patch has been applied on https://github.com/mohawk2/dmake/tree/kmx/4.12.3 and cherry-picked onto master as 86e4f8709dd071fc5cdb5aec46a428507c684af1.
I'm aware; that's why I incorporated your test yesterday in the test suite as dc22c194a938b46995d8cbdf4325a0120331ead4. Unfortunately, your patch broke other tests in the suite (try yourself with `make check`), but...
Not quite ready yet, still. @kmx, a workaround that would allow dmake to start up when installed in a place-with-space would be to replace the `.INCLUDE` in `startup.mk` with just...
Ah, that's right. So one would need to make a tiny patch to change the default value of `DMAKEROOT` from `$(ABSMAKECMD:d)startup` to a bit of code that "manually" did the...
https://code.google.com/a/apache-extras.org/p/dmake/issues/detail?id=16
https://issues.apache.org/ooo/show_bug.cgi?id=69535