On Sun, 02 Sep 2018 23:07:27 +0200
Mats Lidell <mats.lidell(a)cag.se> wrote:
Thanks. Maybe I should consider deprecating non mule to reduce the
number of available build variations?
I build only non-mule builds and never have a problem.
I assume you know you have to delete all the *.elc in the XEmacs tree
for non-mule builds. They are built with mule and cause all sorts of
grief :(
My config is basically:
CFLAGS="-O2" \
./configure \
--prefix=/usr \
--without-error-checking \
--without-mule \
--with-default-eol-detection \
--with-xft \
$ARCH-slackware-linux
I also build without xft. I do apply a few patches.
If you are interested in looking at the patches, they are here:
https://github.com/smaclennan/dot-xemacs/tree/master/slackware/
The patches are in the patches directory and the main script is
make-xemacs.sh (no xft in this script).
Cheers,
Sean