Nevermind, with a fresh start today (and perhaps more importantly, perhaps, a fresh environment) compiling seems to work fine.
> It works for "require" and for calling functions in the package(s), > but the problem now is that it doesn't work for AOT from the REPL. > > (compile 'package1) crashes with: > > java.io.IOException: No such file or directory (package.clj:4) > > Where line 4 is the first "load" operation (and the load works fine if > I execute it directly). If I remove the load operation altogether as a > test (making a single-file package), now I get: > > java.io.IOException: No such file or directory (NO_SOURCE_FILE:0) > > As far as I can tell, this is now identical to the example that Rich > gave in one of the two threads that I referenced in my earlier post. > I'm not really sure how go about tracing "NO_SOURCE_FILE:0"... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---