help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

building emacs from tarball inside guix env


From: Adam Kandur
Subject: building emacs from tarball inside guix env
Date: Thu, 20 Aug 2020 12:59:08 +0200 (CEST)

hi everyone! tried to build emacs in guix env

here is my manifest:
----------------------------------
(specifications->manifest
 '("make"
   "gcc-toolchain"
   "gnutls"
   "ncurses"
   "mailutils"
   "libx11"
   "gtk+"
   "libxft"
   "libtiff"
   "giflib"
   "libjpeg"
   "imagemagick"
   "acl"
   "libpng"
   "zlib"
   "librsvg"
   "libxpm"
   "libxml2"
   "libice"
   "libsm"
   "alsa-lib"
   "dbus"
   "libotf"
   "m17n-lib"))
during configuration i got this error:
-----------------------------------------------------------------------------------------------
checking for xaw3d... no
checking for libXaw... configure: error: No X toolkit could be found.
If you are sure you want Emacs compiled without an X toolkit, pass
  --with-x-toolkit=no
to configure.  Otherwise, install the development libraries for the toolkit
that you want to use (e.g. Gtk+) and re-run configure.
maybe somebody had same problem?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]