From: Mark H Weaver <mhw@netris.org>
To: Nikita Karetnikov <nikita@karetnikov.org>
Cc: bug-guix@gnu.org
Subject: Re: w3m: 'license'; error: redefinition of 'struct file_handle'
Date: Wed, 13 Feb 2013 00:50:42 -0500 [thread overview]
Message-ID: <8738x0lq31.fsf@tines.lan> (raw)
In-Reply-To: <878v6spyx3.fsf@karetnikov.org> (Nikita Karetnikov's message of "Wed, 13 Feb 2013 00:26:00 -0500")
Nikita Karetnikov <nikita@karetnikov.org> writes:
> w3m raises the following error:
>
> istream.h:23:8: error: redefinition of 'struct file_handle'
The issue here is that glibc started using "struct file_handle", which
conflicts with w3m's prior use of the same name. You shouldn't need a
patch for this. Just replace "struct file_handle" with "struct
io_file_handle" everywhere in the w3m source code. That will have no
effect on the operation of the program whatsoever.
Mark
next prev parent reply other threads:[~2013-02-13 5:50 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-13 5:26 w3m: 'license'; error: redefinition of 'struct file_handle' Nikita Karetnikov
2013-02-13 5:50 ` Mark H Weaver [this message]
2013-02-13 6:57 ` Nikita Karetnikov
2013-03-03 22:56 ` Cyril Roelandt
2013-03-04 5:34 ` [PATCH] gnu: Add w3m. (was: w3m: 'license'; error: redefinition of 'struct file_handle') Nikita Karetnikov
2013-03-04 10:09 ` [PATCH] gnu: Add w3m Ludovic Courtès
2013-02-13 6:28 ` w3m: 'license'; error: redefinition of 'struct file_handle' Mark H Weaver
2013-02-13 10:43 ` Andreas Enge
2013-02-13 21:56 ` Ludovic Courtès
2013-02-14 3:20 ` Mark H Weaver
2013-02-15 6:43 ` Mark H Weaver
2013-02-15 14:38 ` Ludovic Courtès
2013-02-15 19:59 ` Mark H Weaver
2013-02-13 21:53 ` Ludovic Courtès
2013-03-02 15:12 ` Ludovic Courtès
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=8738x0lq31.fsf@tines.lan \
--to=mhw@netris.org \
--cc=bug-guix@gnu.org \
--cc=nikita@karetnikov.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.