[LLVMbugs] [Bug 16282] New: SVN build problem under Centos 5.8 - redefinition of enumerator IPPROTO_*

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jun 9 04:35:30 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=16282

            Bug ID: 16282
           Summary: SVN build problem under Centos 5.8 - redefinition of
                    enumerator IPPROTO_*
           Product: compiler-rt
           Version: unspecified
          Hardware: Macintosh
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: dcblack56 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 10658
  --> http://llvm.org/bugs/attachment.cgi?id=10658&action=edit
make.log

There is a header conflict between:

  /usr/include/linux/in.h starting at line 24 (included from linux/mroute.h

  /usr/include/netinet/in.h starting at line 30

where they both try to define the same enumeration for standard IP protocols.

I am not sure how to proceed.

NOTE: I am running CentOS 5.8 under Parallels Desktop; however, I am pretty
certain this is not an issue with the underlying hardware.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130609/f770b49d/attachment.html>


More information about the llvm-bugs mailing list