Re: [Ecls-list] Building a CGI program

2013-06-26 Thread Juan Jose Garcia-Ripoll
On Wed, Jun 26, 2013 at 9:32 PM, William Hounslow < houns...@users.sourceforge.net> wrote: > Because I don't have a tame Apache setup to experiment with, I expended > the rest of my effort on changing ECL itself to output a condensed error > message. I got rid of "No restarts available" and now al

Re: [Ecls-list] Building a CGI program

2013-06-26 Thread Juan Jose Garcia-Ripoll
On Tue, Jun 18, 2013 at 6:16 PM, William Hounslow < houns...@users.sourceforge.net> wrote: > > I assume this is a Lisp initialization error message being interpreted > as the program output. The Apache error log is no more informative. > > Any ideas about what is causing this or how to trap it in

Re: [Ecls-list] Example about building / loading ECL libraries

2013-06-26 Thread Juan Jose Garcia-Ripoll
On Mon, Jun 24, 2013 at 5:26 PM, Dietrich Bollmann wrote: > > But unfortunately nothing happens when trying to use this file to build a > shared library: > This is a bug in ASDF: it has arbitrarily removed the :DLL/:SHARED-LIBRARY targets from MAKE-BUILD. I have reported it with a possible fix fo

Re: [Ecls-list] Building a CGI program

2013-06-26 Thread William Hounslow
On 18/06/2013 23:33, Matthew Mondor wrote: > On Tue, 18 Jun 2013 17:16:47 +0100 > William Hounslow wrote: > >> malformed header from script. Bad header=No restarts available.: testpage > It seems that the executable signals a condition for which there exists > no handler or restart, but it's diffi

Re: [Ecls-list] Example about building / loading ECL libraries

2013-06-26 Thread Dietrich Bollmann
Hi again, Compiling the files manually with 'compile-file' and building the shared library with 'c:build-shared-library' works on Windows as well: --- (ext:install-c-compiler) (compile-file "hello-lisp.lisp" :c-file "hello-lisp.c" :h-file "hello-lisp.h" :data-file "hello-lisp.data" :system-p t) (

Re: [Ecls-list] Crash with mp:process-run-function (stack overflow)

2013-06-26 Thread Peter Enerccio
Okay, nvm, it is fixed with latest ecl. 2013/6/26 Peter Enerccio > Ecl crashes every time mp:process-run-function is ran. > > ;;; Loading "/media/home/home/enerccio/quicklisp/setup.lisp" > ;;; Loading #P"/usr/lib/ecl-13.5.1/cmp.fas" > ;;; Loading #P"/usr/lib/ecl-13.5.1/asdf.fas" > ECL (Embeddab

[Ecls-list] Crash with mp:process-run-function (stack overflow)

2013-06-26 Thread Peter Enerccio
Ecl crashes every time mp:process-run-function is ran. ;;; Loading "/media/home/home/enerccio/quicklisp/setup.lisp" ;;; Loading #P"/usr/lib/ecl-13.5.1/cmp.fas" ;;; Loading #P"/usr/lib/ecl-13.5.1/asdf.fas" ECL (Embeddable Common-Lisp) 13.5.1 (git:64fb2cea2bc504bb9c0e4459b8ad2aa92518bd49) Copyright