emacs-devel
[Top][All Lists]
Advanced

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

Re: make check fails? (emacs-26.1 w/modules)


From: Greg Minshall
Subject: Re: make check fails? (emacs-26.1 w/modules)
Date: Mon, 03 Sep 2018 18:12:40 +0300

oops.  i take back my one observation:

> the only thing i notice odd is that test/data/emacs-module/mod-test.c,
> when (presumably) registering, calls : provide (env, "mod-test"); rather
> than some variant of Fprovide().  but, since i don't really know how
> modules are expected to behave, i can't really say.

as it turns out, provide() is provided in mod-test.c itself, as a
wrapper for, essentially, Qprovide(), which i guess to be correct.

btw, i should have mentioned that the dynamic library for mod-test
appears to exist, have emacs_module_init in it:

----
bash minshall-apollo: {1184} ls -l test/data/emacs-module/mod-test.so
-rwxrwxr-x 1 minshall minshall 68712 Sep  3 17:23 
test/data/emacs-module/mod-test.so*
bash minshall-apollo: {1185} nm test/data/emacs-module/mod-test.so | grep 
emacs_module_init
0000000000000ee0 T emacs_module_init
----

cheers, Greg



reply via email to

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