Re: [Ecls-list] GMP -> MPIR

2013-09-05 Thread Peter Keller
On Thu, Sep 05, 2013 at 06:38:36PM +0200, Waldek Hebisch wrote: > Juan Jose Garcia-Ripoll wrote: > > > > Note that I do not intend to change the interface. ECL would continue > > to build with GMP, and for platforms that make it easy to pull in > > arbitrary software (Linux *BSD, etc) this is the

Re: [Ecls-list] generated shared library does not contain the defined function

2013-05-13 Thread Peter Keller
On Mon, May 13, 2013 at 02:33:00PM +0400, Ala'a Mohammad wrote: > ;; foo.lisp > (defpackage "DEMO" > (:use :cl) > (:export "SUM-ARRAY")) > > ;; using the following > ;;;(declaim (si::c-export-fname sum-arary)) ^ > ;; gave me > ;;Unknown declaration spe

Re: [Ecls-list] ECL and UIs

2013-04-30 Thread Peter Keller
On Tue, Apr 30, 2013 at 06:08:00PM -0700, Jason Sewall wrote: > Thanks for your input; perhaps I'll try a little harder to get the > ECL/commonqt thing working, or perhaps I'll try cl-gtk. If cl-gtk2 works with ECL, that would be a good way to go. The cl-gtk2 interface is slightly idiosyncratic in

Re: [Ecls-list] embedding questions

2012-12-11 Thread Peter Keller
On Sat, Dec 08, 2012 at 05:47:11AM -0500, Matthew Mondor wrote: > On Sat, 8 Dec 2012 01:46:16 -0600 > A precaution is necessary if Lisp functions will be called from C > by threads which weren't started by ECL: such threads should first be > "registered" with ECL. This is not an issue specific to

Re: [Ecls-list] embedding questions

2012-12-09 Thread Peter Keller
Hello, On Sun, Dec 09, 2012 at 12:04:30AM +0100, Juan Jose Garcia-Ripoll wrote: > On Sat, Dec 8, 2012 at 7:27 PM, Peter Keller wrote: > Say for instance you need to create structures with two slots > > * Evaluate a "(defstruct foo a b)" form at the outer part of your code

Re: [Ecls-list] embedding questions

2012-12-08 Thread Peter Keller
Hello, Thank you for anwering my questions! I appreciate the time you spent writing the answer. On Sat, Dec 08, 2012 at 11:13:04AM +0100, Juan Jose Garcia-Ripoll wrote: > On Sat, Dec 8, 2012 at 8:46 AM, Peter Keller wrote: > > 2. Are there any issues or special considerations with crea

[Ecls-list] embedding questions

2012-12-08 Thread Peter Keller
Hello, I'm about to use ECL for some embedding work, namely having a front end C interface to a well-known C plugin system with an ECL backend implementing all of the plugin functionality. I have a few questions before I begin: 1. Is the API denoted in ecl/externals.h pretty stable? Do people th

Re: [Ecls-list] Multi thread problem

2012-11-01 Thread Peter Keller
On Thu, Nov 01, 2012 at 10:01:48PM +0100, Juan Jose Garcia-Ripoll wrote: > This is the latest release. It is too old. Please collect the latest > sources from git (http://sourceforge.net/p/ecls/ecl/) or fix the gentoo > rule to do that. I verified the code runs perfect with the latest commit: I ha