guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ossaulib dbus error


From: Max
Subject: Re: ossaulib dbus error
Date: Wed, 23 Jul 2014 14:00:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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

[Prev in Thread] Current Thread [Next in Thread]