* bug#74431: [PATCH] [nt/INSTALL.W64] configure error about missing tree-sitter
@ 2024-11-19 2:37 Hiweed Mandriva3
2024-11-19 15:45 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Hiweed Mandriva3 @ 2024-11-19 2:37 UTC (permalink / raw)
To: 74431; +Cc: Hiweed Mandriva3
configure: error: The following required libraries were not found:
tree-sitter
Maybe some development libraries/packages are missing?
To build anyway, give:
--with-tree-sitter=ifavailable
as options to configure.
https://packages.msys2.org/base/mingw-w64-tree-sitter
it seems that tree-sitter on msys2/mingw-w64 has two libraries
mingw-w64-x86_64-libtree-sitter and mingw-w64-x86_64-tree-sitter
---
nt/INSTALL.W64 | 1 +
1 file changed, 1 insertion(+)
diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64
index 9694e85f269d..87eecff779a0 100644
--- a/nt/INSTALL.W64
+++ b/nt/INSTALL.W64
@@ -60,6 +60,7 @@ packages (you can copy and paste it into the shell with Shift + Insert):
mingw-w64-x86_64-harfbuzz \
mingw-w64-x86_64-libgccjit \
mingw-w64-x86_64-sqlite3 \
+ mingw-w64-x86_64-libtree-sitter \
mingw-w64-x86_64-tree-sitter
The packages include the base developer tools (autoconf, grep, make,
--
2.47.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74431: [PATCH] [nt/INSTALL.W64] configure error about missing tree-sitter
2024-11-19 2:37 bug#74431: [PATCH] [nt/INSTALL.W64] configure error about missing tree-sitter Hiweed Mandriva3
@ 2024-11-19 15:45 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-11-19 15:45 UTC (permalink / raw)
To: Hiweed Mandriva3; +Cc: 74431
merge 74431 74429
thanks
> Cc: Hiweed Mandriva3 <hiweedmandriva3@163.com>
> From: Hiweed Mandriva3 <hiweedmandriva3@163.com>
> Date: Tue, 19 Nov 2024 10:37:36 +0800
>
> configure: error: The following required libraries were not found:
> tree-sitter
> Maybe some development libraries/packages are missing?
> To build anyway, give:
> --with-tree-sitter=ifavailable
> as options to configure.
>
> https://packages.msys2.org/base/mingw-w64-tree-sitter
> it seems that tree-sitter on msys2/mingw-w64 has two libraries
> mingw-w64-x86_64-libtree-sitter and mingw-w64-x86_64-tree-sitter
> ---
> nt/INSTALL.W64 | 1 +
> 1 file changed, 1 insertion(+)
This is an exact duplicate of bug#74429 that you submitted a few hours
ago, so I'm merging them.
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-19 15:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 2:37 bug#74431: [PATCH] [nt/INSTALL.W64] configure error about missing tree-sitter Hiweed Mandriva3
2024-11-19 15:45 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).