Arc Forumnew | comments | leaders | submit | aaronmoodie's commentslogin
2 points by aaronmoodie 4939 days ago | link | parent | on: Arc run error - beginner

For anyone else looking to at installing on OS X with Racket, I've writing a post about it here: http://aaronmoodie.com/writing/installing-racket-and-arc-on-...

Thanks waterhouse and aw for your help.

-----

1 point by aaronmoodie 4939 days ago | link | parent | on: Arc run error - beginner

hey aw, this is saying that arc still requires MzScheme? https://github.com/mxcl/homebrew/commit/547edb0d39175a2e3898...

-----

1 point by waterhouse 4939 days ago | link

It's wrong. "racket -i -f as.scm" works fine and I've been using it for a few months. (Note that this is for arc3.1, which you are using, so that should be fine.)

-----

1 point by akkartik 4939 days ago | link

Though I switched temporarily back to PLTv4 after reporting this bug: http://bugs.racket-lang.org/query/?cmd=view&pr=11380 (since fixed at HEAD)

-----

3 points by elibarzilay 4938 days ago | link

That fix is also in 5.0.2.

-----

1 point by akkartik 4938 days ago | link

That was quick! Upgraded.

-----

1 point by aaronmoodie 4939 days ago | link

thanks waterhouse. Did you install from src? I'm a little unsure about the configure option. I'm assuming "--prefix=/usr/local/racket --enable-macprefix" ?

-----

1 point by waterhouse 4939 days ago | link

I didn't install from source, and have no idea about doing that. What I do to install is: Download DrRacket from racket-lang.org. Move it to the Applications folder as is conventional. Add to the ~/.bash_profile the following line:

  export PATH=/Applications/Racket\ v5.0.2/bin:$PATH
Now you'll be able to use the "racket" and "mzscheme" and "raco" and all other programs from the "bin" subdirectory by just typing their names. (This applies to any terminal windows opened after you've changed .bash_profile.)

-----

2 points by aaronmoodie 4939 days ago | link

always making things hard for myself... thanks for your help waterhouse. I'm all up and running now, including rlwrap. Arc time. Thanks!

-----

1 point by aaronmoodie 4939 days ago | link | parent | on: Arc run error - beginner

thanks aw, it is my mzscheme install. I'll install racket and give it a go.

-----