[MacPorts] #31289: not able to build apple-gcc42
MacPorts
noreply at macports.org
Sun Sep 18 12:30:30 PDT 2011
#31289: not able to build apple-gcc42
---------------------------------+------------------------------------------
Reporter: enaud@… | Owner: jeremyhu@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.0.3
Resolution: worksforme | Keywords:
Port: apple-gcc42 |
---------------------------------+------------------------------------------
Changes (by jeremyhu@…):
* status: new => closed
* resolution: => worksforme
Comment:
Looks like something is wrong with libdecnumber:
{{{
$ grep -R ac_cv_type_uintptr_t .
./build-x86_64-apple-
darwin10/libiberty/config.log:ac_cv_type_uintptr_t=yes
./libdecnumber/config.log:ac_cv_type_uintptr_t=no
./libiberty/config.log:ac_cv_type_uintptr_t=yes
./prev-libdecnumber/config.log:ac_cv_type_uintptr_t=yes
./prev-libiberty/config.log:ac_cv_type_uintptr_t=yes
}}}
In that config log, I see this:
{{{
In file included from conftest.c:22:
/usr/include/inttypes.h:255:20: error: stdint.h: No such file or directory
}}}
Are you missing /usr/include/stdint.h?
Also, in that config.log, it has the value of ac_cv_type_uintptr_t set to
"no" before hand (as a cached value)
In addition, your version of XCode is an old pre-release. Please use the
latest beta.
It works for me. Please reopen if it still reproduces with the newest
version of XCode and you can answer the above questions. Thanks.
--
Ticket URL: <https://trac.macports.org/ticket/31289#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list