[MacPorts] #30748: atlas @3.9.47 build failure (can't find stdint.h)
MacPorts
noreply at macports.org
Sun Aug 14 07:19:18 PDT 2011
#30748: atlas @3.9.47 build failure (can't find stdint.h)
-----------------------------------+----------------------------------------
Reporter: matt_langston@… | Owner: jameskyle@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.1
Keywords: | Port: atlas
-----------------------------------+----------------------------------------
Comment(by matt_langston@…):
I have stdint.h installed and it works fine for me. This simple test
produces no errors:
{{{
$ cat test.c
#include <stdint.h>
int main(int atgc, char** argv) {
return 0;
}
$ gcc test.c
}}}
I don't think stdint.h should be installed in /usr/local because it is an
implementation detail of the compiler one is using (i.e. it is part of the
C99 standard library).
I have multiple version of stdint.h installed on my system for various
MacOSX and iOS SDKs that I use.
{{{
$ mdfind -name stdint.h | wc -l
146
}}}
--
Ticket URL: <https://trac.macports.org/ticket/30748#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list