Re: [Chicken-users] javahack bug?

2007-09-24 Thread felix winkelmann
On 9/20/07, Fred Morain-Nicolier [EMAIL PROTECTED] wrote: Hello, i try to use the javahack eggs in order to debug java-based programs. I get confused when trying to create Arrays. I finally find a problem (a bug?) when sending some expressions to jscheme. Here is an example : session

Re: [Chicken-users] -ldl problem

2007-09-24 Thread felix winkelmann
On 9/18/07, naruto canada [EMAIL PROTECTED] wrote: hi my attemp to compile chicken scheme run into -ldl problem: ... ./libchicken.so: undefined reference to `dlerror' ./libchicken.so: undefined reference to `dlclose' ./libchicken.so: undefined reference to `dlopen' ./libchicken.so:

Re: [Chicken-users] -ldl problem

2007-09-24 Thread naruto canada
On 9/24/07, felix winkelmann [EMAIL PROTECTED] wrote: On 9/18/07, naruto canada [EMAIL PROTECTED] wrote: hi my attemp to compile chicken scheme run into -ldl problem: ... ./libchicken.so: undefined reference to `dlerror' ./libchicken.so: undefined reference to `dlclose'

Re: [Chicken-users] -ldl problem

2007-09-24 Thread felix winkelmann
On 9/24/07, naruto canada [EMAIL PROTECTED] wrote: On 9/24/07, felix winkelmann [EMAIL PROTECTED] wrote: On 9/18/07, naruto canada [EMAIL PROTECTED] wrote: hi my attemp to compile chicken scheme run into -ldl problem: ... ./libchicken.so: undefined reference to `dlerror'

Re: [Chicken-users] -ldl problem

2007-09-24 Thread Mario Domenech Goulart
Hi On Mon, 24 Sep 2007 16:46:55 +0800 naruto canada [EMAIL PROTECTED] wrote: On 9/24/07, felix winkelmann [EMAIL PROTECTED] wrote: On 9/18/07, naruto canada [EMAIL PROTECTED] wrote: my attemp to compile chicken scheme run into -ldl problem: ... ./libchicken.so: undefined reference

Re: [Chicken-users] -ldl problem

2007-09-24 Thread naruto canada
On 24 Sep 2007 08:34:32 -0300, Mario Domenech Goulart [EMAIL PROTECTED] wrote: Hi On Mon, 24 Sep 2007 16:46:55 +0800 naruto canada [EMAIL PROTECTED] wrote: On 9/24/07, felix winkelmann [EMAIL PROTECTED] wrote: On 9/18/07, naruto canada [EMAIL PROTECTED] wrote: my attemp to

[Chicken-users] Help w/ PCRE 7.4 migration

2007-09-24 Thread Kon Lovett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I need the config.h files produced by PCRE 7.4 (ftp:// ftp.csx.cam.ac.uk/pub/software/programming/pcre/) 'configure --enable- unicode-properties' from the following OS: Solaris 9 Sparc NetBDS PowerPC x86-64 Linux

Re: [Chicken-users] Help w/ PCRE 7.4 migration

2007-09-24 Thread Graham Fawcett
On 9/24/07, Kon Lovett [EMAIL PROTECTED] wrote: I need the config.h files produced by PCRE 7.4 (ftp:// ftp.csx.cam.ac.uk/pub/software/programming/pcre/) 'configure --enable- unicode-properties' from the following OS: I've been meaning to add Solaris 10/SPARC to the portability list (a couple

Re: [Chicken-users] Help w/ PCRE 7.4 migration

2007-09-24 Thread Peter Bex
On Mon, Sep 24, 2007 at 07:05:24AM -0700, Kon Lovett wrote: Hi all, I need the config.h files produced by PCRE 7.4 (ftp:// ftp.csx.cam.ac.uk/pub/software/programming/pcre/) 'configure --enable- unicode-properties' from the following OS: NetBDSPowerPC x86-64 Here are

[Chicken-users] Imlib2 question

2007-09-24 Thread William Ramsay
Hi, Can anyone explain to me how to get the four values from the imlib2 egg procedure (imlib:pixel/rgba img x y)? It seems to only return the first value, but it's supposed to return four values. This may be more of a scheme question than an imlib2 question, but either way I can't seem to

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread Alex Queiroz
Hallo, On 9/24/07, William Ramsay [EMAIL PROTECTED] wrote: Hi, Can anyone explain to me how to get the four values from the imlib2 egg procedure (imlib:pixel/rgba img x y)? It seems to only return the first value, but it's supposed to return four values. This may be more of a scheme

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread William Ramsay
That's the problem, I don't know what to use.I've tried call-with-values and receive, but both give me errors, mostly because I have no idea what I'm doing.Receive expects (name1 name2 ...) valexp body, but this produces an error since name1 is not a command. Why not just return a list

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread Graham Fawcett
On 9/24/07, William Ramsay [EMAIL PROTECTED] wrote: That's the problem, I don't know what to use.I've tried call-with-values and receive, but both give me errors, mostly because I have no idea what I'm doing. The call to (imlib:pixel img x y) should return the r, g, b, a values of the

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread Peter Bex
On Mon, Sep 24, 2007 at 04:29:25PM -0400, William Ramsay wrote: That's the problem, I don't know what to use.I've tried call-with-values and receive, but both give me errors, mostly because I have no idea what I'm doing.Receive expects (name1 name2 ...) valexp body, but this produces

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread Peter Bex
On Mon, Sep 24, 2007 at 10:42:22PM +0200, Peter Bex wrote: Yes, this is (afaik) a deviation from the standard. I don't like it one bit, precisely for this reason: it's damned confusing. I want an error if I forgot to receive all values, I don't want the first value, dammit! Sorry for the

Re: [Chicken-users] emacs editing mode for chicken ?

2007-09-24 Thread Terrence Brannon
On 9/19/07, Tony Sidaway [EMAIL PROTECTED] wrote: If you do use quack.el, you should perform the following edits: In ~/.emacs Add (load-file ~/quack.el) I think byte-compiling quack.el and putting: (require 'quack) would make things faster and more memory efficient.

Re: [Chicken-users] Help w/ PCRE 7.4 migration

2007-09-24 Thread Alex Queiroz
Hallo, On 9/24/07, Kon Lovett [EMAIL PROTECTED] wrote: I need the config.h files produced by PCRE 7.4 (ftp:// ftp.csx.cam.ac.uk/pub/software/programming/pcre/) 'configure --enable- unicode-properties' from the following OS: Solaris 9 Sparc NetBDS PowerPC x86-64 Linux

Re: [Chicken-users] Slow unix-sockets?

2007-09-24 Thread Harri Haataja
On 20/09/2007, Peter Busser [EMAIL PROTECTED] wrote: Is it possible that writing to/reading from UNIX domain sockets using the unix-sockets egg is very very slow? When I connect the two programs using a normal UNIX pipe, then it takes less than 0.6 seconds for a 100k message. But it takes

Re: [Chicken-users] Re: Sqlite3 Egg Installation Error

2007-09-24 Thread Joshua Griffith
Instead of using Fink and a different path, I downloaded and compiled Sqlite3 directly and everything works perfectly. Thanks. On Sep 22, 2007, at 10:47 PM, Zbigniew wrote: When I had sqlite3 in a weird path, I used to pass this information to chicken-setup directly: e.g. chicken-setup -c