* MPS: module test failure
@ 2024-06-30 19:32 Ihor Radchenko
2024-06-30 19:49 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Ihor Radchenko @ 2024-06-30 19:32 UTC (permalink / raw)
To: emacs-devel; +Cc: Gerd Möllmann, Eli Zaretskii, eller.helmut
Hi,
I just tried make check on the latest scratch/igc, and I am getting
In file included from src/emacs-module-resources/mod-test.c:47:
../src/emacs-module.h:1301:26: error: unknown type name ‘Lisp_Object’
1301 | struct emacs_value_tag { Lisp_Object v; };
| ^~~~~~~~~~~
../src/emacs-module.h:1309:27: error: field ‘header’ has incomplete type
1309 | union vectorlike_header header;
| ^~~~~~
make[3]: *** [Makefile:297: src/emacs-module-resources/mod-test.so] Error 1
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: MPS: module test failure
2024-06-30 19:32 MPS: module test failure Ihor Radchenko
@ 2024-06-30 19:49 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-06-30 19:49 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: emacs-devel, gerd.moellmann, eller.helmut
> From: Ihor Radchenko <yantar92@posteo.net>
> Cc: Gerd Möllmann <gerd.moellmann@gmail.com>, Eli Zaretskii
> <eliz@gnu.org>,
> eller.helmut@gmail.com
> Date: Sun, 30 Jun 2024 19:32:48 +0000
>
> Hi,
>
> I just tried make check on the latest scratch/igc, and I am getting
>
> In file included from src/emacs-module-resources/mod-test.c:47:
> ../src/emacs-module.h:1301:26: error: unknown type name ‘Lisp_Object’
> 1301 | struct emacs_value_tag { Lisp_Object v; };
> | ^~~~~~~~~~~
> ../src/emacs-module.h:1309:27: error: field ‘header’ has incomplete type
> 1309 | union vectorlike_header header;
> | ^~~~~~
> make[3]: *** [Makefile:297: src/emacs-module-resources/mod-test.so] Error 1
module-tests are broken on the branch, so just don't run that.
The root cause is that some declarations were moved from
emacs-module.c to emacs-module.h.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-30 19:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-30 19:32 MPS: module test failure Ihor Radchenko
2024-06-30 19:49 ` 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).