On Thu, 12 Jul 2012 13:08:44 +0200, Gabor Szabo <[email protected]> wrote:
I have installed a bunch of modules using Panda, then recompiled Rakudo and now I get this error: ===SORRY!=== Missing or wrong version of dependency 'src/gen/CORE.setting' In order to fix this I need to rebuild all the modules, starting by bootstrapping Panda. It is ok, I remember 3 modules but I still get this error message and now I don't remember which else do I need to install. Would it be possible to include in the error message the name of the module that caused the problem? Gabor
I think there's an env variable which lets you trace module loading, RAKUDO_MODULE_DEBUG. Try RAKUDO_MODULE_DEBUG=1 ./your-program and that may tell you what exactly is wrong.
-- Tadeusz Sośnierz
