Changes between Initial Version and Version 1 of Ticket #71279
- Timestamp:
- Nov 11, 2024, 12:03:05 AM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71279
- Property Keywords sequoia added; cmake Sequoia removed
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
- Property Port cmake added
-
Ticket #71279 – Description
initial v1 1 1 Another error in building cmake while trying to install emacs on an M1 Mini under OS 15.1: 2 2 {{{ 3 3 :debug:build system -W /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_tree-sitter-cmake/tree-sitter-cmake/work/tree-sitter-cmake-0.1.0/src: /usr/bin/clang++ -Os -stdlib=libc++ -Os -arch arm64 -fPIC -c -I. scanner.cc 4 4 :info:build scanner.cc:1:10: fatal error: 'cwctype' file not found … … 9 9 :info:build Exit code: 1 10 10 :error:build Failed to build tree-sitter-cmake: command execution failed 11 }}}