From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Thu, 12 Feb 2015 01:22:06 +0100 Message-ID: References: <87y4t9m76w.fsf@lifelogs.com> <85k31coixa.fsf@stephe-leake.org> <85oapy5kt6.fsf@stephe-leake.org> <83y4oiiw81.fsf@gnu.org> <838ugdf251.fsf@gnu.org> <87bnl1vmqf.fsf@lifelogs.com> <87vbj8tow4.fsf@lifelogs.com> <87r3twtagf.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1423700549 7858 80.91.229.3 (12 Feb 2015 00:22:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2015 00:22:29 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 12 01:22:19 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YLhXr-0006Ao-JM for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2015 01:22:15 +0100 Original-Received: from localhost ([::1]:47590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLhXr-0002Hq-2q for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2015 19:22:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLhXn-0002Ha-9a for emacs-devel@gnu.org; Wed, 11 Feb 2015 19:22:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLhXj-0005Ig-8o for emacs-devel@gnu.org; Wed, 11 Feb 2015 19:22:11 -0500 Original-Received: from mail-ie0-f173.google.com ([209.85.223.173]:41239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLhXj-0005Hx-4z for emacs-devel@gnu.org; Wed, 11 Feb 2015 19:22:07 -0500 Original-Received: by iecrd18 with SMTP id rd18so8222502iec.8 for ; Wed, 11 Feb 2015 16:22:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=jJCnNRuEM/6Jffti3cmCkisw0xde0tyoTnnrEXmwglk=; b=SiAX93JODgARaOG0NodCpxQB4VfxdtoPLXdks43LzNI1XesfO6/KHdEYIqEfvtSJ5J HMr6L8pfxXZvcCK7X2Ec6y+Vem1FmooPf+uik/L/ZiXtCd9nYV93DNWSkUJ8muQQZTHD 3HZOMPDlfie3pY42OVPYqwRO2iJ/vveHF4IKYqGf/aUWYM5FWSiWgeEhwqnf1fOGJnq1 TFB/wzHnIeSyeD3pCbP4PpehUECSnGJEgGrfCpueCRi9zgQd4+DEGS3yU8Rmv3KuU8Y/ 8ZNBrdbmKrZh1S83FVbl9OXfpcJX7WytzpKwRyi+94fUGIQIbQ/7vCrc0aAGCDVbFw3C rN2A== X-Received: by 10.43.89.136 with SMTP id be8mr5756545icc.57.1423700526667; Wed, 11 Feb 2015 16:22:06 -0800 (PST) Original-Received: by 10.36.19.71 with HTTP; Wed, 11 Feb 2015 16:22:06 -0800 (PST) In-Reply-To: <87r3twtagf.fsf@lifelogs.com> X-Google-Sender-Auth: 4Gy6Lya72EgscHIteHL6b4kSr7s X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.223.173 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182933 Archived-At: On Wed, Feb 11, 2015 at 10:17 PM, Ted Zlatanov wrote: > I think it's because --with-ltdl is not the default. It should be, > right? Modules are enabled by default? They used to but Eli or Stefan said it should be off by default as it's still experimental. > 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? http://diobla.info/code/load-example/ Can you make this work? If you had to change the flags, which one did you use? As an alternative solution, we could bundle ltdl with emacs: http://www.gnu.org/software/libtool/manual/html_node/Distributing-libltdl.html > /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. This has more to do with --libs but it doesn't matter: if a package doesn't exist pkg-config prints an error message. Again, maybe try to find the right flags to build a sample libyaml program? We can go from there.