1 line
2 KiB
Plaintext
1 line
2 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>Hello there guys.</p> <p>So, I've recently got the source for Emacs 28.0.90 from <a href="https://git.savannah.gnu.org/cgit/emacs.git">https://git.savannah.gnu.org/cgit/emacs.git</a> and built and installed it following the instructions. More specifically, I ran the following:</p> <ol> <li><code>./autogen.sh</code></li> <li><code>/configure --with-native-compilation=yes --with-json=yes --with-gnutls=yes --with-x-toolkit=lucid --with-mailutils=yes --with-rsvg=yes</code></li> <li><code>make -j4</code></li> <li><code>sudo make install</code></li> </ol> <p>The compilation and install were successful, as well as the Doom install. However when I try to run Emacs I get the following error message:</p> <p><code>error: Invalid hash table rehash size, 1.0</code></p> <p>When I try to run an Emacs client (after successfully starting a daemon) I get a more elaborate error message:</p> <p><code>*ERROR*: Error in a Doom startup hook: server-after-make-frame-hook, doom-init-theme-h, (error "Invalid hash table rehash size" 1.0)</code></p> <p>The same happens when build and install Emacs 27.2 (source also from Savannah), without, of course, the native compilation flag on configure.</p> <p>I saw that some Spacemacs users ran into the same problem and submitted this <a href="https://github.com/syl20bnr/spacemacs/issues/10586">issue</a>. I tried, as suggested there, to run an apt upgrade, but had no success.</p> <p>Btw, I'm using Ubuntu 20 and Emacs works fine in the terminal.</p> <p>Has anyone ran into the same issue? How can I fix this? </p> <p>Thanks in advance!</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/ducbueno__"> /u/ducbueno__ </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rc2eu9/problem_with_doom_and_built_from_source_emacs/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rc2eu9/problem_with_doom_and_built_from_source_emacs/">[comments]</a></span> |