Menu

#15 To compile jskeus on Cygwin on 64bit Windows OS (Windows 7)

None
closed-fixed
nobody
None
2013-04-15
2010-12-28
No

Support for Cygwin on 64bit Windows OS (Windows 7)

uname -s returns "CYGWIN_NT-6.1.-WOW64" in Cygwin on Windows 7 64bit,
(uname -a returns "CYGWIN_NT-6.1-WOW64 hostname 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin")
so I think these lines should be included in http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/Makefile

URL: http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/Makefile
Index: Makefile
===================================================================
--- Makefile (revision 608)
+++ Makefile (working copy)
@@ -20,6 +20,10 @@
export ARCHDIR=Cygwin
export MAKEFILE=Makefile.Cygwin
endif
+ifeq ($(OS),CYGWIN_NT-6.1-WOW64)
+ export ARCHDIR=Cygwin
+ export MAKEFILE=Makefile.Cygwin
+endif
ifeq ($(OS),Darwin)
export ARCHDIR=Darwin
export MAKEFILE=Makefile.Darwin

Discussion

  • Anonymous

    Anonymous - 2010-12-28
     
  • Kei Okada

    Kei Okada - 2012-10-04

    r625で治っていました. r857でuname -s からCYGWINだけを抜き出すようにしました.

     
  • Kei Okada

    Kei Okada - 2012-10-04
    • status: open --> closed-fixed
     
  • Kei Okada

    Kei Okada - 2013-04-15

    Ticket moved from /p/jskeus/patches/3/

    Can't be converted:

    • _milestone:
    • _priority: 5
     

Log in to post a comment.

MongoDB Logo MongoDB