Advertisement
Guest User

Untitled

a guest
Aug 7th, 2021
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.34 KB | None | 0 0
  1. make EMACS=/usr/bin/emacs-27.2
  2. Loading /usr/share/emacs/site-lisp/site-start.d/asy-init.el (source)...
  3. Loading /usr/share/emacs/site-lisp/site-start.d/autoconf-init.el (source)...
  4. Loading /usr/share/emacs/site-lisp/site-start.d/clang-format.el (source)...
  5. Loading /usr/share/emacs/site-lisp/site-start.d/clang-include-fixer.el (source)...
  6. Loading /usr/share/emacs/site-lisp/site-start.d/clang-rename.el (source)...
  7. Loading /usr/share/emacs/site-lisp/site-start.d/cmake-init.el (source)...
  8. Loading /usr/share/emacs/site-lisp/site-start.d/desktop-entry-mode-init.el (source)...
  9. Loading /usr/share/emacs/site-lisp/site-start.d/mercurial-site-start.el (source)...
  10. Loading /usr/share/emacs/site-lisp/site-start.d/rpmdev-init.el (source)...
  11. Loading /usr/share/emacs/site-lisp/site-start.d/systemtap-init.el (source)...
  12. make configure
  13. make[1]: Entering directory '/home/me/.emacs.d/.local/straight/build-27.2/zmq'
  14. Loading /usr/share/emacs/site-lisp/site-start.d/asy-init.el (source)...
  15. Loading /usr/share/emacs/site-lisp/site-start.d/autoconf-init.el (source)...
  16. Loading /usr/share/emacs/site-lisp/site-start.d/clang-format.el (source)...
  17. Loading /usr/share/emacs/site-lisp/site-start.d/clang-include-fixer.el (source)...
  18. Loading /usr/share/emacs/site-lisp/site-start.d/clang-rename.el (source)...
  19. Loading /usr/share/emacs/site-lisp/site-start.d/cmake-init.el (source)...
  20. Loading /usr/share/emacs/site-lisp/site-start.d/desktop-entry-mode-init.el (source)...
  21. Loading /usr/share/emacs/site-lisp/site-start.d/mercurial-site-start.el (source)...
  22. Loading /usr/share/emacs/site-lisp/site-start.d/rpmdev-init.el (source)...
  23. Loading /usr/share/emacs/site-lisp/site-start.d/systemtap-init.el (source)...
  24. cd src && ./configure CPPFLAGS="" \
  25.     --host= --prefix=/home/me/.emacs.d/.local/straight/build-27.2/zmq \
  26.     --enable-shared=emacs-zmq --enable-static=zeromq \
  27.     --without-docs --enable-drafts=yes --enable-libunwind=no \
  28.     --disable-curve-keygen --disable-perf --disable-eventfd
  29. checking for a BSD-compatible install... /usr/bin/install -c
  30. checking whether build environment is sane... yes
  31. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  32. checking for gawk... gawk
  33. checking whether make sets $(MAKE)... yes
  34. checking whether make supports nested variables... yes
  35. checking for gcc... gcc
  36. checking whether the C compiler works... yes
  37. checking for C compiler default output file name... a.out
  38. checking for suffix of executables...
  39. checking whether we are cross compiling... no
  40. checking for suffix of object files... o
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether gcc accepts -g... yes
  43. checking for gcc option to accept ISO C89... none needed
  44. checking whether gcc understands -c and -o together... yes
  45. checking whether make supports the include directive... yes (GNU style)
  46. checking dependency style of gcc... gcc3
  47. checking for ar... ar
  48. checking the archiver (ar) interface... ar
  49. checking build system type... x86_64-pc-linux-gnu
  50. checking host system type... x86_64-pc-linux-gnu
  51. checking for pkg-config... /usr/bin/pkg-config
  52. checking pkg-config is at least version 0.9.0... yes
  53. checking for ZMQ... no
  54. configure: libzmq not found by pkg-config, building one locally
  55. ./configure: line 4042: syntax error near unexpected token `win32-dll'
  56. ./configure: line 4042: `LT_INIT(win32-dll shared disable-static)'
  57. make[1]: *** [Makefile:49: configure] Error 2
  58.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement