guile-devel
[Top][All Lists]
Advanced

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

Re: Build failures - compiling TeXmacs under guile 2.0.5


From: Ludovic Courtès
Subject: Re: Build failures - compiling TeXmacs under guile 2.0.5
Date: Mon, 16 Apr 2012 23:41:02 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux)

Hi Jan,

Thanks for the report.

Jan Synacek <address@hidden> 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’.




reply via email to

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