All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Porter <scott@javascript-games.org>
To: linux-kernel@vger.kernel.org
Subject: Type conflicts in in.h header files.
Date: Sat, 01 Nov 2003 22:11:03 +0000	[thread overview]
Message-ID: <3FA42F77.5010508@javascript-games.org> (raw)

Hi,

    This is my first posting here, I'm not subscribed so I'd appreciate 
any responses via email (although I will scan the lkml via Google).

    There appears to be a conflict between the structures defined in the 
following files:
        /usr/include/linux/in.h
        /usr/include/netinet/in.h

    The kernel source I am using:
       2.4.20-gentoo-r5 (I assume the Gentoo patches wouldn't cause this 
though?)

    I'm not much of a C programmer, but I'm attempting to build an old 
daemon called "mrouted" to allow me to set up a multicast router using 
linux (there doesn't seem to be ANY current documentation about this, so 
I'm assuming I still need to use this daemon?!). The kernel was compiled 
with all routing options enabled. Here's a partial error log during the 
build:

gcc -D__BSD_SOURCE  -Ibsd -O -Iinclude-linux  -DRSRR       -c -o igmp.o 
igmp.c
In file included from /usr/include/linux/mroute.h:5,
                 from defs.h:34,
                 from igmp.c:14:
/usr/include/linux/in.h:25: conflicting types for `IPPROTO_IP'
/usr/include/netinet/in.h:32: previous declaration of `IPPROTO_IP'
/usr/include/linux/in.h:26: conflicting types for `IPPROTO_ICMP'
/usr/include/netinet/in.h:36: previous declaration of `IPPROTO_ICMP'
/usr/include/linux/in.h:27: conflicting types for `IPPROTO_IGMP'
/usr/include/netinet/in.h:38: previous declaration of `IPPROTO_IGMP'
/usr/include/linux/in.h:28: conflicting types for `IPPROTO_IPIP'
/usr/include/netinet/in.h:40: previous declaration of `IPPROTO_IPIP'

    I did "fix" this problem by symlinking linux/in.h -> netinet/in.h, 
however, this may have caused other problems during the build, but 
that's my problem I guess!

    Cheers,
                Scott

-- 
Scott Porter


             reply	other threads:[~2003-11-01 22:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-01 22:11 Scott Porter [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-11-02  0:05 Type conflicts in in.h header files Noah J. Misch

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=3FA42F77.5010508@javascript-games.org \
    --to=scott@javascript-games.org \
    --cc=linux-kernel@vger.kernel.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 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.