[MacPorts] #53568: sqlite3 3.17.0 fails to compile: use of unknown builtin

MacPorts noreply at macports.org
Tue Feb 14 15:47:26 UTC 2017


#53568: sqlite3 3.17.0 fails to compile: use of unknown builtin
----------------------+-------------------------
  Reporter:  hewonen  |      Owner:  Schamschula
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.4.0
Resolution:           |   Keywords:
      Port:  sqlite3  |
----------------------+-------------------------

Comment (by daveletourneau):

 I had the same problem this morning. The output of

 {{{
 clang -dM -E -x c /dev/null | grep __clang_
 }}}

 is...

 {{{
 #define __clang__ 1
 #define __clang_major__ 7
 #define __clang_minor__ 0
 #define __clang_patchlevel__ 2
 #define __clang_version__ "7.0.2 (clang-700.1.81)"
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/53568#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list