[MacPorts] #33151: gcc43, gcc44, gcc45, gcc46, gcc47: fails to compile universal
MacPorts
noreply at macports.org
Wed Mar 21 12:16:47 PDT 2012
#33151: gcc43, gcc44, gcc45, gcc46, gcc47: fails to compile universal
-------------------------------+--------------------------------------------
Reporter: gvibe06@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.3
Keywords: | Port: gcc43, gcc44, gcc45, gcc46, gcc47
-------------------------------+--------------------------------------------
Comment(by warrensomebody@…):
After manually installing ppl, I tried again, and hit this one:
{{{
configure:5934: checking for version 0.15.5 (or later revision) of CLooG
configure:5951: /usr/bin/clang -arch i386 -arch x86_64 -c -pipe -O2
-DCLOOG_PPL_BACKEND -I/opt/local/include -I/opt/local/include
-I/opt/local/include -I/opt/local/include conftest.c >&5
conftest.c:10:10: fatal error: 'cloog/cloog.h' file not found
#include "cloog/cloog.h"
^
1 error generated.
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include "cloog/cloog.h"
| int
| main ()
| {
|
| #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15 ||
CLOOG_VERSION_REVISION < 5
| choke me
| #endif
|
| ;
| return 0;
| }
configure:5976: result: no
}}}
--
Ticket URL: <https://trac.macports.org/ticket/33151#comment:25>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list