Re: [Ecls-list] Release ready

2011-01-17 Thread Marko Kocić
Hi Juan, I can confirm that libffi on mingw now works fine after moving it to CORE_LIBS. I have yet to confirm that this also fixes Gentoo build. Also, requiring asdf problem similar to one Stas reported dissapeared. As a side note, I was able to quickload lispbuilder-sdl on mingw using Ecl for

[Ecls-list] [ANN] ECL 11.1.1

2011-01-17 Thread Juan Jose Garcia-Ripoll
Announcement of ECL === ECL stands for Embeddable Common-Lisp. The ECL project aims to produce an implementation of the Common-Lisp language which complies to the ANSI X3J13 definition of the language. The term embeddable refers to the fact that ECL includes a lisp to C compiler,

Re: [Ecls-list] Release ready

2011-01-17 Thread Marko Kocić
This links might be interesting: http://www.metabang.com/unclog/otherpag/asdfinst.html http://bc.tech.coop/blog/051012.html http://bc.tech.coop/blog/060108.html They describe dependencies between libraries, alhout those are a bit out of date, but it clearly identifies key libraries used by

[Ecls-list] ECL quicklisp bug report

2011-01-17 Thread Marko Kocić
I just tried to update quicklisp, and got this error: (ql:update-all-dists) In function COERCE, the value of variable is #\H which is not of expected type (INTEGER -128 127) :q Top level in: #process TOP-LEVEL. *features* (:QUICKLISP :WSOCK :DRAKMA-NO-SSL :HUNCHENTOOT-NO-SSL

Re: [Ecls-list] [ANN] ECL 11.1.1

2011-01-17 Thread Konovalov, Vadim (Vadim)** CTR **
Hi, when I click on download link on http://ecls.sourceforge.net/index.html I then adviced to go to the project pagehttp://www.sourceforge.net/projects/ecls. but clicking here - I get into http://sourceforge.net/projects/ecls - I see This page has been deprecated and is now controlled by the

Re: [Ecls-list] [ANN] ECL 11.1.1

2011-01-17 Thread Juan Jose Garcia-Ripoll
I do not see that. When I click on the the project page link at ecls.sf.net I go to http://sourceforge.net/projects/ecls and I am redirected to https://sourceforge.net/projects/ecls which shows a big icon with the Download now! button. On Mon, Jan 17, 2011 at 3:52 PM, Konovalov, Vadim

Re: [Ecls-list] [ANN] ECL 11.1.1

2011-01-17 Thread Juan Jose Garcia-Ripoll
Seems to be a common glitch that appears from time to time in Sourceforge https://sourceforge.net/apps/trac/sourceforge/ticket/7123 On Mon, Jan 17, 2011 at 3:58 PM, Konovalov, Vadim (Vadim)** CTR ** vadim.konova...@alcatel-lucent.com wrote: Thanks! the download was now okay. Regards,

Re: [Ecls-list] ECL quicklisp bug report

2011-01-17 Thread Matthew Mondor
On Mon, 17 Jan 2011 12:35:17 +0100 Marko Kocić marko.ko...@gmail.com wrote: I just tried to update quicklisp, and got this error: (ql:update-all-dists) In function COERCE, the value of variable is #\H which is not of expected type (INTEGER -128 127) I've seen a similar

Re: [Ecls-list] ECL quicklisp bug report

2011-01-17 Thread Juan Jose Garcia-Ripoll
On Mon, Jan 17, 2011 at 12:35 PM, Marko Kocić marko.ko...@gmail.com wrote: I just tried to update quicklisp, and got this error: (ql:update-all-dists) In function COERCE, the value of variable is #\H which is not of expected type (INTEGER -128 127) What was the route? You first

Re: [Ecls-list] ECL quicklisp bug report

2011-01-17 Thread Marko Kocić
The error is the same when doing only (ql:update-client), so it doesn't do anything with packages themselves. I saw the same error when trying out some examples from drakma home page. Given that, I assume it has something to do with windows networking, since on gentoo I don't get these errors, and