Re: [racket] How to use tcp-listen with IPv6 on Linux?

2011-02-28 Thread Matthew Flatt
Yes. The `configure' repair is pushed to the git repo and is now in the nightly build. At Sun, 27 Feb 2011 22:26:34 -0800, Ken Shirriff wrote: > Thank you Matthew. I compiled racket with that change and IPv6 worked > fine. Is this likely to get fixed in the source code? It would be > nice for I

Re: [racket] How to use tcp-listen with IPv6 on Linux?

2011-02-28 Thread Ken Shirriff
Thank you Matthew. I compiled racket with that change and IPv6 worked fine. Is this likely to get fixed in the source code? It would be nice for IPv6 to work out of the box. Ken On Sun, Feb 27, 2011 at 3:54 PM, Matthew Flatt wrote: > At Sat, 26 Feb 2011 12:07:23 -0800, Ken Shirriff wrote: >>

Re: [racket] keybinding help needed

2011-02-28 Thread Breanndán Ó Nualláin
> "Bill" == Bill Richter writes: Bill> I still don't see how to bind the function Show Definitions (C-e) Bill> to a function key, as I can't find the actual name of the Bill> command. Run (C-t) is the command I'm more interested in, and I Bill> can't bind that either, but the

Re: [racket] Compilation

2011-02-28 Thread Matthew Flatt
The VisStudio project writes the DLL to the right place, so as soon as you build, then running Racket will use the new one. Beware that the "Release" mode of the MysterX project is for a CGC DLL. To build the 3m DLL, you have to run the "xform.rkt" script and then build using the "3m" project mode

Re: [racket] Compilation

2011-02-28 Thread José Lopes
While trying to run xform.rkt I get the following error message several times: subprocess: expects type as 4th argument, given: #f; given 36 arguments total What should I do? On 28-02-2011 13:52, Matthew Flatt wrote: The VisStudio project writes the DLL to the right place, so as soon a

Re: [racket] Compilation

2011-02-28 Thread Matthew Flatt
Run "vcvarsall.bat" from your Visual C installation. That sets environment variables so that "xform.rkt" can find and run the C compiler. At Mon, 28 Feb 2011 16:56:15 +, José Lopes wrote: > While trying to run xform.rkt I get the following error message several > times: > > subprocess:

Re: [racket] Compilation

2011-02-28 Thread José Lopes
It seems that blind calls are working, although I have just performed some small tests so far. I have replaced the line pTypeDesc = getMethodType((MX_COM_Object *)argv[0], name, invKind); with mz_jmp_buf newbuf, * volatile savebuf; Scheme_Thread *t; t = scheme_get_curre

Re: [racket] Racket v5.1

2011-02-28 Thread Jon Rafkind
On 02/16/2011 12:35 PM, Jon Rafkind wrote: > On 02/16/2011 12:35 PM, Sam Phillips wrote: >> On Tue, Feb 15, 2011 at 4:41 PM, Jon Rafkind wrote: >>> In case its not clear from my other email, the racket ppa now supports 5.1. >>> >>> https://launchpad.net/~plt/+archive/racket >> Would it be possible