Skip to content

/usr/include/limits.h:124:16: fatal error: 'limits.h' file not found #19462

@llvmbot

Description

@llvmbot
Bugzilla Link 19088
Resolution FIXED
Resolved on Mar 15, 2014 05:41
Version trunk
OS Linux
Reporter LLVM Bugzilla Contributor
CC @sylvestre

Extended Description

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.5svn203345-1exp1 | http://llvm.org/apt/saucy/ llvm-toolchain-saucy/main i386 Packages

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclangClang issues not falling into any other category

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions