all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Compiling vterm: cc: command not found
@ 2022-11-12 15:14 Chris Keschnat via
  2022-11-12 18:11 ` Csepp
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Keschnat via @ 2022-11-12 15:14 UTC (permalink / raw)
  To: help-guix


Hello, after todays ~guix pull~, I cannot compile vterm anymore. I do not
seem to have ~cc~ installed (anymore?). Am I missing a package? I have
~make~, ~cmake~, ~gcc~, and ~gcc-toolchain~ installed and didn't change
anything on that front.


Steps to reproduce (following the "Manual installation" from the docs[1]):

#+begin_src sh

  git clone https://github.com/akermu/emacs-libvterm.git
  cd emacs-libvterm
  mkdir -p build
  cd build
  cmake ..
  make

#+end_src

Results in:

#+begin_src sh

  [  8%] Performing update step for 'libvterm'
  [ 16%] No patch step for 'libvterm'
  [ 25%] No configure step for 'libvterm'
  [ 33%] Performing build step for 'libvterm'
  CC src/encoding.c
  /home/ck/.guix-profile/bin/libtool: line 1933: cc: command not found
  make[3]: *** [Makefile:63: src/encoding.lo] Error 1
  make[2]: *** [CMakeFiles/libvterm.dir/build.make:86: libvterm-prefix/src/libvterm-stamp/libvterm-build] Error 2
  make[1]: *** [CMakeFiles/Makefile2:112: CMakeFiles/libvterm.dir/all] Error 2
  make: *** [Makefile:91: all] Error 2

#+end_src

[1] https://github.com/akermu/emacs-libvterm


Thanks

Chris


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-22  6:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-12 15:14 Compiling vterm: cc: command not found Chris Keschnat via
2022-11-12 18:11 ` Csepp
2022-11-13 10:50   ` Tobias Geerinckx-Rice
2022-11-13 11:04     ` Chris Keschnat via
2022-11-22  6:56       ` Chris Keschnat via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.