Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread bre2159732
On Tuesday, January 12, 2016 at 12:08:18 PM UTC-7, Jay McCarthy wrote: > Great. In case Alex's email wasn't clear, you should be able to > reinstall (remove and install again) and it will work on your older > version (unless it doesn't work because of a problem that has been > fixed since we moved

Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread Jay McCarthy
Great. In case Alex's email wasn't clear, you should be able to reinstall (remove and install again) and it will work on your older version (unless it doesn't work because of a problem that has been fixed since we moved on from v6.2.1). Jay On Tue, Jan 12, 2016 at 2:07 PM, wrote: > On Tuesday,

Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread bre2159732
On Tuesday, January 12, 2016 at 8:32:13 AM UTC-7, Jay McCarthy wrote: > Can you say what version of Racket you are using? > > `racket --version` > > will tell you > > Jay > > On Tue, Jan 12, 2016 at 10:25 AM, wrote: > > Trying to run some of the default tests from pict3d (spaceship.rkt) > >

Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread bre2159732
On Tuesday, January 12, 2016 at 10:03:54 AM UTC-7, Alex Knauth wrote: > I just added version exceptions for earlier versions of racket, pointing to a > version that doesn't require racket/struct. So this should be fixed now. > > > On Jan 12, 2016, at 10:36 AM, Alex Knauth wrote: > > > > This is

Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread Alex Knauth
I just added version exceptions for earlier versions of racket, pointing to a version that doesn't require racket/struct. So this should be fixed now. > On Jan 12, 2016, at 10:36 AM, Alex Knauth wrote: > > This is because pict3d requires racket/struct, which was only added in racket > version

Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread Alex Knauth
This is because pict3d requires racket/struct, which was only added in racket version 6.3. If you have an older version, you'll get this error. There should probably be a version exception for older versions that doesn't require racket/struct. Or would it be better to change pict3d to not rely

Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread Jay McCarthy
Can you say what version of Racket you are using? `racket --version` will tell you Jay On Tue, Jan 12, 2016 at 10:25 AM, wrote: > Trying to run some of the default tests from pict3d (spaceship.rkt) resulted > in this error. When I downloaded the pict3d package to Racket I got a lot of > the