[racket] Compilation

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Feb 28 12:30:52 EST 2011

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 +0000, José Lopes wrote:
> While trying to run xform.rkt I get the following error message several 
> times:
> 
>      subprocess: expects type <path or string> 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 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.
> >
> > At Sat, 26 Feb 2011 22:19:36 +0000, José Lopes wrote:
> >> Hello,
> >>
> >> I want to make changes in MysterX and execute Racket with the freshly
> >> compiled DLL. I have checked out the racket source, I have compiled
> >> everything using build.bat, I have made the changes I wanted to MysterX
> >> and compiled it again from Visual Studio. How should I proceed now to
> >> get the new DLL executing with Racket?
> >>
> >> Regards,
> >> José
> >>
> >> -- 
> >> José António Branquinho de Oliveira Lopes
> >> 58612 - MEIC-A
> >> jose.lopes at ist.utl.pt
> >>
> >> _________________________________________________
> >>    For list-related administrative tasks:
> >>    http://lists.racket-lang.org/listinfo/users
> 
> -- 
> José António Branquinho de Oliveira Lopes
> 58612 - MEIC-A
> jose.lopes at ist.utl.pt
> 
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/users



Posted on the users mailing list.