From: Aljosha Papsch <lists@rpapsch.de>
To: guile-user@gnu.org
Subject: Re: guile-gnome and guile 2
Date: Sat, 10 Aug 2013 17:21:56 +0200 [thread overview]
Message-ID: <1376148116.2142.3.camel@creek.rivers> (raw)
In-Reply-To: <87wqnuwvct.fsf@gmail.com>
Am Freitag, den 09.08.2013, 15:51 -0300 schrieb Diogo F. S. Ramos:
> >> 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.
>
> Thanks again.
>
> I do have libglib2.0-dev installed here, so I don't think this is it.
>
> 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/gmacros.h', which `gmacros.h' doesn't like and has a
> specific #if for this.
>
This is due to recent Glib only allowing glib.h to be included directly.
Any old program which does this will get this compilation error. So, the
solution for you would be to find all occurences in guile-gnome where
another Glib header is included and remove it (or replace it with glib.h
if needed). But maybe this was already done in Git?
Best regards.
next prev parent reply other threads:[~2013-08-10 15:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-09 17:26 guile-gnome and guile 2 Diogo F. S. Ramos
2013-08-09 17:40 ` David Pirotte
2013-08-09 17:57 ` Diogo F. S. Ramos
2013-08-09 18:31 ` David Pirotte
2013-08-09 18:51 ` Diogo F. S. Ramos
2013-08-09 20:20 ` David Pirotte
2013-08-10 15:21 ` Aljosha Papsch [this message]
2013-08-11 15:53 ` David Pirotte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1376148116.2142.3.camel@creek.rivers \
--to=lists@rpapsch.de \
--cc=guile-user@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).