I've been away from racket for a while and started using it yesterday with 
7.2. I get the following with 7.2, 7.1 and 6.12 (the latter used to work 
fine). This is on Mac OSX 10.14.4 updated around 3/20/2019 (based on the 
timestamps on the files).

693$ racket
Welcome to Racket v7.2.
> (require racket/gui/base)
; ffi-lib: couldn't open "libobjc.dylib" (dlopen(libobjc.dylib, 6): image 
not
;   found) [,bt for context]
> 

And libobjc.dylib is where is has always been (I believe)

694$ ls -l /usr/lib/libobjc*
-rwxr-xr-x  1 root  wheel     87744 Mar 20 23:10 
/usr/lib/libobjc-trampolines.dylib
-rwxr-xr-x  1 root  wheel  28112240 Mar 20 23:11 /usr/lib/libobjc.A.dylib
lrwxr-xr-x  1 root  wheel        15 Oct 25 13:56 /usr/lib/libobjc.dylib -> 
libobjc.A.dylib


The code I have still works, but this breaks racket-mode in emacs.

Any ideas??

Thanks,
Ed Hirgelt

-- 
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.

Reply via email to