public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Marius Vollmer <mvo@zagadka.ping.de>
To: John Fremlin <vii@altern.org>
Cc: guile-gtk@sourceware.cygnus.com
Subject: Re: compile error with gtk-1.2.7
Date: Sun, 12 Mar 2000 11:43:00 -0000	[thread overview]
Message-ID: <871z5gezxp.fsf@zagadka.ping.de> (raw)
In-Reply-To: <m266usupvn.fsf@boreas.southchinaseas>

John Fremlin <vii@altern.org> writes:

> guile-gtk.h:235: conflicting types for `gdk_color_copy'
> /usr/local/include/gdk/gdk.h:556: previous declaration of `gdk_color_copy'

Current CVS versions of guile-gtk should have this code in
guile-gtk.h:

    #ifndef HAVE_GDK_COLOR_COPY
    GdkColor*    gdk_color_copy     (GdkColor *);
    void         gdk_color_free     (GdkColor *);
    #endif

Thus, when Gtk+ contains gdk_color_copy itself, guile-gtk should not
declare its own prototype.  This is a fairly recent change, from
2000-02-27.

What version of guile-gtk are you using?

      reply	other threads:[~2000-03-12 11:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-12 10:43 John Fremlin
2000-03-12 11:43 ` Marius Vollmer [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871z5gezxp.fsf@zagadka.ping.de \
    --to=mvo@zagadka.ping.de \
    --cc=guile-gtk@sourceware.cygnus.com \
    --cc=vii@altern.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).