emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Ted Zlatanov
Subject: Re: Dynamic loading progress
Date: Wed, 11 Feb 2015 16:17:04 -0500
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

On Wed, 11 Feb 2015 17:24:51 +0100 Aurélien Aptel <address@hidden> wrote: 

AA> On Wed, Feb 11, 2015 at 5:05 PM, Ted Zlatanov <address@hidden> wrote:
>> I did "make bootstrap" but now get:
>> 
>> Symbol's function definition is void: defun

AA> I have no idea what is causing that :|

I think it's because --with-ltdl is not the default.  It should be,
right?  Modules are enabled by default?

AA>     ./autogen.sh && ./configure --with-ltdl && make -kj8

OK, so the problem is that my system (Ubuntu 14.10) has that library but
it's not autodetected.  What can I do to help you find the problem?

AA> Run ./modules/tests.py. It should work no matter the current working 
directory.

I got:

% ./modules/tests.py

[*] testing module yaml...
[*] building module...
gcc -ggdb3 -Wall -I../../src -I../../lib `pkg-config yaml-0.1 --cflags` -fPIC 
-c yaml.c
gcc -shared `pkg-config yaml-0.1 --libs` -o yaml.so yaml.o
../../lib-src/make-docfile yaml.c > yaml.doc
rm yaml.o
[*] running test.el...
Eager macro-expansion failure: (void-variable )
Running 5 tests (2015-02-11 16:13:26-0500)
/home/tzz/source/emacs/emacs/src/emacs: symbol lookup error: 
/home/tzz/source/emacs/emacs/modules/yaml/yaml.so: undefined symbol: 
yaml_parser_initialize
[!] yaml tests failed

I have libyaml-dev installed, but `pkg-config yaml-0.1 --cflags` returns
nothing.  That may be expected--I don't see a yaml.pc anywhere.

Ted




reply via email to

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