* emacs 23.0.60; --without-x should --disable-font-backend
@ 2008-03-05 11:31 Brad Walker
2008-05-20 6:38 ` Kenichi Handa
0 siblings, 1 reply; 3+ messages in thread
From: Brad Walker @ 2008-03-05 11:31 UTC (permalink / raw)
To: emacs-devel
In the latest CVS head ./configure --without-x enables font backend and
freetype if they're detected.
[brad@brad emacs]$ ./configure --without-x
...
Configured for `x86_64-unknown-linux-gnu'.
Where should the build process find the source
code? /home/brad/emacs
What operating system and machine description files should Emacs use?
`s/gnu-linux.h' and `m/amdx86-64.h'
What compiler should emacs be built with? gcc -g -O2
-Wno-pointer-sign
Should Emacs use the GNU version of malloc? yes
(Using Doug Lea's new malloc from the GNU C Library.)
Should Emacs use a relocating allocator for buffers? yes
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? none
What toolkit should Emacs use? none
Where do we find X Windows header files? NONE
Where do we find X Windows libraries? NONE
Does Emacs use -lXaw3d? no
Does Emacs use -lXpm? no
Does Emacs use -ljpeg? no
Does Emacs use -ltiff? no
Does Emacs use a gif library? no
Does Emacs use -lpng? no
Does Emacs use -lrsvg-2? no
Does Emacs use -lgpm? no
Does Emacs use -ldbus? yes
Does Emacs use a font backend? yes
Does Emacs use -lfreetype? yes
Does Emacs use -lm17n-flt? no
Does Emacs use -lotf? no
Does Emacs use -lxft? no
Does Emacs use X toolkit scroll bars? no
Building this breaks on xdisp.c:
[brad@brad emacs]$ make bootstrap
...
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I.
-I/home/brad/emacs/src -D_BSD_SOURCE -I/usr/include/alsa
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2
-Wno-pointer-sign -I/usr/include/freetype2 frame.c
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I.
-I/home/brad/emacs/src -D_BSD_SOURCE -I/usr/include/alsa
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2
-Wno-pointer-sign -I/usr/include/freetype2 scroll.c
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I.
-I/home/brad/emacs/src -D_BSD_SOURCE -I/usr/include/alsa
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2
-Wno-pointer-sign -I/usr/include/freetype2 xdisp.c
xdisp.c: In function ‘handle_auto_composed_prop’:
xdisp.c:4596: error: ‘enable_font_backend’ undeclared (first use in this
function)
xdisp.c:4596: error: (Each undeclared identifier is reported only once
xdisp.c:4596: error: for each function it appears in.)
make[2]: *** [xdisp.o] Error 1
make[2]: Leaving directory `/home/brad/emacs/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/brad/emacs'
make: *** [bootstrap] Error 2
"./configure --without-x --disable-font-backend" successfully builds.
Results found on Fedora Rawhide.
Brad Walker
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: emacs 23.0.60; --without-x should --disable-font-backend
2008-03-05 11:31 emacs 23.0.60; --without-x should --disable-font-backend Brad Walker
@ 2008-05-20 6:38 ` Kenichi Handa
2008-05-20 7:42 ` Brad Walker
0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2008-05-20 6:38 UTC (permalink / raw)
To: Brad Walker; +Cc: dcwang, ismail, me, sangu.xorg, emacs-devel
In article <1204716692.2823.8.camel@brad.office>, Brad Walker <me@bradmwalker.com> writes:
> In the latest CVS head ./configure --without-x enables font backend and
> freetype if they're detected.
I've just installed a fix.
---
Kenichi Handa
handa@ni.aist.go.jp
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: emacs 23.0.60; --without-x should --disable-font-backend
2008-05-20 6:38 ` Kenichi Handa
@ 2008-05-20 7:42 ` Brad Walker
0 siblings, 0 replies; 3+ messages in thread
From: Brad Walker @ 2008-05-20 7:42 UTC (permalink / raw)
To: Kenichi Handa; +Cc: emacs-devel
On Tue, 2008-05-20 at 15:38 +0900, Kenichi Handa wrote:
> In article <1204716692.2823.8.camel@brad.office>, Brad Walker <me@bradmwalker.com> writes:
>
> > In the latest CVS head ./configure --without-x enables font backend and
> > freetype if they're detected.
>
> I've just installed a fix.
That was another issue but now I can build HEAD --without-x. Thanks
Kenichi!
Brad Walker
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-20 7:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05 11:31 emacs 23.0.60; --without-x should --disable-font-backend Brad Walker
2008-05-20 6:38 ` Kenichi Handa
2008-05-20 7:42 ` Brad Walker
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.