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

To compile jskeus on Cygwin on 64bit Windows OS (Windows 7) [sf#15] #13

Open
k-okada opened this issue Mar 3, 2014 · 3 comments
Open

Comments

@k-okada
Copy link
Member

k-okada commented Mar 3, 2014

This post was originally posted at http://sourceforge.net/p/jskeus/tickets/15

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
@k-okada
Copy link
Member Author

k-okada commented Mar 3, 2014

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

@k-okada
Copy link
Member Author

k-okada commented Mar 3, 2014

  • status: open --> closed-fixed

@k-okada
Copy link
Member Author

k-okada commented Mar 3, 2014

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

Can't be converted:

  • _milestone:
  • _priority: 5

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

1 participant