Re: cmake error with guile3_branch_2.1
Kostas Oikonomou <[email protected]> Tue, 26 Oct 2021 20:38:55 -0400
| Newsgroups | gmane.editors.texmacs.devel |
|---|---|
| Message-ID | <[email protected]> |
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
[email protected]
https://lists.gnu.org/mailman/listinfo/texmacs-dev