Hello,

I edit etc/config.rktd on every installation of Racket to add a path
to my own libraries:

(lib-search-dirs . ("C:/my/libs"))

Older versions of Racket were OK with that setting.
Current version obeys that setting too strongly, forgetting
where its own libraries are. For example, DrRacket can not start:

ffi-lib: couldn't open "libintl-8.dll" ([...] errno=126)
  context...:
C:\Program Files\Racket\share\pkgs\draw-lib\racket\draw\unsafe\glib.rkt: [running body] C:\Program Files\Racket\share\pkgs\draw-lib\racket\draw\unsafe\pango.rkt: [traversing imports]


I do not complain; the following line does the job for me

(lib-search-dirs . ("C:/Program Files/Racket/lib" "C:/my/libs"))


Just wondering whether it is a planned change or not.


Regards,

Dmitry

--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to