頓服と眠剤を飲んで休む.
タグ: 抑鬱感
$ export AUTOCONF_VERSION="2.71"
$ export AUTOMAKE_VERSION="1.16"
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/gcc/x86_64-unknown-openbsd7.4/11.2.0
$ ./autogen.sh
$ ./configure \
'CFLAGS=-I/usr/include -I/usr/X11R6/include -I/usr/local/include' \
'LDFLAGS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -lgccjit' \
--prefix=/usr/local \
--mandir=/usr/local/share/man \
--infodir=/usr/local/info \
--with-x-toolkit=athena \
--with-imagemagick \
--with-xaw3d \
--with-x \
--without-xim \
--with-xpm=ifavailable \
--with-native-compilation
$ git pull
$ gmake bootstrap
$ gmake check
# gmake install
Error in post-command-hook (ccc-update-buffer-local-frame-params): (void-function facemenu-color-equal)
** facemenu.el is no longer preloaded.
(require 'facemenu)
Wrong number of arguments: sit-for, 3
(sit-for delay 0 'no-redisplay)
For instance, in old versions of Emacs the sit-for function accepted three arguments, like this
(sit-for seconds milliseconds nodisp)
However, calling sit-for this way is considered obsolete.
Function: sit-for seconds &optional nodisp
(sit-for seconds &optional nodisp)
** The obsolete calling convention of 'sit-for' has been removed.
That convention was: '(sit-for SECONDS MILLISEC &optional NODISP)'.
(sit-for delay 0 'no-redisplay)
(sit-for (+ delay 0) 'no-redisplay)
M-x emacs-version
This is GNU Emacs 30.0.50 (build 1, x86_64-unknown-openbsd7.4,
X toolkit, cairo version 1.18.0, Xaw3d scroll bars) of 2023-11-03