Re: sample guile-2.0 extension in manual

2012-01-09 Thread Andy Wingo
Hi Johan, On Fri 05 Aug 2011 17:16, Johan Hidding 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 (which is an alias for (void *)) is > used. Should this be considered a (minor) b

sample guile-2.0 extension in manual

2011-08-05 Thread Johan Hidding
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 (which is an alias for (void *)) is used. Should this be considered a (minor) bug in the manual? Cheers, Johan