Re: [racket-users] Re: "Link: bad variable linkage" when trying to work through tutorial

2017-05-14 Thread onnodb
> Sorry, I did not mean to suggest deleting all .zo files in the Racket tree. I 
> should have been more specific. What I meant was the .zo files for your 
> programs.

Haha, no problem, I was aware of the risks when zapping all of 'em. It's just 
that I couldn't find any ZO files anywhere else, including the folder where I'd 
saved my RKT source file. Re-installing Racket only took a minute, so no harm 
done.

Best,


Onno

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Re: "Link: bad variable linkage" when trying to work through tutorial

2017-05-14 Thread onnodb
Hi Dmitry, Matthias,

Thanks for your replies.

The Racket installation is a fresh one, using the Mac DMG download from the 
website. It's my first go at Racket :-)

I tried deleting all ZO files in the Racket tree, but that broke my Racket 
installation. Re-installing Racket fixed the issue for now; I just hope it 
doesn't come back.

Best,


Onno

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] "Link: bad variable linkage" when trying to work through tutorial

2017-05-13 Thread onnodb
Hi all,

While working through the first bits of the HtDP2e book, in DrRacket 6.9 on 
Mac, I get the following error whenever I try to run any program in the 
"Definitions" window that contains (require 2htdp/universe):

link: bad variable linkage;
 reference to a variable that is not a procedure or structure-type constant 
across all instantiations
  reference phase level: 0
  variable module: "/Applications/Racket 
v6.9/share/pkgs/string-constants-lib/string-constants/string-constant.rkt"
  variable phase: 0
  reference in module: "/Applications/Racket 
v6.9/share/pkgs/htdp-lib/2htdp/private/world.rkt"

Googling the error didn't help me out, and I'm afraid I'm too much of a noob 
right now to understand what's going on. What's more, I'm really sure this 
worked fine a few days ago. Restarting DrRacket doesn't help either.

Any suggestions would be most welcome! Thanks in advance :-)

Best regards,


Onno

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.