[MacPorts] #71663: tree-sitter-cmake does not build
MacPorts
noreply at macports.org
Sat Dec 28 05:37:22 UTC 2024
#71663: tree-sitter-cmake does not build
--------------------------------+----------------------
Reporter: aedolphin | Owner: amake
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.10.5
Resolution: | Keywords:
Port: tree-sitter-cmake |
--------------------------------+----------------------
Changes (by ryandesign):
* status: new => assigned
* owner: (none) => amake
* milestone: MacPorts Future =>
Comment:
The port compiles fine for me on macOS 12 using MacPorts clang 19. Please
attach the main.log file showing the errors you encountered.
If these are bugs, they are upstream bugs that should be reported to the
developers of tree-sitter-cmake.
However, without seeing the log, my initial reaction is that <wctype.h> is
a C header while scanner.cc is a C++ file therefore it is correct for it
to include the C++ header <cwctype> instead. And if `iswspace` is part of
the `std` namespace then it is correct to refer to it as `std::iswspace`.
(If you include the C header instead of the C++ header, then you must not
refer to it by namespace.)
The Milestone field is not used unless the Component field is "base".
--
Ticket URL: <https://trac.macports.org/ticket/71663#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list