On Thursday, February 15, 2018 at 3:16:24 AM UTC+8, Matthew Flatt wrote:
>
> At Wed, 14 Feb 2018 03:44:44 -0800 (PST), Claes Wallin wrote: 
>
 

> > I've finally found that the way to customize where racket finds things 
> is 
> > to mess about with `racket -G` and the config.rktd file. I was hoping 
> that 
> > I could just add the share/racket directories of my dependencies to 
> > 'links-search-files, but it doesn't seem that simple. 
>
> I think this is also the right idea, but I think you need to set 
> 'pkg-search-dirs in parallel to 'links-search-files within 
> "config.rktd". 
>
> The two separate entries reflect how the package system is built on top 
> of the collection-link layer, but it has to keep additional information 
> that is specific to the package layer. 
>

Thanks! I'll try that.

I thought packages were always looked up through the collections, but maybe 
that's a difference between package dependencies when installing and the 
way you look them up when you refer to them in the code?

-- 
   /c

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