bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58411: 29.0.50; [PATCH] [Treesitter] tree_sitter/api.h file not foun


From: Daniel Martín
Subject: bug#58411: 29.0.50; [PATCH] [Treesitter] tree_sitter/api.h file not found when compiling Emacs
Date: Mon, 10 Oct 2022 13:06:13 +0200

When trying to compile the Emacs Treesiter branch, I got the following
compilation error:

In file included from emacs.c:140:
./treesit.h:23:10: fatal error: 'tree_sitter/api.h' file not found
#include <tree_sitter/api.h>
         ^~~~~~~~~~~~~~~~~~~
1 error generated.

The reason is that the Makefile is not referring to the correct C
compiler flags because of a typo.  I've attached a patch to correct the
problem.

Thanks.

Attachment: 0001-Fix-typo-in-Makefile.in.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]