Excellent - works like a charm, thank you!

23.07.2014 10:59, Neil Jerram пишет:
>
> Just remembered / worked this out.  The problem is that %load-path isn't 
> extended
> when dbus-test.scm is being compiled, and the solution for that is to use
> 'eval-when'.  Here's my test script, showing the use of eval-when:
>
> (eval-when (expand load eval)
>   (set! %load-path (append %load-path '("/home/neil/ossaulib"))))
> (use-modules (glib dbus))
>
> Regards,
>      Neil
>
>


Reply via email to