[LLVMbugs] [Bug 19088] New: /usr/include/limits.h:124:16: fatal error: 'limits.h' file not found

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Mar 8 18:15:18 PST 2014


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

            Bug ID: 19088
           Summary: /usr/include/limits.h:124:16: fatal error: 'limits.h'
                    file not found
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: pdknsk at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

I noticed this while trying to compile libpng. This still worked until a few
days ago.

#include <limits.h>

int main() {
  return 0;
}

/usr/include/limits.h:124:16: fatal error: 'limits.h' file not found
# include_next <limits.h>
               ^
1 error generated.

$ apt-cache madison clang-3.5
 clang-3.5 | 1:3.5~svn203345-1~exp1 | http://llvm.org/apt/saucy/
llvm-toolchain-saucy/main i386 Packages

-- 
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/20140309/6e233fa9/attachment.html>


More information about the llvm-bugs mailing list