Hi Mark,
Shortly after the releases of Guile XCB 1.1 and Guile WM 0.1, some
important problems were fixed in the build system. Would you be willing
to produce new tarball releases?
Several of us are interested in Guile WM and would like to make it
easier for new users to play with and hack on.
Hello,
I'd want to get extensiondir value from %guile-build-info dictionnary:
print %guile-build-info
$1 = ((buildstamp . "2012-02-28 05:38:10") (CFLAGS . " -pthread") (LIBS .
"-Wl,-Bsymbolic-functions -Wl,-z,relro -lcrypt -lm ") (libguileinterface .
"26:0:4") (guileversion . "2.0.5-deb+1-1
2013/11/29
>
> Are `display' and `write' supposed to get overwritten with generic
> functions when GOOPS is loaded? The manual says so, but when I try it in
> 2.0.9 and the latest build on master, it doesn't seem to happen:
>
> scheme@(guile-user)> (use-modules (oop goops))
> scheme@(guile-user)>