guile-user
[Top][All Lists]
Advanced

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

Re: sample guile-2.0 extension in manual


From: Andy Wingo
Subject: Re: sample guile-2.0 extension in manual
Date: Mon, 09 Jan 2012 16:19:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Hi Johan,

On Fri 05 Aug 2011 17:16, Johan Hidding <address@hidden> writes:

> Hi, In manual chapter 5.3.1 there is a small example program. Using
> GCC 4.6, this only compiles with -fpermissive, unless an explicit
> reinterpret_cast<scm_t_subr> (which is an alias for (void *)) is
> used. Should this be considered a (minor) bug in the manual?

I don't think so -- the code is correct C.  AFAIK You will only get
errors there if you are compiling with g++, not gcc.

Regards,

Andy
-- 
http://wingolog.org/



reply via email to

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