This connects to a similar issue I was having with my reorganization of the CLDR libraries (which I'm getting back into): https://groups.google. com/d/msg/racket-dev/MrmxvvKidj8/ASEF22_lBQAJ.
It looks like, in the present case, I should do something like this: - The tzdata package includes, in its info.rkt: (define tzdata-data-files <list of paths to data files>) I suppose each of the paths should have the form (list 'lib "tzinfo/private/data/<...>"), based on the current directory structure of the tzdata package. - The tzinfo code then does something like: (define-runtime-path-list tzdata-paths (match (find-relevant-directories '(tzdata-data-files)) [(cons dir _) ((get-info/full dir) 'tzdata-data-files)] [_ #f])) Does that sound right? - Jon On Fri, Oct 14, 2016 at 12:39 AM, Sam Tobin-Hochstadt <sa...@cs.indiana.edu> wrote: > That's likely the problem. Usually you need to use define-runtime-path or > a variant of that to cooperate with raco exe. > > Sam > -- 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.