You are not logged in.
Hi!
I've been using Arch for couple months and after every new installation I installed emacs-otf and everything worked.
I reinstalled for educational purposes once again couple days ago and now I cannot compile emacs-otf. I installed all dependiencies using yaourt, I mean they all have [installed] label in yaourt. But installing emacs-otf runs configure again and again.
Please help me, I am emacs-otf addicted ![]()
Here's end of first configure:
checking for size_t... yes
checking for mbstate_t... yes
checking for C restrict keyword... __restrict
checking for C restricted array declarations... yes
Configured for `i686-pc-linux-gnu'.
Where should the build process find the source code? /home/maciek/abs/emacs-otf/src/emacs
What operating system and machine description files should Emacs use?
`s/gnu-linux.h' and `m/intel386.h'
What compiler should emacs be built with? gcc -march=i686 -mtune=generic -O2 -pipe
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? x11
What toolkit should Emacs use? GTK
Where do we find X Windows header files? Standard dirs
Where do we find X Windows libraries? Standard dirs
Does Emacs use -lXaw3d? no
Does Emacs use -lXpm? yes
Does Emacs use -ljpeg? yes
Does Emacs use -ltiff? yes
Does Emacs use a gif library? yes -lgif
Does Emacs use -lpng? yes
Does Emacs use -lrsvg-2? yes
Does Emacs use -lgpm? yes
Does Emacs use -ldbus? yes
Does Emacs use -lfreetype? yes
Does Emacs use -lm17n-flt? yes
Does Emacs use -lotf? yes
Does Emacs use -lxft? yes
Does Emacs use X toolkit scroll bars? yes
configure: creating ./config.status
./config.status
config.status: creating Makefile
config.status: creating lib-src/Makefile.c
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile.c
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing default commands
creating src/epaths.h
make[10]: Entering directory `/home/maciek/abs/emacs-otf/src/emacs'
make[10]: Warning: File `/home/maciek/abs/emacs-otf/src/emacs/configure' has modification time 7.2e+04 s in the future
./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr --with-xft --with-xpm --enable-font-backend --with-jpeg --with-tiff --with-gif --with-png --with-x-toolkit=gtk --with-sound --with-libotf --with-m17-flt CFLAGS=-march=i686 -mtune=generic -O2 -pipe --no-create --no-recursion
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc...and configures from beginning.
Offline