Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Making shedskin run under windows7
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ippisl  
View profile  
 More options May 3 2012, 1:48 pm
From: ippisl <ipp...@gmail.com>
Date: Thu, 3 May 2012 10:48:29 -0700 (PDT)
Local: Thurs, May 3 2012 1:48 pm
Subject: Making shedskin run under windows7
I tried to make shedskin run under windows 7 using the supplied
compiler(mingw32) , had some problems , here are the solutions.

1. due to some reason(maybe windows access control) , the install.bat
didn't update my path. so i update it by hand using data in the
init.bat .

2. Make.exe had a bug under windows so there's a make.exe here[1] that
solved this bug. it's called "GNU Make 3.82-pololu2.

3. under windows7, the following changes needed to be added to the
makefile to prevent an error(so that make will use windows command
shell, instead of sh.exe) :

UNAME := $(shell uname)

ifeq ($(UNAME), MINGW32_NT-6.1)
        SHELL=C:\Windows\win32\cmd.exe
endif

best regards,
ippisl


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
srepmub  
View profile  
 More options May 5 2012, 6:21 am
From: srepmub <mark.duf...@gmail.com>
Date: Sat, 5 May 2012 03:21:45 -0700 (PDT)
Local: Sat, May 5 2012 6:21 am
Subject: Re: Making shedskin run under windows7
hiya,

thanks a lot for this :) yeah, it looks like windows xp is finally
losing its large market share, so I should probably start testing with
windows 7 instead or as well. it's a bit too close to 0.9.2 right now
(hopefully this weekend) to install windows 7 here, but I will give it
a go for 0.9.3 and try out your suggestions.

thanks again!
mark.

On May 3, 7:48 pm, ippisl <ipp...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
srepmub  
View profile  
 More options May 5 2012, 6:39 am
From: srepmub <mark.duf...@gmail.com>
Date: Sat, 5 May 2012 03:39:02 -0700 (PDT)
Local: Sat, May 5 2012 6:39 am
Subject: Re: Making shedskin run under windows7
as a note to myself, I should also test with the latest OSX for 0.9.3,
since there were reports shedskin was broken here, too.

On May 5, 12:21 pm, srepmub <mark.duf...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
srepmub  
View profile  
 More options Jun 2 2012, 7:47 am
From: srepmub <mark.duf...@gmail.com>
Date: Sat, 2 Jun 2012 04:47:39 -0700 (PDT)
Local: Sat, Jun 2 2012 7:47 am
Subject: Re: Making shedskin run under windows7

sorry for being a bit slow to react. I did find a windows 7 PC in the
meantime, but saw no problems when installing shedskin and
compiling/running the hello world test.. did this test already fail for
you? are there other people here who use or tried to use windows 7..?

thanks again!
mark.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
srepmub  
View profile  
 More options Jun 2 2012, 7:48 am
From: srepmub <mark.duf...@gmail.com>
Date: Sat, 2 Jun 2012 04:48:34 -0700 (PDT)
Local: Sat, Jun 2 2012 7:48 am
Subject: Re: Making shedskin run under windows7

is there also anyone who successfully uses shedskin under OSX/lion? please
let me know so we can perhaps update the wiki with some useful instructions.

mark.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »