Fix bot module loading in Guile 1.9.x+
authorclinton <clinton@unknownlamer.org>
Fri, 4 Sep 2009 13:51:28 +0000 (13:51 +0000)
committerclinton <clinton@unknownlamer.org>
Fri, 4 Sep 2009 13:51:28 +0000 (13:51 +0000)
commit1ddb41489c1d934efaccfe37639a7ca083bfefba
tree858e5beeeb858ba0fe18219423f1f88fe36e98b1
parent533e94eb805144a9a1f99a6c005c23a70560ecf3
Fix bot module loading in Guile 1.9.x+

First this bug manifested itself because `load' did not run at compile
time causing issues with macroexpansion in bot modules. Then Guile was
updated so that load occurs at compile time, but then
`primitive-load-path' could not find any files. This was easier to
fix: `%load-path' is altered at compile time now.
scripts/bobot-utils.scm