|
From: | Herbert J. Skuhra |
Subject: | Re: Trunk: Build error on FreeBSD |
Date: | Tue, 18 Sep 2012 00:42:24 +0200 |
User-agent: | Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.2.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
Thanks for the fix. One more thing: % ./configure --without-gconf --without-dbus --without-gsettings [...] Does Emacs use -ldbus? no Does Emacs use -lgconf? no Does Emacs use GSettings? no [...] % gmake bootstrap [...] Does Emacs use -ldbus? yes Does Emacs use -lgconf? yes Does Emacs use GSettings? yes [...] % ldd src/emacs |egrep "(gconf|dbus)" libdbus-1.so.3 => /usr/local/lib/libdbus-1.so.3 (0x2917c000) libgconf-2.so.4 => /usr/local/lib/libgconf-2.so.4 (0x2933f000) Is this expected? Or should bootstrap use EMACS_CONFIG_OPTIONS? -- Herbert
[Prev in Thread] | Current Thread | [Next in Thread] |