help-guix
[Top][All Lists]
Advanced

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

Re: building emacs from tarball inside guix env


From: Efraim Flashner
Subject: Re: building emacs from tarball inside guix env
Date: Thu, 20 Aug 2020 15:06:23 +0300

On Thu, Aug 20, 2020 at 12:59:08PM +0200, Adam Kandur via wrote:
> 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?

I would suggest adding pkg-config to the list of packages. Alternatively
you can try using 'guix environment emacs' to get the inputs that guix
uses in the build environment when building emacs.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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