Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL & a bug

2010-07-13 Thread Gabriel Dos Reis
On Tue, Jul 13, 2010 at 5:12 PM, Juan Jose Garcia-Ripoll wrote: > On Wed, Jul 14, 2010 at 12:04 AM, Gabriel Dos Reis > wrote: >> >> well there is still the pending issue that ECL now leaves lots of tempory >> files ecl* or ECL* in the /tmp directory... > > I am not sure about this. I was reported

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL & a bug

2010-07-13 Thread Juan Jose Garcia-Ripoll
On Wed, Jul 14, 2010 at 12:04 AM, Gabriel Dos Reis < g...@integrable-solutions.net> wrote: > well there is still the pending issue that ECL now leaves lots of tempory > files ecl* or ECL* in the /tmp directory... > I am not sure about this. I was reported a problem with mkstemp causing conflicts

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL & a bug

2010-07-13 Thread Gabriel Dos Reis
On Tue, Jul 13, 2010 at 4:20 PM, Juan Jose Garcia-Ripoll wrote: > On Tue, Jul 13, 2010 at 9:43 AM, Alexander Gavrilov > wrote: >> >> > On Mon, Jul 12, 2010 at 5:45 PM, Alexander Gavrilov >> > wrote: >> > >> > > (defmethod foo ((bar t)) (declaim (optimize (speed 1 >> > > >> > >> > I did not ch

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL & a bug

2010-07-13 Thread Juan Jose Garcia-Ripoll
On Tue, Jul 13, 2010 at 9:43 AM, Alexander Gavrilov wrote: > > On Mon, Jul 12, 2010 at 5:45 PM, Alexander Gavrilov < > angavri...@gmail.com>wrote: > > > > > (defmethod foo ((bar t)) (declaim (optimize (speed 1 > > > > > > > I did not change anything since yesterday and this works for me. > > >

Re: [Ecls-list] ILGE 2010: Engine Troubles over Tentacle Planet, part 1

2010-07-13 Thread Erik Winkels
On Tue, Jul 13, 2010 at 01:07:08PM +0200, Juan Jose Garcia-Ripoll wrote: > > From your post I understand that you are using ECL's low level C/C++ > interface. Correct. > Does it use multithreading in any form? Is the performance acceptable? I have compiled ECL with multi-threading enabled but

Re: [Ecls-list] ILGE 2010: Engine Troubles over Tentacle Planet, part 1

2010-07-13 Thread Juan Jose Garcia-Ripoll
On Tue, Jul 13, 2010 at 12:54 PM, Erik Winkels wrote: > I'm using ECL to talk to Ogre for my ILGE 2010 entry so perhaps people > on this list find this progress report interesting as well: > http://aerique.blogspot.com/2010/07/ilge-2010-engine-troubles-over-tentacle.html > Cool! From your post I

[Ecls-list] ILGE 2010: Engine Troubles over Tentacle Planet, part 1

2010-07-13 Thread Erik Winkels
I'm using ECL to talk to Ogre for my ILGE 2010 entry so perhaps people on this list find this progress report interesting as well: http://aerique.blogspot.com/2010/07/ilge-2010-engine-troubles-over-tentacle.html -- This S

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL & a bug

2010-07-13 Thread Juan Jose Garcia-Ripoll
On Tue, Jul 13, 2010 at 9:48 AM, Alexander Gavrilov wrote: > By the way, is there a faster procedure in case > I want to try hacking something big in the C kernel? > This all is ok for a few short fixes, but would > quickly become annoying if repeated a lot. > If you do not change any symbol in s

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL & a bug

2010-07-13 Thread Alexander Gavrilov
> On Mon, Jul 12, 2010 at 5:09 PM, Juan Jose Garcia-Ripoll > wrote: > > On Mon, Jul 12, 2010 at 5:45 PM, Alexander Gavrilov > > wrote: > >> > >> (defmethod foo ((bar t)) (declaim (optimize (speed 1 > > > > I did not change anything since yesterday and this works for me. > > > > Maybe Alexand

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL & a bug

2010-07-13 Thread Alexander Gavrilov
> On Mon, Jul 12, 2010 at 5:45 PM, Alexander Gavrilov > wrote: > > > (defmethod foo ((bar t)) (declaim (optimize (speed 1 > > > > I did not change anything since yesterday and this works for me. > This requires cmp.fas to be loaded. In my case it happens automatically because I load ASDF f