On May 6, 2015, at 11:07 PM, Thomas Lynch <[email protected]> wrote:
> Actually, the libraries can't be reached either. Tried installing from both > the level above and the dir with the sources: > > §lambda1:/home/deep/liquid-lib/liquid> raco pkg install > raco pkg install: package is already installed from a different source > package: liquid > installed source: (link ../../../../deep/liquid) > given source: (link ../../../../deep/liquid-lib/liquid) If you had it installed from the wrong source and you want to reinstall it from the correct source, you should probably raco pkg remove it before installing it again? Or you could do raco pkg update new-specified-source. But it looks like what you really want to do is run raco pkg install within deep/liquid-lib, not within deep/liquid-lib/liquid. I personally prefer using the DrRacket package manager for this kind of thing, but that’s just my preference. I think it’s less confusing. > But in the REPL, using one of the modules defined in liquid-lib/liquid > > Welcome to Racket v6.1. > racket@> (require realtime.rkt) > stdin::356: realtime.rkt: bad module path > in: realtime.rkt > context...: > standard-module-name-resolver > /usr/share/racket/collects/racket/private/misc.rkt:87:7 > > Realtime.rkt is defined in the new lib. You probably want (require liquid/realtime), not (require realtime.rkt). By the way do you have a github repository for this or something like that? -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/705A8E88-6D28-435F-BF91-91B0C0D23461%40knauth.org. For more options, visit https://groups.google.com/d/optout.
