I solved the problem by editing CMakeCache.txt.  But now there is another
problem: 

-- Performing Test _guile_dots_test
-- Performing Test _guile_dots_test - Failed

The reason is that the test file in CMakeLists.txt

#include <guile/gh.h>
#include <libguile.h>
typedef SCM (*FN)(...);
static SCM identity (SCM x) { return x; }
void declare () { gh_new_procedure (\"identity\", (FN) identity, 1, 0, 0); }
int main() { return 0; }

has

#include <guile/gh.h>

and the Guile 3.0.7 distribution does not contain any such file.
What is going on?

 Kostas
_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to