Re: Clojure Box 1.1

2010-01-12 Thread Chris Jenkins
Shawn, Mark, Thanks for the suggestions. I am definitely running as an Administrator and I don't have a .clojure dir in my home directory. The problem definitely seems to be the IBM JVM (on Windows) refusing to load an AOT compiled class in clojure-contrib. I'll investigate further when I get the

Re: Clojure Box 1.1

2010-01-11 Thread Shawn Hoover
On Mon, Jan 11, 2010 at 3:49 PM, Chris Jenkins wrote: > Out of curiosity, what configuration do you have in place that's causing >> clojure.contrib.pprint to be loaded? >> >> > I'm not sure - all I did was to install Clojure Box and then I immediately > saw the error message when it started up. D

Re: Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
0/1/11 Chris Jenkins > > Hi, >> >> I downloaded Clojure Box 1.1 from here http://clojure.bighugh.com/, >> installed it and tried running it on Windows XP. Emacs starts ok and I get >> an *inferior-lisp* buffer but I see the following error message: >> >>

Re: Clojure Box 1.1

2010-01-11 Thread Mark Fayngersh
Did you install it as administrator? Perhaps it had permission trouble setting the environmental variables. On Mon, Jan 11, 2010 at 3:49 PM, Chris Jenkins wrote: > Out of curiosity, what configuration do you have in place that's causing >> clojure.contrib.pprint to be loaded? >> >> > I'm not sur

Re: Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
> > Out of curiosity, what configuration do you have in place that's causing > clojure.contrib.pprint to be loaded? > > I'm not sure - all I did was to install Clojure Box and then I immediately saw the error message when it started up. Do you know how I could learn more about the configuration? C

Re: Clojure Box 1.1

2010-01-11 Thread Shawn Hoover
On Mon, Jan 11, 2010 at 2:01 PM, Chris Jenkins wrote: > PS: FYI here's the full text that I see in my *inferior-lisp* buffer: > > (require 'swank.swank) > > (swank.swank/ignore-protocol-version nil) > > (do (.. java.net.InetAddress getLocalHost getHostAddress) > nil)(swank.swank/start-server > "c

Re: Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
? 2010/1/11 Chris Jenkins > Hi, > > I downloaded Clojure Box 1.1 from here http://clojure.bighugh.com/, > installed it and tried running it on Windows XP. Emacs starts ok and I get > an *inferior-lisp* buffer but I see the following error message: > > user=> user=> java.

Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
Hi, I downloaded Clojure Box 1.1 from here http://clojure.bighugh.com/, installed it and tried running it on Windows XP. Emacs starts ok and I get an *inferior-lisp* buffer but I see the following error message: user=> user=> java.lang.Exception: No such var: swank.swank/ignore-protocol-v