Re: [fpc-pascal] Workaround for #0011837 (FPC <= 2.2.2 with GTK >= 2.13)

2009-01-20 Thread Giovanni Premuda
Vincent Snijders wrote: Yes, anybody can do that. Sorry? I don't get it. Giovanni ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] CPU affinity of TThread descendants

2009-01-20 Thread David W Noon
On Tue, 2009-01-20 at 11:34 +0100, Vinzent Höfler wrote: > Original-Nachricht > > Datum: Tue, 20 Jan 2009 09:07:54 +0100 (CET) > > Von: Michael Van Canneyt [snip] > > No CPU affinity is imposed as far as I know; > > Under Linux, this is not possible, at least I've never heard

Re: [fpc-pascal] DCPCrypt as part of FCL?

2009-01-20 Thread Graeme Geldenhuys
On Tue, Jan 20, 2009 at 5:10 PM, Marco van de Voort wrote: > > Good. This mostly is important to create willingness to accept FPC related > upstream patches. OK, I'll contact the author tomorrow when I am back at work. > Not me currently. Half of my computer room is packed up pending a new roof

Re: [fpc-pascal] DCPCrypt as part of FCL?

2009-01-20 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: [ Charset UTF-8 unsupported, converting... ] > On Tue, Jan 20, 2009 at 3:55 PM, Marco van de Voort wrote: > > > > 1. Did you contact the author? Licensewise it is already ok I think (MIT/BSD > > license without advocacy clause), but it is the decent

Re: [fpc-pascal] DCPCrypt as part of FCL?

2009-01-20 Thread Graeme Geldenhuys
On Tue, Jan 20, 2009 at 4:50 PM, Tomas Hajny wrote: > > 1) I assume you meant adding it as another package within the FPC tree, > not to fcl-base in particular or so, right? I meant somewhere in the FPC tree. Where exactly is up to the FPC developers. But I would guess the FCL would be the genera

Re: [fpc-pascal] DCPCrypt as part of FCL?

2009-01-20 Thread Tomas Hajny
On Tue, January 20, 2009 14:39, Graeme Geldenhuys wrote: > DCPCrypt information > http://wiki.lazarus.freepascal.org/DCPcrypt. > > > Couldn't DCPCrypt become part of FCL packages? I noticed there is > already a Blowfish unit in FCL-Base directory. I think there are some > hash implementations as

Re: [fpc-pascal] DCPCrypt as part of FCL?

2009-01-20 Thread Graeme Geldenhuys
On Tue, Jan 20, 2009 at 3:55 PM, Marco van de Voort wrote: > > 1. Did you contact the author? Licensewise it is already ok I think (MIT/BSD > license without advocacy clause), but it is the decent thing to do > nonetheless. I have not, but I don't mind doing so. > 2. Did you validate its worki

Re: [fpc-pascal] DCPCrypt as part of FCL?

2009-01-20 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > DCPCrypt information > http://wiki.lazarus.freepascal.org/DCPcrypt. > > Couldn't DCPCrypt become part of FCL packages? I noticed there is > already a Blowfish unit in FCL-Base directory. I think there are some > hash implementations as well. DC

[fpc-pascal] DCPCrypt as part of FCL?

2009-01-20 Thread Graeme Geldenhuys
DCPCrypt information http://wiki.lazarus.freepascal.org/DCPcrypt. Couldn't DCPCrypt become part of FCL packages? I noticed there is already a Blowfish unit in FCL-Base directory. I think there are some hash implementations as well. DCPCrypt is quite complete in the encryption and hash departme

Re: [fpc-pascal] CPU affinity of TThread descendants

2009-01-20 Thread Marco van de Voort
In our previous episode, "Vinzent H?fler" said: > > > [I.e., I want all my threads to be runnable by any CPU inside the box.] > > > > No CPU affinity is imposed as far as I know; > > Under Linux, this is not possible, at least I've never heard of such a > > call. > > sched_set_affinity() > sched

Re: [fpc-pascal] CPU affinity of TThread descendants

2009-01-20 Thread Vinzent Höfler
Original-Nachricht > Datum: Tue, 20 Jan 2009 09:07:54 +0100 (CET) > Von: Michael Van Canneyt > An: FPC-Pascal users discussions > Betreff: Re: [fpc-pascal] CPU affinity of TThread descendants > > > On Mon, 19 Jan 2009, David W Noon wrote: > > > Hi, > > > > I am running FPC

Re: [fpc-pascal] Error: Assembler as not found, switching to external assembling

2009-01-20 Thread Jonas Maebe
On 19 Jan 2009, at 18:05, Ingemar Ragnemalm wrote: One of the users reporting problems did search for as, and found it in /developer/usr/bin/as! So Xcode was installed, and "as" was installed, but not in /usr/bin/as! Maybe Apple has changed the paths in some Xcode version? I have no proble

Re: [fpc-pascal] CPU affinity of TThread descendants

2009-01-20 Thread Michael Van Canneyt
On Mon, 19 Jan 2009, David W Noon wrote: > Hi, > > I am running FPC 2.3.1 under Linux 2.6.26 on a twin CPU AMD Athlon MP > system. > > Whenever I instantiate multiple descendants of the TThread class, they > all seem to run on the same CPU, which is the same CPU as the parent > thread is runni