#45152: pure-reduce @0.4: new port submission --------------------------+-------------------------- Reporter: aggraef@… | Owner: ryandesign@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: pure-reduce | --------------------------+-------------------------- Comment (by ryandesign@…): The build fails: {{{ gcc -Os -arch x86_64 -c -o arith01.o ../../cslbase/arith01.c In file included from ../../cslbase/arith01.c:45: In file included from ../../cslbase/headers.h:120: ../../cslbase/tags.h:54:2: error: This system needs a 32-bit integer type. #error This system needs a 32-bit integer type. ^ 1 error generated. }}} Also, it's using a hardcoded `gcc` for the compiler instead of UsingTheRightCompiler. That can be fixed by adding: {{{ build.args CC="${configure.cc}" }}} but it doesn't change the error. I'll attach my Portfile in progress. -- Ticket URL: <https://trac.macports.org/ticket/45152#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X