[MacPorts] #55640: ocaml-ctypes: use of undeclared identifier 'uint64'

MacPorts noreply at macports.org
Wed Jan 3 23:06:46 UTC 2018


#55640: ocaml-ctypes: use of undeclared identifier 'uint64'
--------------------+--------------------------
 Reporter:  skymoo  |      Owner:
     Type:  defect  |     Status:  new
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:
 Keywords:          |       Port:  ocaml-ctypes
--------------------+--------------------------
 Getting the following when trying to build `ocaml-ctypes` on Sierra:

 {{{
 :info:build
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
 .org_release_tarballs_ports_ocaml_ocaml-ctypes/ocaml-ctypes/work/ocaml-
 ctypes-0.3.4/src/ctypes/type_info_stubs.c:51:52: error: expected
 expression
 :info:build    case Uint64_t: b = ctypes_copy_uint64(*(uint64 *)buf);
 break;
 :info:build                                                    ^
 :info:build
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
 .org_release_tarballs_ports_ocaml_ocaml-ctypes/ocaml-ctypes/work/ocaml-
 ctypes-0.3.4/src/ctypes/type_info_stubs.c:51:44: error: use of undeclared
 identifier 'uint64'
 :info:build    case Uint64_t: b = ctypes_copy_uint64(*(uint64 *)buf);
 break;
 :info:build                                            ^
 :info:build
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
 .org_release_tarballs_ports_ocaml_ocaml-ctypes/ocaml-ctypes/work/ocaml-
 ctypes-0.3.4/src/ctypes/type_info_stubs.c:92:29: error: expected
 expression
 :info:build    case Uint64_t: *(uint64 *)buf = Uint64_val(v); break;
 :info:build                             ^
 :info:build
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
 .org_release_tarballs_ports_ocaml_ocaml-ctypes/ocaml-ctypes/work/ocaml-
 ctypes-0.3.4/src/ctypes/type_info_stubs.c:92:21: error: use of undeclared
 identifier 'uint64'
 :info:build    case Uint64_t: *(uint64 *)buf = Uint64_val(v); break;
 :info:build                     ^
 :info:build 4 errors generated.
 }}}

 Full build log is attached.

--
Ticket URL: <https://trac.macports.org/ticket/55640>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list