Re: guile-1.8 and goops c-api

2008-02-20 Thread RenéKöcher
Sorry to reply to myself but I detected the problem. My code is correct and working as expected but scm_add_slot() will segfault anyways because of bug #22369. I checked it agianst the present cvs head and it still an issue. Applying the supplied patch fixes the problem. In existing code the same

guile-1.8 and goops c-api

2008-02-20 Thread René Köcher
Hi, I'm sending out an SOS to the guile-devel list! Is there anybody out there able to provide me with a decent, working example on how to export a goops-class using guile-1.8 c-api _only_?? I tried really hard over the past two days and neither have I found any working code nor could I get my ow