all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* building emacs from tarball inside guix env
@ 2020-08-20 10:59 Adam Kandur via
  2020-08-20 12:04 ` John Soo
  2020-08-20 12:06 ` Efraim Flashner
  0 siblings, 2 replies; 6+ messages in thread
From: Adam Kandur via @ 2020-08-20 10:59 UTC (permalink / raw)
  To: Help Guix

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?



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

end of thread, other threads:[~2020-09-10 18:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-20 10:59 building emacs from tarball inside guix env Adam Kandur via
2020-08-20 12:04 ` John Soo
2020-08-20 12:22   ` Adam Kandur via
2020-09-10 14:02     ` Joshua Branson
2020-09-10 18:26     ` Ricardo Wurmus
2020-08-20 12:06 ` Efraim Flashner

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.