Nikita Karetnikov writes: > > make: *** No rule to make target `nix/libstore/schema.sql', needed by > > `nix/libstore/schema.sql.hh'. Stop. > > Could you try to run './bootstrap' before './configure && make && make > check'?
Thanks, that helped me make a lot of progress! Now the build procedure crashes during "make", see below for the error message. As always I am very open to suggestions ;-) Konrad. g++ -g -O2 -o guix-daemon nix/nix-daemon/guix_daemon-nix-daemon.o nix/nix-daemon/guix_daemon-guix-daemon.o libstore.a libutil.a libformat.a -lbz2 -L/nix/store/8dk06b6wm9gc1kwqr9fn7a1x6bvl8pf2-sqlite-3.7.15.2/lib -lsqlite3 -L/home/hinsen/.guix-profile//lib -lgcrypt libutil.a(libutil_a-hash.o): In function `finish': /home/hinsen/Development/guix/nix/libutil/hash.cc:271: undefined reference to `SHA256_Final' /home/hinsen/Development/guix/nix/libutil/hash.cc:269: undefined reference to `MD5_Final' /home/hinsen/Development/guix/nix/libutil/hash.cc:270: undefined reference to `SHA1_Final' libutil.a(libutil_a-hash.o): In function `update': /home/hinsen/Development/guix/nix/libutil/hash.cc:263: undefined reference to `SHA256_Update' /home/hinsen/Development/guix/nix/libutil/hash.cc:261: undefined reference to `MD5_Update' /home/hinsen/Development/guix/nix/libutil/hash.cc:262: undefined reference to `SHA1_Update' libutil.a(libutil_a-hash.o): In function `start': /home/hinsen/Development/guix/nix/libutil/hash.cc:254: undefined reference to `SHA256_Init' /home/hinsen/Development/guix/nix/libutil/hash.cc:252: undefined reference to `MD5_Init' /home/hinsen/Development/guix/nix/libutil/hash.cc:253: undefined reference to `SHA1_Init' collect2: error: ld returned 1 exit status make[2]: *** [guix-daemon] Error 1 make[2]: Leaving directory `/media/sf_mac-hinsen/Development/guix' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/media/sf_mac-hinsen/Development/guix' make: *** [all] Error 2
