Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile locally #48

Open
AitorATuin opened this issue Jun 26, 2021 · 0 comments
Open

Unable to compile locally #48

AitorATuin opened this issue Jun 26, 2021 · 0 comments

Comments

@AitorATuin
Copy link

Hi, I tried to compile and install locally guix.el to play a bit with the code but I was unable to do it.

Those are the steps I did:

guix environment -l guix.scm
./autogen.sh
./configure --prefix=$PWD/install
make

Make fails when compiling the .el files. The problem seems to be in the build-aux/build-env.el file. This file seems to load the autoload definitions inside the guix enviroment using the function guix-emacs-autoload-packages passing it the environment directory.

The problem I have is that my guix installation defines that function not taking any argument, so that code fails.

I don't really know if I'm missing something or just that little script is broken but I managed to workaround it removing the argument, setting the EMACSLOADPATH env variable to point the environment and adding -q (why do it needs to load my init files?).

Am I missing something on how to build it locally using guix?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant