Re: ffcall

2015-02-23 Thread Corinna Vinschen
On Feb 21 22:04, Achim Gratz wrote: > Achim Gratz writes: > > The include hiccup out of the way things start to compile, but then > > raw_pre_gcl segfaults. > > Something for Corinna it seems… :-) Well, I'm not so sure... > --8<---cut here---start->8--- >5

Re: [RFC] cygport: split debuginfo packages

2015-02-23 Thread Jon TURNEY
On 07/07/2012 14:10, Jon TURNEY wrote: On 29/06/2012 20:48, Yaakov (Cygwin/X) wrote: On Thu, 2012-06-21 at 01:24 -0500, Yaakov (Cygwin/X) wrote: Attached is a first draft of a patch to support split debuginfo packages automatically in cygport. Second draft patch attached. This works fine.

Re: ffcall

2015-02-23 Thread Achim Gratz
Corinna Vinschen writes: > The crash occurs *during* envionment variable processing, but *in* the > application address space. Does the application come with its own > malloc? Probably, I'll have to check. It comes with it's own GC at least. > For the time being, I declare Cygwin's innocence.

Re: ffcall

2015-02-23 Thread Corinna Vinschen
On Feb 23 18:48, Achim Gratz wrote: > Corinna Vinschen writes: > > The crash occurs *during* envionment variable processing, but *in* the > > application address space. Does the application come with its own > > malloc? > > Probably, I'll have to check. It comes with it's own GC at least. Own m

Re: ffcall

2015-02-23 Thread Achim Gratz
Corinna Vinschen writes: > Own malloc and own GC? WHat if it misses the fact that the C library > (aka Cygwin) uses malloc, too? I didn't really follow through after that fail. I did successfully compile ecl and it seems to work with maxima, but ecl doesn't produce executables. But really, what

The future of clisp-gdi

2015-02-23 Thread Ken Brown
Reini, Do you plan to resume development of the gdi module? If not, I think clisp-gdi will have to be dropped from the distribution the next time there's a new release of clisp. gdi no longer compiles with the current clisp development trunk, and I don't have the interest or the expertise t