Re: GOOPS constructors

2014-07-23 Thread Marko Rauhamaa
Barry Fishman : > If you need to redefine "initialize" to do what you want, this is a > clear indication that you might using the wrong abstraction. If I have an IS-A relation, that is often described as class hierarchy. The general question here is, is IS-A-WHOSE a valid basis for class derivati

Re: GOOPS constructors

2014-07-23 Thread Barry Fishman
On 2014-07-22 16:03:43 +0300, Marko Rauhamaa wrote: > Tobias Brandt : > Well, I was trying to find a simple toy example to demonstrate the need, > but maybe I'll need to find a more compelling one. > > How about: > > > (defin

Re: ossaulib dbus error

2014-07-23 Thread Max
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 us

Re: ossaulib dbus error

2014-07-23 Thread Neil Jerram
On 2014-07-22 19:46, Max wrote: 22.07.2014 19:05, Neil Jerram пишет: On 2014-07-22 17:39, Max wrote: OK, sorry to take your time on that attempt. What if you do "guile --debug test.scm" where test.scm has just the load-path appending and (use-modules (glib dbus)) ? If that still doesn't w