Hi Jan, Thanks for the report.
Jan Synacek <jsyna...@redhat.com> skribis: > I'm trying to build TeXmacs 1.0.7 with guile 2.0.5 and I'm getting tons of > errors like these: > > usr/include/guile/2.0/libguile/gsubr.h:64:12: error: initializing > argument 5 > of ‘scm_unused_struct* scm_c_define_gsubr(const char*, int, int, int, > scm_t_subr)’ [-fpermissive] > > Guile/Glue/glue_server.cpp:1173:56: error: invalid conversion from > ‘scm_unused_struct* (*)()’ to ‘scm_t_subr {aka void*}’ [-fpermissive] Can you show the line where this occurs? Presumably the code lacks a cast to ‘scm_t_subr’, which is implicit in C but not in C++. Thanks, Ludo’.