Konrad Hinsen <[email protected]> skribis: > Ludovic Courtès writes: > > > Looks like you may have stale .o files (in Guix ‘SHA256_Final’ is an > > inline function defined in sha256.h.) > > > > Can you try ‘make clean && make’? > > That got me back to the same problem 30 seconds later.
Then probably ‘rm -rf nix’ before running ./bootstrap would have solved the problem. Something like that. ;-) > Next, I made a fresh clone of the Git repository, and then everything > went smoothly: > > ./bootstrap > ./configure --with-libgcrypt-prefix=$HOME/.guix-profile/ > make > sudo make install > > And now I can smile happily as 'guix --version' says 0.3 :-) Ah, good. :-) Ludo’.
