Re: GNU Guile 1.9.5 released (alpha)

2009-11-28 Thread Linas Vepstas
Hi Ludo 2009/11/17 Ludovic Courtès l...@gnu.org: We are pleased to announce GNU Guile release 1.9.5. I just tried 1.9.5 today, and am getting compile errors in my app, which I did not get in 1.8.6 or 1.9.0 : error: non-local function ‘staticanonymous struct*

Re: GNU Guile 1.9.5 released (alpha)

2009-11-28 Thread Ludovic Courtès
Hi Linas, Linas Vepstas linasveps...@gmail.com writes: error: non-local function ‘staticanonymous struct* opencog::SchemeSmob::ss_incoming_set(anonymous struct*)’ uses anonymous type Lilypond is written in C++ and... (looks at the logs...) ... it has the same problem, starting from 1.9.5

Re: GNU Guile 1.9.5 released (alpha)

2009-11-28 Thread Linas Vepstas
2009/11/28 Ludovic Courtès l...@gnu.org: Hi Linas, Linas Vepstas linasveps...@gmail.com writes: error: non-local function ‘staticanonymous struct* opencog::SchemeSmob::ss_incoming_set(anonymous struct*)’ uses anonymous type Lilypond is written in C++ and...  (looks at the logs...)  ... it

Re: GNU Guile 1.9.5 released (alpha)

2009-11-28 Thread Linas Vepstas
2009/11/17 Ludovic Courtès l...@gnu.org: We are pleased to announce GNU Guile release 1.9.5. FWIW, it appears that guile-1.9.5 does not work with the default bdw-gc in ubuntu/debian, which is gc-6.8 -- I got the crash below downloading, compiling, installing gc-7.1 seems to fix the problem.

Re: GNU Guile 1.9.5 released (alpha)

2009-11-28 Thread Ken Raeburn
On Nov 28, 2009, at 20:24, Linas Vepstas wrote: googleing the error messages indicates that anonymous structs are OK in C, but are somehow bad form in C++, thus gcc generates this error. I don't understand why this would matter. The error message you quoted refers specifically to a function

Re: GNU Guile 1.9.5 released (alpha)

2009-11-28 Thread Linas Vepstas
2009/11/28 Linas Vepstas linasveps...@gmail.com: 2009/11/17 Ludovic Courtès l...@gnu.org: We are pleased to announce GNU Guile release 1.9.5. Now I'm getting a crash. third crashes with following stack trace: Program received signal SIGPWR, Power fail/restart. I retract this bug report --