[racket-dev] Cross compiling racket for Android

2013-09-18 Thread Szabolcs Berecz
Hi, I'm trying to compile the latest Racket for Android using the instructions in racket/src/README but I'm hitting the following error: ./if_mach SPARC SOLARIS arm-linux-androideabi-gcc -c -o mach_dep2.o ../../../racket/gc/sparc_mach_dep.S ./if_mach: 1: ./if_mach: Syntax error: word unexpected

Re: [racket-dev] racket segfaults during raco setup on OpenBSD

2013-09-18 Thread Philippe Meunier
Philippe Meunier wrote: I just tried it and it failed the same way as before. I'll install the devel/libffi package tomorrow and see how that goes. It turns out that devel/libffi was already installed on my computer (as a dependency of other stuff I had installed before) but it was still an old

Re: [racket-dev] Cross compiling racket for Android

2013-09-18 Thread Matthew Flatt
The simplest workaround is to provide `--enable-sgc` to `configure`. The problem is that it's a little tricky to work with the Boehm GC in cross-compile mode, at least with the way that we have the makefiles set up. Assuming you don't need `racketcgc` at the end, it's easiest to avoid the

Re: [racket-dev] Cross compiling racket for Android

2013-09-18 Thread Szabolcs Berecz
That helped a lot, thanks! I also had a bug in my script which resulted in running configure with an empty --enable-racket= which in turn caused racketcgc to be built and that failed as expected. I updated the gist in case somebody wants to use the script. BTW, I wanted to use cgc because I

Re: [racket-dev] [racket] RacketCon full schedule

2013-09-18 Thread Eli Barzilay
5 hours ago, Sam Tobin-Hochstadt wrote: I went to change this, but the current source of the web site is not in the meta/web directory. It is. In particular, it doesn't contain the Racket Videos announcement, which is where the RacketCon announcement should go. That part is in iplt, I

Re: [racket-dev] [racket] RacketCon full schedule

2013-09-18 Thread Sam Tobin-Hochstadt
Thanks for updating! Is that the only part of the web page in iplt? More generally, it seems like we could move some or all of plt-services to a separate repository. Sam On Sep 18, 2013 10:24 PM, Eli Barzilay e...@barzilay.org wrote: 5 hours ago, Sam Tobin-Hochstadt wrote: I went to change

Re: [racket-dev] [racket] RacketCon full schedule

2013-09-18 Thread Eli Barzilay
Just now, Sam Tobin-Hochstadt wrote: Thanks for updating! Is that the only part of the web page in iplt? No, see the contents of the web directory there. The reason that the blurbs are is that the rcon sources are there, and the reason for that is that they contain the pdfs etc which shouldn't

Re: [racket-dev] [racket] RacketCon full schedule

2013-09-18 Thread Sam Tobin-Hochstadt
On Sep 18, 2013 10:33 PM, Eli Barzilay e...@barzilay.org wrote: Just now, Sam Tobin-Hochstadt wrote: Thanks for updating! Is that the only part of the web page in iplt? No, see the contents of the web directory there. The reason that the blurbs are is that the rcon sources are there, and

Re: [racket-dev] [racket] RacketCon full schedule

2013-09-18 Thread Eli Barzilay
Two hours ago, Sam Tobin-Hochstadt wrote: On Sep 18, 2013 10:33 PM, Eli Barzilay e...@barzilay.org wrote: Just now, Sam Tobin-Hochstadt wrote: Thanks for updating! Is that the only part of the web page in iplt? No, see the contents of the web directory there.  The reason that the