Re: [racket] Building Racket on windows: missing ffi.h

2011-10-04 Thread Sergey Khorev
Looks I accidentally replied privately to Eli > I've added them too. It's questionable whether the first two should > be added to the "textual" distribution since they build the gracket > too, but it's probably helpful to have them in anyway. Also, sgc is > not usually used, but I guess that it

Re: [racket] Building Racket on windows: missing ffi.h

2011-10-03 Thread Eli Barzilay
Three hours ago, Sergey Khorev wrote: > > It should be in "src/worksp/libffi", but I see that "src/worksp/libffi" > > is missing in the Windows source distribution. We'll fix the > > distribution specs. > > Thanks Matthew. > > Looking into git repo, I see more files are missing: build.bat, > rbui

Re: [racket] Building Racket on windows: missing ffi.h

2011-10-03 Thread Sergey Khorev
> It should be in "src/worksp/libffi", but I see that "src/worksp/libffi" > is missing in the Windows source distribution. We'll fix the > distribution specs. Thanks Matthew. Looking into git repo, I see more files are missing: build.bat, rbuildmode.c and sgc directory. __

Re: [racket] Building Racket on windows: missing ffi.h

2011-10-01 Thread Matthew Flatt
At Sat, 1 Oct 2011 12:31:12 +0400, Sergey Khorev wrote: > Hi, > > I am trying to build Racket 5.1.3 with MSVC and the compiler complains > about missing ffi.h included from foreign.c. It looks like it should > have been generated from ffi.h.in. It should be in "src/worksp/libffi", but I see that