Closed rekado closed 4 years ago
Dohh, Sorry, OK, I hurriedly mis-read; this commit ec5f3b9590db0f6a085b5d0320f5d3710e0f1635 should fix it; I just pushed it.
BTW, where is your guix conf file? Do you want to include it in this repo? If so, just make a pull req.
I added a cogserver
package to Guix, so there's no need for a separate file. it's part of the (gnu packages opencog) module. To enter an environment for hacking on cogserver one would run guix environment cogserver
with a recent Guix.
Thanks for the fix. With this commit the test target builds fine.
This was previously reported at #24
As of commit a932b229fa0acd56f07ed0db72e023bb213b2d21 this is still a problem.
make check
aborts like this:I'm building in an isolated environment using GNU Guix. The environment contains atomspace, boost, cogutil, gmp, Guile 2.2, cxxtest, Python 3, and pkg-config (in addition to the GCC 7 toolchain).
Python 3 is checked for during the configure phase. I would not include it in the environment if it was possible to configure without it.