<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><div>>  Hi,<br>> <br>> I downloaded racket-6.1-src-builtpkgs.tgz. According to src/README, this <br>> should be compilable on cygwin with --enable-shared. I did not have <br>> success doing so.<br>> <br>> The first problem was dynsrc/mzdyn.c failed to <br>> compile due to "expected specifier-qualifier-list before ‘(’ token" <br>> error at schemex.h:1004. The line here reads<br>> (*scheme_jit_find_code_end)(void *p);<br>> I grepped some and stuck a void* in front of it, and compilation went ahead.<br>> <br>> But then it failed with "'WINDOWS_DEFAULT_STACK_SIZE' undeclared (first use in this function)" at eval.c:546<br>> intptr_t sz = WINDOWS_DEFAULT_STACK_SIZE;<br><br>To update, I went ahead and copied the macro from where it was defined for windows over to the cygwin section. The next errors were due to three consecutive assignments in schemex.inc that were accessing undefined functions (ones related to "freeze" or "frozen" - unfortunately I don't have the code right now), so I commented those lines out. Now I have a successful link, except it segfaults during make install. This is because this target runs the racketcgc (spelling?) executable, which immediately seg faults (I tried running it in the shell to be sure). <br><br>I hope someone has more clues about this. Thank you.<br> <br>> I<br>>  am at a loss at this point. Is racket not expected to compile on <br>> cygwin? If so, can someone remove the cygwin parts in src/README?<br>> <br>> Thank you.                                     <br>> _________________________<br>>   Racket Developers list:<br>>   http://lists.racket-lang.org/dev<br></div>                                         </div></body>
</html>