[MacPorts] #46106: HexFiend @2.3.0_1: error: unknown type name '__uint128_t'

MacPorts noreply at macports.org
Wed May 6 21:46:08 PDT 2015


#46106: HexFiend @2.3.0_1: error: unknown type name '__uint128_t'
---------------------------+--------------------
  Reporter:  ryandesign@…  |      Owner:  cal@…
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.3.99
Resolution:                |   Keywords:
      Port:  HexFiend      |
---------------------------+--------------------

Comment (by ryandesign@…):

 Yup, there we go:

 {{{
 $ /usr/bin/clang -x c -std=c99 -pedantic -Wall -Werror -o /dev/null -arch
 x86_64 test.c
 $
 }}}
 {{{
 $ /usr/bin/clang -x c -std=c99 -pedantic -Wall -Werror -o /dev/null -arch
 i386 test.c
 test.c:5:3: error: use of undeclared identifier '__uint128_t'
   __uint128_t d = 21 * 2;
   ^
 test.c:6:24: error: use of undeclared identifier 'd'
   printf("%d\n", (int)(d));
                        ^
 2 errors generated.
 $
 }}}
 {{{
 $ /usr/bin/clang -x c -std=c99 -pedantic -Wall -Werror -o /dev/null -arch
 i386 -arch x86_64 test.c
 test.c:5:3: error: use of undeclared identifier '__uint128_t'
   __uint128_t d = 21 * 2;
   ^
 test.c:6:24: error: use of undeclared identifier 'd'
   printf("%d\n", (int)(d));
                        ^
 2 errors generated.
 $
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/46106#comment:7>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list