I’m getting a lot of deprecation warnings when compiling emacs on macOS Catalina. Additionally, I see the following error when I execute emacs:

Loading /Volumes/Evo840/Users/Shared/emacs/lisp/term/common-win.el (source)...
2020-05-12 08:37:07.767 temacs[7502:473322] Failed to initialize color list unarchiver: Error Domain=NSCocoaErrorDomain Code=4864 "*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver" UserInfo={NSDebugDescription=*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver}

My workflow is basically:

./configure --without-x --with-ns --with-modules --enable-silent-rules \
--without-makeinfo \
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig \
LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" \
CC=clang OBJC=clang CFLAGS="-g -O2”
make bootstrap
make install


PEDRO ANDRES ARANDA GUTIERREZ
paranda@it.uc3m.es
Universidad Carlos III Madrid

Fragen sind nicht da um beantwortet zu werden…
Fragen sind da, um gestellt zu werden.
Georg Kreisler