texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] cmake error with guile3_branch_2.1


From: Kostas Oikonomou
Subject: Re: [Texmacs-dev] cmake error with guile3_branch_2.1
Date: Tue, 26 Oct 2021 20:38:55 -0400
User-agent: Evolution 3.42.0 FreeBSD GNOME Team

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]