Hi again,
> I do have libglib2.0-dev installed here, so I don't think this is it.
Sorry, indeed I miss read your message.
> The complained file is `/glib/gnome/gobject/guile-support.h', line 27.
> One can see that it is indeed including something other than `glib.h',
> in this case, `glib/gmacro
>> Second, with the guile-gnome tarball you referenced, it errors
>> complaining that only `glib.h' can be included directly, so the
>> compilation stops.
>
> That probably is because the '-dev' files/packages are not installed on your
> machine. I am on debian it is the libglib2.0-dev package.
Th
Diogo,
> I tried compiling it, but without luck, so I was unsure.
> First, I had to do a minor fix to the configure script of g-wrap so the
> warnings about deprecation would not halt the compilation.
Yes indeed you'd need to configure like this:
./configured --disable-Werror
> Second,
There is no simple way to set procedure-documentation in guile.
For some years I've done it in the module's scheme description like
(set-procedure-property! proc 'documentation "help text")
but this is quite hard to maintain, and what seems to be the standard way
(looking at libguile)
is too comp
>> Is there a release of guile-gnome which works with guile 2?
>
> Yes, here a the link to the latest tarball:
>
>
> http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.2.tar.gz
>
> Obviously, there a re dependencies
>
> http://www.gnu.org/software/gu
Hello Diogo,
> Is there a release of guile-gnome which works with guile 2?
Yes, here a the link to the latest tarball:
http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.2.tar.gz
Obviously, there a re dependencies
http://www.gnu.org/software
Is there a release of guile-gnome which works with guile 2?