File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -913,7 +913,7 @@ upgrade-emacs:
913
913
echo MAYBE git clean -dxf && \
914
914
git pull --jobs=8 --recurse --rebase=no && \
915
915
./autogen.sh && \
916
- ./configure --prefix=$$ HOME/.local --with-harfbuzz && \
916
+ ./configure --prefix=$$ HOME/.local --with-harfbuzz --with-native-compilation=no && \
917
917
make -j $(NPROC_BAZEL ) bootstrap && \
918
918
make install
919
919
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ impossible and I really don't feel like becoming a git guru.
153
153
154
154
155
155
* Install [ SWI-Prolog] ( http://www.swi-prolog.org/Download.html ) . You
156
- need at least version 8 .3.24 , so as of 2021-05-08 , this means
156
+ need at least version 9 .3.5 , so as of 2024-04-30 , this means
157
157
using the "devel" download or PPA.
158
158
For Ubuntu, Debian, and similar (following the instructions at https://www.swi-prolog.org/build/PPA.html ):
159
159
* ` sudo apt install software-properties-common `
@@ -492,6 +492,13 @@ UTF8 everywhere).
492
492
493
493
## Known issues
494
494
495
+ * You might get a mysterious error message about
496
+ "builtins_version(...) should be ..."; this typically indicates
497
+ that the Prolog or Python interpreter has changed since the
498
+ last processing. The simplest solution is to delete all the output
499
+ (e.g., ` rm -rf /tmp/pykythe ` ) and re-run.
500
+
501
+
495
502
* See also https://github.com/kamahen/pykythe/issues
496
503
497
504
* Needs more documentation.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set -o pipefail
14
14
SRCDIR=$HOME /src # Change as needed
15
15
DOWNLOADDIR=$HOME /Downloads # Change as needed
16
16
KYTHE_VERSION=v0.0.37 # Change as needed
17
- NEED_SWIPL_VERSION=" 8 .3.24 " # Change as needed
17
+ NEED_SWIPL_VERSION=" 9 .3.5 " # Change as needed
18
18
19
19
# The following are needed only if you don't have Python3.7 already:
20
20
# sudo add-apt-repository ppa:deadsnakes/ppa
You can’t perform that action at this time.
0 commit comments