Daniel Krizian

Results 5 comments of Daniel Krizian
trafficstars

Hi @iqbalansari, thanks, I tried running as you suggested, still don't get the expected behavior, i.e. don't get the expected message `Emacs daemon restarted! Use '%s -nw -s %s %s'...

i am getting the same error with a compiler different than MinGW, but the https://github.com/vedang/pdf-tools/pull/295 only addresses the MinGW scenario. `ifndef HAVE_VASPRINTF` should fix the issue as per https://lists.gnu.org/archive/html/emacs-elpa-diffs/2022-08/msg01485.html https://lists.gnu.org/archive/html/emacs-elpa-diffs/2022-08/msg01533.html

i am getting the same error with a compiler different than MinGW, but the https://github.com/vedang/pdf-tools/pull/295 only addresses the MinGW scenario. `ifndef HAVE_VASPRINTF` should fix the issue as per https://lists.gnu.org/archive/html/emacs-elpa-diffs/2022-08/msg01485.html https://lists.gnu.org/archive/html/emacs-elpa-diffs/2022-08/msg01533.html

``` $ echo $CC /home/daniel/conda/bin/x86_64-conda-linux-gnu-cc ``` (Please note my case is on Linux, not Windows) Exporting CC=/usr/bin/gcc-11 solved the error for me. On Tue, Oct 22, 2024 at 8:33 AM...